summaryrefslogtreecommitdiffstats
path: root/common/cmd_nvedit.c
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: Fix minor comment typos in cmd_nveditSimon Glass2013-05-141-2/+2
* "env grep" - add support for regular expression matchesWolfgang Denk2013-05-011-6/+23
* "env grep" - add options to grep in name, value, or both.Wolfgang Denk2013-05-011-5/+33
* "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-011-18/+12
* hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-011-3/+7
* Add getenv_hex() to return an environment variable as hexSimon Glass2013-05-011-0/+15
* printenv: Correct out-of-memory condition check.Maxime Larocque2013-04-171-1/+2
* env: Add support for UBI environmentJoe Hershberger2013-04-111-1/+2
* mtd: Make mtdparts work with pre-reloc envJoe Hershberger2013-04-111-0/+4
* env: fix "env ask" commandWolfgang Denk2013-03-121-26/+28
* env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger2013-03-041-1/+2
* common: Use new numeric setenv functionsSimon Glass2013-02-281-2/+1
* Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-281-4/+4
* env: Implement the env delete commandJoe Hershberger2012-12-131-3/+32
* env: Add setenv force supportJoe Hershberger2012-12-131-6/+23
* env: Add support for access control to .flagsJoe Hershberger2012-12-131-6/+25
* env: Add a command to display details about env flagsJoe Hershberger2012-12-131-0/+59
* env: Add environment variable flagsJoe Hershberger2012-12-131-49/+1
* env: Add a console env handlerJoe Hershberger2012-12-131-33/+3
* env: Add a loadaddr env handlerJoe Hershberger2012-12-131-12/+0
* env: Add a baudrate env handlerJoe Hershberger2012-12-131-47/+0
* env: Add a bootfile env handlerJoe Hershberger2012-12-131-9/+0
* 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
OpenPOWER on IntegriCloud