History log of /openbmc/u-boot/api/README (Results 1 – 7 of 7)
Revision Date Author Comments
# bb66f561 10-Jan-2008 Jon Loeliger <jdl@freescale.com>

Merge commit 'wd/master'


# d3a6532c 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Coding Style cleanup; update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>


# 694976af 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx


# 80adb276 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master


# fc16904c 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of /home/wd/git/u-boot/custodians


# ecc198c9 09-Jan-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd


# 500856eb 09-Jan-2008 Rafal Jaworowski <raj@semihalf.com>

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
jumptab

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>

show more ...