| Commit message (Expand) | Author | Age | Files | Lines |
* | env: increment redund flag on read fail | Brandon Maier | 2021-04-16 | 1 | -2/+0 |
* | env: split env_import_redund() into 2 functions | Heiko Schocher | 2020-10-30 | 1 | -0/+18 |
* | env: Discern environment coming from external storage | Marek Vasut | 2020-07-31 | 1 | -2/+5 |
* | cmd: env: add env select command | Patrick Delaunay | 2020-07-31 | 1 | -1/+7 |
* | cmd: env: add env load command | Patrick Delaunay | 2020-07-31 | 1 | -0/+7 |
* | cmd: Migrate from_env() from pxe.c to nvedit.c | Patrice Chotard | 2019-12-06 | 1 | -0/+10 |
* | env: add missing <compiler.h> header file | Pierre-Jean Texier | 2019-09-24 | 1 | -0/+1 |
* | env: Rename the redundancy flags | Simon Glass | 2019-08-11 | 1 | -0/+6 |
* | env: Move callback definitions to env.h | Simon Glass | 2019-08-11 | 1 | -0/+34 |
* | env: Move env_valid to env.h | Simon Glass | 2019-08-11 | 1 | -1/+8 |
* | env: Move env_reloc() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+7 |
* | env: Move env_get_char() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+10 |
* | env: Move get/set_default_env() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+11 |
* | env: Move env import/export functions to env.h | Simon Glass | 2019-08-11 | 1 | -0/+38 |
* | env: Move env_load/save functions to env.h | Simon Glass | 2019-08-11 | 1 | -0/+21 |
* | env: Move set_default_vars to env.h | Simon Glass | 2019-08-11 | 1 | -0/+11 |
* | env: Move env_fix_drivers() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+5 |
* | env: Move eth_env_get/set_enetaddr() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+18 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+12 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+12 |
* | env: Move env_get_hex() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+12 |
* | env: Move env_get_yesno() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+8 |
* | env: Move env_get_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+13 |
* | env: Move env_set_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+9 |
* | env: Move env_set_hex() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+22 |
* | env: Move envmatch() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+11 |
* | env: Move env_relocate() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+8 |
* | env: Move env_init() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+10 |
* | env: Move env_get_f() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+12 |
* | env: Move get_env_id() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+10 |
* | env: Create a new file for environment functions | Simon Glass | 2019-08-11 | 1 | -0/+28 |