| Commit message (Expand) | Author | Age | Lines |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | -0/+1 |
* | Add option -r to env import to allow import of text files with CRLF as line e... | Alexander Holler | 2014-07-22 | -4/+15 |
* | Add cli_ prefix to readline functions | Simon Glass | 2014-05-29 | -2/+2 |
* | move CLI prototypes to cli.h and add comments | Simon Glass | 2014-05-29 | -0/+1 |
* | sandbox: Support 'env import' and 'env export' | Simon Glass | 2014-05-09 | -13/+18 |
* | cmd_nvedit: Make 'env import -c' require size parameter | Tom Rini | 2014-03-07 | -0/+3 |
* | env: fix the env export varname | Pierre Aubert | 2013-11-08 | -4/+2 |
* | cmd_nvedit.c: Add env exists command | Andrew Ruder | 2013-11-08 | -0/+23 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | env: Fix minor comment typos in cmd_nvedit | Simon Glass | 2013-05-14 | -2/+2 |
* | "env grep" - add support for regular expression matches | Wolfgang Denk | 2013-05-01 | -6/+23 |
* | "env grep" - add options to grep in name, value, or both. | Wolfgang Denk | 2013-05-01 | -5/+33 |
* | "env grep" - reimplement command using hexport_r() | Wolfgang Denk | 2013-05-01 | -18/+12 |
* | hashtable: preparations to use hexport_r() for "env grep" | Wolfgang Denk | 2013-05-01 | -3/+7 |
* | Add getenv_hex() to return an environment variable as hex | Simon Glass | 2013-05-01 | -0/+15 |
* | printenv: Correct out-of-memory condition check. | Maxime Larocque | 2013-04-17 | -1/+2 |
* | env: Add support for UBI environment | Joe Hershberger | 2013-04-11 | -1/+2 |
* | mtd: Make mtdparts work with pre-reloc env | Joe Hershberger | 2013-04-11 | -0/+4 |
* | env: fix "env ask" command | Wolfgang Denk | 2013-03-12 | -26/+28 |
* | env: Avoid clobbering an edited variable on ctrl-c | Joe Hershberger | 2013-03-04 | -1/+2 |
* | common: Use new numeric setenv functions | Simon Glass | 2013-02-28 | -2/+1 |
* | Update set_working_fdt_addr() to use setenv_addr() | Simon Glass | 2013-02-28 | -4/+4 |
* | env: Implement the env delete command | Joe Hershberger | 2012-12-13 | -3/+32 |
* | env: Add setenv force support | Joe Hershberger | 2012-12-13 | -6/+23 |
* | env: Add support for access control to .flags | Joe Hershberger | 2012-12-13 | -6/+25 |
* | env: Add a command to display details about env flags | Joe Hershberger | 2012-12-13 | -0/+59 |
* | env: Add environment variable flags | Joe Hershberger | 2012-12-13 | -49/+1 |
* | env: Add a console env handler | Joe Hershberger | 2012-12-13 | -33/+3 |
* | env: Add a loadaddr env handler | Joe Hershberger | 2012-12-13 | -12/+0 |
* | env: Add a baudrate env handler | Joe Hershberger | 2012-12-13 | -47/+0 |
* | env: Add a bootfile env handler | Joe Hershberger | 2012-12-13 | -9/+0 |
* | env: Add a command to view callbacks | Joe Hershberger | 2012-12-13 | -0/+81 |
* | env: Hide '.' variables in env print by default | Joe Hershberger | 2012-12-13 | -9/+17 |
* | env: Refactor apply into change_ok | Joe Hershberger | 2012-12-13 | -19/+15 |
* | env: Refactor do_apply to a flag | Joe Hershberger | 2012-12-13 | -10/+9 |
* | common/cmd_*.c: sparse fixes | Kim Phillips | 2012-11-04 | -9/+16 |
* | serial: remove calls to serial_assign() | Allen Martin | 2012-10-26 | -3/+0 |
* | env: Check for NULL pointer in envmatch() | Joe Hershberger | 2012-10-15 | -0/+3 |
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | -2/+0 |
* | COMMON: Use __stringify() instead of MK_STR() | Marek Vasut | 2012-10-15 | -4/+1 |
* | env: fix crash using default -f -a | Gerlando Falauto | 2012-10-05 | -0/+3 |
* | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -0/+8 |
* | env: make "env default" selective, check and apply | Gerlando Falauto | 2012-09-18 | -6/+34 |
* | env: check and apply changes on delete/destroy | Gerlando Falauto | 2012-09-18 | -1/+1 |
* | env: add check/apply logic to himport_r() | Gerlando Falauto | 2012-09-18 | -1/+2 |
* | env: make himport_r() selective on variables | Gerlando Falauto | 2012-09-18 | -1/+2 |
* | env: unify logic to check and apply changes | Gerlando Falauto | 2012-09-18 | -49/+92 |
* | env: cosmetic: drop assignment i = iomux_doenv() | Gerlando Falauto | 2012-09-18 | -3/+2 |
* | env import/export: Remove from help if disabled | Benoît Thébaudeau | 2012-09-18 | -0/+4 |