summaryrefslogtreecommitdiff
path: root/include/environment.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-26constify default envMike Frysinger1-1/+1
2011-02-16add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda1-1/+2
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-0/+8
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-1/+4
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner1-6/+15
2010-07-05Redundant environment: move flag definitions to header fileWolfgang Denk1-0/+3
2009-08-25unify {CONFIG_,}ENV_IS_EMBEDDEDMike Frysinger1-6/+28
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-5/+1
2009-04-04mflash: Initial mflash supportunsik Kim1-0/+12
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-24/+24
2008-09-11rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-11rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-07-10Remove code duplication for setting the default environmentHarald Welte1-0/+3
2008-07-10Change env_get_char from a global function ptr to a functionJoakim Tjernlund1-2/+2
2008-05-15environment: fix bug introduced by commit a8409f4f1ac8Wolfgang Denk1-2/+2
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk1-0/+10
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger1-3/+8
2006-11-27[PATCH] Select NAND embedded environment from board configurationStefan Roese1-2/+1
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese1-0/+4
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher1-0/+12
2003-03-06Fix problem with default #defineswdenk1-2/+9
2002-11-03Initial revisionwdenk1-0/+83