summaryrefslogtreecommitdiffstats
path: root/include/environment.h
Commit message (Collapse)AuthorAgeFilesLines
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* separating environment commands, part 2Juergen Beisert2007-11-121-1/+21
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-121-0/+23
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* introduce local and global variables, add export commandSascha Hauer2007-09-231-0/+3
|
* remove old functions from include/environment.hSascha Hauer2007-09-131-19/+5
|
* svn_rev_481Sascha Hauer2007-07-051-1/+1
| | | | make more char * const, fix compiler warnings
* svn_rev_401Sascha Hauer2007-07-051-1/+1
|
* svn_rev_321Sascha Hauer2007-07-051-0/+5
| | | | move some functions away from common.h
* svn_rev_146Sascha Hauer2007-07-051-64/+2
| | | | remove #ifdef CFG_ENV_* chaos
* [PATCH] Select NAND embedded environment from board configurationStefan Roese2006-11-271-2/+1
| | | | | | | | | | The current NAND Bootloader setup forces the environment variables to be in line with the bootloader. This change enables the configuration to be made in the board include file instead so that it can be individually enabled. Signed-off-by: Nick Spence <nick.spence@freescale.com> Signed-off-by: Stefan Roese <sr@denx.de>
* Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-121-0/+4
| | | | Patch by Stefan Roese, 12 Sep 2006
* Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-201-0/+12
|
* Fix problem with default #defineswdenk2003-03-061-2/+9
| | | | Cleanup compiler warning
* Initial revisionwdenk2002-11-031-0/+83