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