aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-26serial: remove calls to serial_assign()Allen Martin1-3/+0
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger1-0/+3
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-4/+1
2012-10-05env: fix crash using default -f -aGerlando Falauto1-0/+3
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+8
2012-09-18env: make "env default" selective, check and applyGerlando Falauto1-6/+34
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-1/+1
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+2
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+2
2012-09-18env: unify logic to check and apply changesGerlando Falauto1-49/+92
2012-09-18env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto1-3/+2
2012-09-18env import/export: Remove from help if disabledBenoît Thébaudeau1-0/+4
2012-06-21Block: Remove MG DISK supportMarek Vasut1-2/+1
2012-05-22common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin1-1/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-15/+1
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang1-1/+2
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin1-1/+2
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-11/+11
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher1-1/+1
2011-12-19common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer1-1/+1
2011-12-12common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer1-0/+2
2011-11-27cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala1-1/+1
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg1-52/+47
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-1/+0
2011-11-22Fix warnings in cmd_nvedit.cSimon Glass1-2/+2
2011-11-08env: allow to export only selected variablesWolfgang Denk1-12/+21
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass1-0/+2
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass1-0/+30
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass1-0/+20
2011-10-01GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut1-2/+1
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-6/+7
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk1-1/+2
2011-04-30cmd_nvedit.c: clean up with checkpatchMacpaul Lin1-75/+73
2011-04-28common: add a grepenv commandKim Phillips1-3/+52
2011-04-26Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier1-1/+1
2011-04-13env: make import/export optionalMike Frysinger1-0/+8
2011-04-12cmd_nvedit: use explicit typecast for printfAndreas Bießmann1-2/+2
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-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber1-12/+6
2010-11-27Common/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-06env: 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