summaryrefslogtreecommitdiffstats
path: root/api_examples
Commit message (Collapse)AuthorAgeFilesLines
* API: Teach the storage layer about SATA and MMC options.Rafal Jaworowski2008-07-301-4/+7
| | | | | Signed-off-by: Rafal Czubak <rcz@semihalf.com> Acked-by: Rafal Jaworowski <raj@semihalf.com>
* API: Dump contents of sector 0 in the demo application.Rafal Jaworowski2008-07-301-6/+44
| | | | | Signed-off-by: Rafal Czubak <rcz@semihalf.com> Acked-by: Rafal Jaworowski <raj@semihalf.com>
* API: Fix compilation warnings in api_examples/demo.c.Rafal Jaworowski2008-07-301-8/+9
| | | | Signed-off-by: Rafal Czubak <rcz@semihalf.com>
* API: Provide dummy halt() in the glue layer.Rafal Jaworowski2008-01-291-1/+6
| | | | | | This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG. Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
* API: Convert conditional building to the new scheme.Rafal Jaworowski2008-01-291-7/+13
| | | | | | | This fixes a build breakage with CONFIG_API enabled, which appeared after the recent changes in the U-Boot build system. Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-103-4/+4
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* API for external applications.Rafal Jaworowski2008-01-096-0/+982
This is an API for external (standalone) applications running on top of U-Boot, and is meant to be more extensible and robust than the existing jumptable mechanism. It is similar to UNIX syscall approach. See api/README for more details. Included is the demo application using this new framework (api_examples). Please note this is still an experimental feature, and is turned off by default. Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
OpenPOWER on IntegriCloud