| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: re-sequence includes | Heinrich Schuchardt | 2019-11-07 | 1 | -1/+1 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -7/+7 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | hush: Add rudimentary support for PS1 and PS2 | Marek Vasut | 2016-02-08 | 1 | -0/+10 |
* | hush: Pull out U-Boot prompt display and read functionality | Marek Vasut | 2016-02-08 | 1 | -5/+16 |
* | common: cli_hush: Fix up simple typo | Nishanth Menon | 2015-12-12 | 1 | -2/+2 |
* | common: cli_hush: avoid memory leak | Peng Fan | 2015-12-05 | 1 | -2/+7 |
* | common: cli_hush: avoid dead code | Peng Fan | 2015-12-05 | 1 | -1/+1 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | Revert "hush: fix segfault on syntax error" | Rabin Vincent | 2014-11-24 | 1 | -1/+1 |
* | hush: make run_command() return an error on parsing failure | Rabin Vincent | 2014-11-07 | 1 | -1/+1 |
* | hush: fix segfault on syntax error | Rabin Vincent | 2014-11-07 | 1 | -1/+1 |
* | hush: return consistent codes from run_command() | Rabin Vincent | 2014-11-07 | 1 | -1/+3 |
* | cli: hush: Adjust 'run' command to run each line of the env var | Simon Glass | 2014-10-27 | 1 | -1/+2 |
* | common/cli_hush.c: remove unnecessary double braces | Jeroen Hofstee | 2014-06-11 | 1 | -2/+2 |
* | Fix hush to give the correct return code for a simple command | Simon Glass | 2014-06-05 | 1 | -1/+3 |
* | Rename bootretry functions and remove #ifdefs | Simon Glass | 2014-05-29 | 1 | -6/+1 |
* | Move bootretry code into bootretry.c and clean up | Simon Glass | 2014-05-29 | 1 | -0/+1 |
* | Add cli_ prefix to readline functions | Simon Glass | 2014-05-29 | 1 | -2/+2 |
* | move CLI prototypes to cli.h and add comments | Simon Glass | 2014-05-29 | 1 | -0/+1 |
* | Rename hush to cli_hush | Simon Glass | 2014-05-29 | 1 | -0/+3687 |