summaryrefslogtreecommitdiff
path: root/common/env_sf.c
AgeCommit message (Expand)Author
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini
2013-04-02env: fix potential stack overflow in environment functionsRob Herring
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg
2011-11-22env: clean env_sf.c checkpatch and code styleIgor Grinberg
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-04-28fix redundant environment for serial flashthomas.langer@lantiq.com
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-10-29env_sf: remove warning introduced with last patchStefano Babic
2010-10-27env_sf: updated to the new environment codeStefano Babic
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-06-30add redundant environment for env_sf.cWolfgang Wegner
2009-08-09env: kill off default_environment_sizeMike Frysinger
2008-12-16env_sf: support embedded environmentsMike Frysinger
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10env_sf: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-08-14Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector eraseTsiChung Liew
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen