aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14env: Fix minor comment typos in cmd_nveditSimon Glass1-2/+2
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk1-6/+23
2013-05-01"env grep" - add options to grep in name, value, or both.Wolfgang Denk1-5/+33
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk1-18/+12
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-3/+7
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass1-0/+15
2013-04-17printenv: Correct out-of-memory condition check.Maxime Larocque1-1/+2
2013-04-11env: Add support for UBI environmentJoe Hershberger1-1/+2
2013-04-11mtd: Make mtdparts work with pre-reloc envJoe Hershberger1-0/+4
2013-03-12env: fix "env ask" commandWolfgang Denk1-26/+28
2013-03-04env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger1-1/+2
2013-02-28common: Use new numeric setenv functionsSimon Glass1-2/+1
2013-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass1-4/+4
2012-12-13env: Implement the env delete commandJoe Hershberger1-3/+32
2012-12-13env: Add setenv force supportJoe Hershberger1-6/+23
2012-12-13env: Add support for access control to .flagsJoe Hershberger1-6/+25
2012-12-13env: Add a command to display details about env flagsJoe Hershberger1-0/+59
2012-12-13env: Add environment variable flagsJoe Hershberger1-49/+1
2012-12-13env: Add a console env handlerJoe Hershberger1-33/+3
2012-12-13env: Add a loadaddr env handlerJoe Hershberger1-12/+0
2012-12-13env: Add a baudrate env handlerJoe Hershberger1-47/+0
2012-12-13env: Add a bootfile env handlerJoe Hershberger1-9/+0
2012-12-13env: Add a command to view callbacksJoe Hershberger1-0/+81
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-9/+17
2012-12-13env: Refactor apply into change_okJoe Hershberger1-19/+15
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-10/+9
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-9/+16
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