History log of /rk3399_rockchip-uboot/api/api.c (Results 26 – 36 of 36)
Revision Date Author Comments
# 0e8d1586 10-Sep-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

rename CFG_ENV macros to CONFIG_ENV

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>


# a8409f4f 14-May-2008 Wolfgang Denk <wd@denx.de>

environment: cleanup prototype declarations of env functions.

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


# c9dca3c3 11-May-2008 Wolfgang Denk <wd@denx.de>

Revert "Change env_get_char from a global function ptr to a function."

This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
which is known to break booting from dataflash and NAND.


# 20e5ed13 11-May-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

API: remove duplicate syscall check

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>


# c0559be3 14-Apr-2008 Joakim Tjernlund <joakim.tjernlund@transmode.se>

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>


# 8d79953d 13-Jan-2008 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/u-boot


# 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>


# 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
jumptable mechanism. It

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 ...


12