summaryrefslogtreecommitdiffstats
path: root/common/env_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-19/+7
|\
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-231-29/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-0/+14
* | 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-7/+6
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-6/+7
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+1
* env: clean env_eeprom.c checkpatch and code styleIgor Grinberg2011-11-221-58/+46
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-30/+55
* Redundant environment: move flag definitions to header fileWolfgang Denk2010-07-041-5/+0
* Prepare v2010.03-rc1Wolfgang Denk2010-03-121-1/+0
* env, eeprom: add redundant environment supportHeiko Schocher2010-01-181-4/+127
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-181-5/+61
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-5/+5
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-7/+7
* env_eeprom: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-5/+0
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-141-4/+0
* Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-121-0/+1
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-171-1/+0
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-2/+2
* Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-251-1/+0
* * Code cleanup:wdenk2003-06-271-1/+0
* Initial revisionwdenk2002-09-181-0/+116
OpenPOWER on IntegriCloud