summaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-09load_addr: move to common env codeMike Frysinger1-0/+2
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-9/+9
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-8/+12
2010-11-28common/cmd_nvedit: Use return value of cmd_usageThomas Weber1-12/+6
2010-11-28Common/cmd_nvedit: Check for env subcommandThomas Weber1-0/+3
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-07env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher1-0/+7
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-201/+467
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-11/+18
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk1-13/+0
2010-09-19Save environment data to mmc.Terry Lv1-1/+2
2010-08-09getenv_f(): fix handling of too short buffersWolfgang Denk1-6/+12
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-14/+8
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-9/+9
2010-06-24Remove AmigaOneG3SE boardWolfgang Denk1-12/+0
2009-10-27Add 'editenv' commandPeter Tyser1-0/+40
2009-10-27setenv(): Delete 0-length environment variablesPeter Tyser1-1/+1
2009-10-19setenv: do console redirection even if previously unsetAlessandro Rubini1-31/+31
2009-06-12General help message cleanupWolfgang Denk1-5/+5
2009-06-12nvedit: speed up printing of environmentMike Frysinger1-39/+55
2009-05-15netloop: updates for NetLoopHeiko Schocher1-0/+7
2009-04-04mflash: Initial mflash supportunsik Kim1-3/+5
2009-03-21nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()Mike Frysinger1-23/+1
2009-02-23netloop: speed up NetLoopHeiko Schocher1-0/+6
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-5/+5
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-3/+3
2009-01-28saveenv: standardize enablementMike Frysinger1-18/+8
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn1-0/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-11nvedit: rename error comment to CONFIG_ENV_IS_IN_Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-11rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-11rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-3/+3
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-02cmd_nvedit.c: clean up syntax highlightingSteven A. Falco1-2/+3
2008-07-02Make 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-18Change 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