summaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)Author
2013-05-14env: Fix minor comment typos in cmd_nveditSimon Glass
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk
2013-05-01"env grep" - add options to grep in name, value, or both.Wolfgang Denk
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass
2013-04-17printenv: Correct out-of-memory condition check.Maxime Larocque
2013-04-11env: Add support for UBI environmentJoe Hershberger
2013-04-11mtd: Make mtdparts work with pre-reloc envJoe Hershberger
2013-03-12env: fix "env ask" commandWolfgang Denk
2013-03-04env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger
2013-02-28common: Use new numeric setenv functionsSimon Glass
2013-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass
2012-12-13env: Implement the env delete commandJoe Hershberger
2012-12-13env: Add setenv force supportJoe Hershberger
2012-12-13env: Add support for access control to .flagsJoe Hershberger
2012-12-13env: Add a command to display details about env flagsJoe Hershberger
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Add a console env handlerJoe Hershberger
2012-12-13env: Add a loadaddr env handlerJoe Hershberger
2012-12-13env: Add a baudrate env handlerJoe Hershberger
2012-12-13env: Add a bootfile env handlerJoe Hershberger
2012-12-13env: Add a command to view callbacksJoe Hershberger
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-10-26serial: remove calls to serial_assign()Allen Martin
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut
2012-10-05env: fix crash using default -f -aGerlando Falauto
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-18env: make "env default" selective, check and applyGerlando Falauto
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2012-09-18env: unify logic to check and apply changesGerlando Falauto
2012-09-18env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto
2012-09-18env import/export: Remove from help if disabledBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-05-22common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher
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