summaryrefslogtreecommitdiffstats
path: root/common/cmd_nvedit.c
Commit message (Expand)AuthorAgeFilesLines
* env: Add a command to view callbacksJoe Hershberger2012-12-131-0/+81
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-9/+17
* env: Refactor apply into change_okJoe Hershberger2012-12-131-19/+15
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-10/+9
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-9/+16
* serial: remove calls to serial_assign()Allen Martin2012-10-261-3/+0
* env: Check for NULL pointer in envmatch()Joe Hershberger2012-10-151-0/+3
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* COMMON: Use __stringify() instead of MK_STR()Marek Vasut2012-10-151-4/+1
* env: fix crash using default -f -aGerlando Falauto2012-10-051-0/+3
* OMAP: networking support for SPLIlya Yanok2012-10-011-0/+8
* env: make "env default" selective, check and applyGerlando Falauto2012-09-181-6/+34
* env: check and apply changes on delete/destroyGerlando Falauto2012-09-181-1/+1
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-1/+2
* env: make himport_r() selective on variablesGerlando Falauto2012-09-181-1/+2
* env: unify logic to check and apply changesGerlando Falauto2012-09-181-49/+92
* env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto2012-09-181-3/+2
* env import/export: Remove from help if disabledBenoît Thébaudeau2012-09-181-0/+4
* Block: Remove MG DISK supportMarek Vasut2012-06-211-2/+1
* common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-1/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-15/+1
* powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-241-1/+2
* Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin2012-03-301-1/+2
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-11/+11
* common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-121-1/+1
* common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer2011-12-191-1/+1
* common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer2011-12-121-0/+2
* cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala2011-11-271-1/+1
* env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg2011-11-221-52/+47
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-221-1/+0
* Fix warnings in cmd_nvedit.cSimon Glass2011-11-221-2/+2
* env: allow to export only selected variablesWolfgang Denk2011-11-081-12/+21
* tftpput: add save_addr and save_size global variablesSimon Glass2011-10-261-0/+2
* Add setenv_ulong() and setenv_addr()Simon Glass2011-10-261-0/+30
* Add getenv_ulong() to read an integer from an environment variableSimon Glass2011-10-231-0/+20
* GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut2011-10-011-2/+1
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-6/+7
* cmd_nvedit.c: make error message more helpfulWolfgang Denk2011-05-121-1/+2
* cmd_nvedit.c: clean up with checkpatchMacpaul Lin2011-04-301-75/+73
* common: add a grepenv commandKim Phillips2011-04-281-3/+52
* Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier2011-04-261-1/+1
* env: make import/export optionalMike Frysinger2011-04-131-0/+8
* cmd_nvedit: use explicit typecast for printfAndreas Bießmann2011-04-121-2/+2
* load_addr: move to common env codeMike Frysinger2011-01-091-0/+2
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-9/+9
* autocomplete: remove runtime handler installMike Frysinger2010-11-281-8/+12
* common/cmd_nvedit: Use return value of cmd_usageThomas Weber2010-11-271-12/+6
* Common/cmd_nvedit: Check for env subcommandThomas Weber2010-11-271-0/+3
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not definedHeiko Schocher2010-10-061-0/+7
OpenPOWER on IntegriCloud