aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-1/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-01cmd_nvedit.c: clean up syntax highlightingSteven A. Falco1-2/+3
2008-07-01Make setenv() return statusSteven A. Falco1-3/+3
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen1-1/+2
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk1-13/+0
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk1-0/+3
2008-04-17Change env_get_char from a global function ptr to a function.Joakim Tjernlund1-3/+0
2008-02-23ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-01-09Globalize envmatch()Rafal Jaworowski1-4/+1
2007-09-17OneNAND support (take #2)Kyungmin Park1-3/+6
2007-08-10[ARM] TI DaVinci support, hopefully finalSergey Kubushyn1-1/+14
2007-07-11Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese1-3/+2
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-5/+5
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-13/+5
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-7/+11
2007-05-05[patch] setenv(...) can delete environmentalvariablesJeffrey Mann1-1/+4
2006-12-20Fix to make the baudrate changes immediate for the MCF52x2 family.Bartlomiej Sieka1-1/+1
2006-10-28Check for illegal character '=' in environment variable names.Wolfgang Denk1-0/+5
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2006-03-08Some minor fixes to environment in NAND code.Markus Klotzbuecher1-2/+6
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-9/+9
2004-09-29* Patches by Sean Chang, 09 Aug 2004:wdenk1-2/+3
2004-08-01* Code cleanupwdenk1-0/+6
2004-06-09Patch by Jian Zhang, 20 May 2004:wdenk1-0/+1
2003-12-06* Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk1-2/+6
2003-07-11- Fix bug in CONFIG_VERSION_VARIABLE.stroese1-3/+0
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-10/+10
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+59
2003-04-04U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese1-2/+6
2003-01-11* Restrict baudrate settings on LWMON to higher speedsLABEL_2003_01_11_1050wdenk1-0/+4
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+12
2002-11-05Quick & Dirty fix for log buffer problem when environment is not setwdenk1-0/+3
2002-10-11Initial revisionwdenk1-0/+535