commit | 500856eb1707ed17d9204baa61dd59948d3b2899 | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Wed Jan 09 19:39:36 2008 +0100 |
committer | Rafal Jaworowski <raj@semihalf.com> | Wed Jan 09 19:39:36 2008 +0100 |
tree | e29338498cbf1b92ad496271e65934b890115545 | |
parent | 26a41790f8eba19ad450e18ae91351daf485b3e2 [diff] |
API for external applications. 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>