summaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger
2015-05-21env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-05-09sandbox: Support 'env import' and 'env export'Simon Glass
2014-03-07cmd_nvedit: Make 'env import -c' require size parameterTom Rini
2013-11-08env: fix the env export varnamePierre Aubert
2013-11-08cmd_nvedit.c: Add env exists commandAndrew Ruder
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
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