summaryrefslogtreecommitdiff
path: root/common/cmd_eeprom.c
Commit message (Expand)AuthorAgeLines
* common, env: Fix support for environment in i2c eepromMatthias Fuchs2014-03-28-2/+7
* cmd_eeprom: bug fix for i2c read/writeKuo-Jung Su2013-12-05-2/+2
* cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROMAlexey Brodkin2013-11-13-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-2/+1
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-23-2/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-18/+1
|/
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* cmd_eeprom: typoPeter Meerwald2012-02-14-1/+1
* cosmetic: spell fixes etc.Michael Jones2011-07-28-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-18-6/+8
* General help message cleanupWolfgang Denk2009-06-12-2/+2
* i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser2009-06-12-4/+0
* Command usage cleanupPeter Tyser2009-01-28-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-43/+43
* cmd_eeprom: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-10-6/+0
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-3/+4
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-4/+4
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-4/+4
* Add SM501 support to HH405 board.Stefan Roese2005-09-22-0/+9
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-19-2/+2
* FRAM memory access optimization.2005-08-12-4/+47
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-3/+3
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-4/+4
* * Code cleanup:wdenk2003-06-27-0/+23
* Patches by Murray Jensen, 17 Jun 2003:wdenk2003-06-19-0/+20
* * Add dual ethernet support on PM826wdenk2003-01-17-1/+1
* Initial revisionwdenk2002-08-27-0/+353