summaryrefslogtreecommitdiffstats
path: root/common/env_sf.c
Commit message (Expand)AuthorAgeFilesLines
* env_sf: Fix recovery defaultMario Schuknecht2015-04-071-2/+4
* dm: Add spi.h header to a few filesSimon Glass2014-10-221-0/+1
* env: Add env_export() wrapperMarek Vasut2014-03-211-17/+7
* SPL: P2020RDB: fix the problem booting from spi flashYing Zhang2014-02-241-1/+6
* cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-061-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-12/+11
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-11/+12
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-2/+2
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-5/+0
* env: clean env_sf.c checkpatch and code styleIgor Grinberg2011-11-221-28/+20
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-3/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-081-2/+2
* fix redundant environment for serial flashthomas.langer@lantiq.com2011-04-281-27/+12
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-2/+2
* env_sf: remove warning introduced with last patchStefano Babic2010-10-291-2/+1
* env_sf: updated to the new environment codeStefano Babic2010-10-271-95/+77
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-59/+73
* add redundant environment for env_sf.cWolfgang Wegner2010-06-301-0/+232
* env: kill off default_environment_sizeMike Frysinger2009-08-091-11/+1
* env_sf: support embedded environmentsMike Frysinger2008-12-161-5/+36
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-17/+17
* env_sf: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-5/+0
* rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector eraseTsiChung Liew2008-08-141-1/+9
* Add support for environment in SPI flashHaavard Skinnemoen2008-06-031-0/+131
OpenPOWER on IntegriCloud