| Commit message (Expand) | Author | Age | Files | Lines |
* | env_eeprom.c: Correct using saved environment | Ludger Dreier | 2015-10-12 | 1 | -89/+77 |
* | env_eeprom: Assign default environment during board_init_f | Siva Durga Prasad Paladugu | 2014-06-05 | 1 | -2/+10 |
* | env: Add env_export() wrapper | Marek Vasut | 2014-03-21 | 1 | -9/+3 |
* | env_eeprom - fix bus recovery for "eeprom_bus_read" | Alexey Brodkin | 2014-01-13 | 1 | -3/+2 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | 1 | -19/+7 |
|\ |
|
| * | i2c, multibus: get rid of CONFIG_I2C_MUX | Heiko Schocher | 2013-07-23 | 1 | -29/+3 |
| * | i2c: common changes for multibus/multiadapter support | Heiko Schocher | 2013-07-23 | 1 | -0/+14 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
|/ |
|
* | Revert "env: fix potential stack overflow in environment functions" | Tom Rini | 2013-04-05 | 1 | -7/+6 |
* | env: fix potential stack overflow in environment functions | Rob Herring | 2013-04-02 | 1 | -6/+7 |
* | env: Hide '.' variables in env print by default | Joe Hershberger | 2012-12-13 | 1 | -1/+1 |
* | env: clean env_eeprom.c checkpatch and code style | Igor Grinberg | 2011-11-22 | 1 | -58/+46 |
* | env: allow to export only selected variables | Wolfgang Denk | 2011-11-08 | 1 | -1/+1 |
* | hashtable: drop all non-reentrant versions | Mike Frysinger | 2010-12-17 | 1 | -1/+1 |
* | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | 1 | -30/+55 |
* | Redundant environment: move flag definitions to header file | Wolfgang Denk | 2010-07-04 | 1 | -5/+0 |
* | Prepare v2010.03-rc1v2010.03-rc1 | Wolfgang Denk | 2010-03-12 | 1 | -1/+0 |
* | env, eeprom: add redundant environment support | Heiko Schocher | 2010-01-18 | 1 | -4/+127 |
* | cmd_eeprom: I2C updates | Heiko Schocher | 2010-01-18 | 1 | -5/+61 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -5/+5 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -7/+7 |
* | env_eeprom: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -5/+0 |
* | rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -2/+2 |
* | environment: cleanup prototype declarations of env functions. | Wolfgang Denk | 2008-05-14 | 1 | -4/+0 |
* | Revert "Change env_get_char from a global function ptr to a function." | Wolfgang Denk | 2008-05-12 | 1 | -0/+1 |
* | Change env_get_char from a global function ptr to a function. | Joakim Tjernlund | 2008-04-17 | 1 | -1/+0 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 1 | -2/+2 |
* | Remove unneeded #include <malloc.h> | Wolfgang Denk | 2005-09-25 | 1 | -1/+0 |
* | * Code cleanup:LABEL_2003_06_27_2340 | wdenk | 2003-06-27 | 1 | -1/+0 |
* | Initial revision | wdenk | 2002-09-18 | 1 | -0/+116 |