aboutsummaryrefslogtreecommitdiff
path: root/common/env_sf.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R1-4/+4
2016-04-01common: env_sf: Add exclamation markPeng Fan1-1/+1
2016-01-27dm: env_sf: fix saveenv() to use driver modelGong Qianyu1-0/+29
2015-08-17env: use cache line aligned memory for flash readRavi Babu1-5/+6
2015-04-07env_sf: Fix recovery defaultMario Schuknecht1-2/+4
2014-10-22dm: Add spi.h header to a few filesSimon Glass1-0/+1
2014-03-21env: Add env_export() wrapperMarek Vasut1-17/+7
2014-02-24SPL: P2020RDB: fix the problem booting from spi flashYing Zhang1-1/+6
2013-08-06cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-12/+11
2013-04-02env: fix potential stack overflow in environment functionsRob Herring1-11/+12
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-2/+2
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-5/+0
2011-11-22env: clean env_sf.c checkpatch and code styleIgor Grinberg1-28/+20
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-3/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+2
2011-04-28fix redundant environment for serial flashthomas.langer@lantiq.com1-27/+12
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-2/+2
2010-10-29env_sf: remove warning introduced with last patchStefano Babic1-2/+1
2010-10-27env_sf: updated to the new environment codeStefano Babic1-95/+77
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-59/+73
2010-06-30add redundant environment for env_sf.cWolfgang Wegner1-0/+232
2009-08-09env: kill off default_environment_sizeMike Frysinger1-11/+1
2008-12-16env_sf: support embedded environmentsMike Frysinger1-5/+36
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-17/+17
2008-09-10env_sf: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-14Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector eraseTsiChung Liew1-1/+9
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen1-0/+131