Jean-Christophe PLAGNIOL-VILLARD
0e8d158664
rename CFG_ENV macros to CONFIG_ENV
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Stefan Roese
f2302d4430
Fix merge problems
...
Signed-off-by: Stefan Roese <sr@denx.de>
17 years ago
Rafal Jaworowski
8d87589e8e
API: Teach the storage layer about SATA and MMC options.
...
Signed-off-by: Rafal Czubak <rcz@semihalf.com>
Acked-by: Rafal Jaworowski <raj@semihalf.com>
17 years ago
Rafal Jaworowski
13ca6305f2
API: Correct storage enumeration routine, other minor fixes in API storage area.
...
Signed-off-by: Rafal Czubak <rcz@semihalf.com>
Acked-by: Rafal Jaworowski <raj@semihalf.com>
17 years ago
Wolfgang Denk
a8409f4f1a
environment: cleanup prototype declarations of env functions.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
17 years ago
Wolfgang Denk
c9dca3c3f3
Revert "Change env_get_char from a global function ptr to a function."
...
This reverts commit c0559be371
which is known to break booting from dataflash and NAND.
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
20e5ed1374
API: remove duplicate syscall check
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Joakim Tjernlund
c0559be371
Change env_get_char from a global function ptr to a function.
...
This avoids an early global data reference.
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
1b76988175
Fix remaining CONFIG_COMMANDS
...
update comments
Fix coding style
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Rafal Jaworowski
0dc1fc22af
API: Convert conditional building to the new scheme.
...
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>
17 years ago
Wolfgang Denk
d3a6532cbe
Coding Style cleanup; update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
17 years ago
Rafal Jaworowski
500856eb17
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>
17 years ago