summaryrefslogtreecommitdiff
path: root/common/env_eeprom.c
Commit message (Expand)AuthorAgeLines
* env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret2016-04-11-7/+0
* eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-21-2/+2
* env_eeprom.c: Correct using saved environmentLudger Dreier2015-10-12-89/+77
* env_eeprom: Assign default environment during board_init_fSiva Durga Prasad Paladugu2014-06-05-2/+10
* env: Add env_export() wrapperMarek Vasut2014-03-21-9/+3
* env_eeprom - fix bus recovery for "eeprom_bus_read"Alexey Brodkin2014-01-13-3/+2
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-19/+7
|\
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-23-29/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-0/+14
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-05-7/+6
* env: fix potential stack overflow in environment functionsRob Herring2013-04-02-6/+7
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-13-1/+1
* env: clean env_eeprom.c checkpatch and code styleIgor Grinberg2011-11-22-58/+46
* env: allow to export only selected variablesWolfgang Denk2011-11-08-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-17-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-30/+55
* Redundant environment: move flag definitions to header fileWolfgang Denk2010-07-04-5/+0
* Prepare v2010.03-rc1v2010.03-rc1Wolfgang Denk2010-03-12-1/+0
* env, eeprom: add redundant environment supportHeiko Schocher2010-01-18-4/+127
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-18-5/+61
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-5/+5
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-7/+7
* env_eeprom: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-10-5/+0
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-14-4/+0
* Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-12-0/+1
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-17-1/+0
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
* Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-25-1/+0
* * Code cleanup:wdenk2003-06-27-1/+0
* Initial revisionwdenk2002-09-18-0/+116