summaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)Author
2010-12-15Removal of executable permissionRobert Rosengren
2009-11-09Merge branch 'master' of http://git.denx.de/u-bootMichael Brandt
2009-10-27Add 'editenv' commandPeter Tyser
2009-10-27setenv(): Delete 0-length environment variablesPeter Tyser
2009-10-22Merge branch 'master' of http://git.denx.de/u-bootMichael Brandt
2009-10-21merged changes for u8500 (mop500).Michael Brandt
2009-10-18setenv: do console redirection even if previously unsetAlessandro Rubini
2009-06-12General help message cleanupWolfgang Denk
2009-06-12nvedit: speed up printing of environmentMike Frysinger
2009-05-15netloop: updates for NetLoopHeiko Schocher
2009-04-03mflash: Initial mflash supportunsik Kim
2009-03-20nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()Mike Frysinger
2009-02-22netloop: speed up NetLoopHeiko Schocher
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-27saveenv: standardize enablementMike Frysinger
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10nvedit: rename error comment to CONFIG_ENV_IS_IN_Jean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD
2008-07-13Fix some more printf() format problems.Wolfgang Denk
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-07-01cmd_nvedit.c: clean up syntax highlightingSteven A. Falco
2008-07-01Make setenv() return statusSteven A. Falco
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk
2008-04-17Change env_get_char from a global function ptr to a function.Joakim Tjernlund
2008-02-23ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD
2008-01-09Globalize envmatch()Rafal Jaworowski
2007-09-17OneNAND support (take #2)Kyungmin Park
2007-08-10[ARM] TI DaVinci support, hopefully finalSergey Kubushyn
2007-07-11Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-05-05[patch] setenv(...) can delete environmentalvariablesJeffrey Mann
2006-12-20Fix to make the baudrate changes immediate for the MCF52x2 family.Bartlomiej Sieka
2006-10-28Check for illegal character '=' in environment variable names.Wolfgang Denk
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-08Some minor fixes to environment in NAND code.Markus Klotzbuecher