aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)Author
2011-12-19common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer
2011-12-12common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer
2011-11-27cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-11-22Fix warnings in cmd_nvedit.cSimon Glass
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass
2011-10-01GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk
2011-04-30cmd_nvedit.c: clean up with checkpatchMacpaul Lin
2011-04-28common: add a grepenv commandKim Phillips
2011-04-26Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier
2011-04-13env: make import/export optionalMike Frysinger
2011-04-12cmd_nvedit: use explicit typecast for printfAndreas Bießmann
2011-01-09load_addr: move to common env codeMike Frysinger
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber
2010-11-27Common/cmd_nvedit: Check for env subcommandThomas Weber
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-06env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk
2010-09-19Save environment data to mmc.Terry Lv
2010-08-09getenv_f(): fix handling of too short buffersWolfgang Denk
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk
2009-10-27Add 'editenv' commandPeter Tyser
2009-10-27setenv(): Delete 0-length environment variablesPeter Tyser
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