| Commit message (Expand) | Author | Age | Files | Lines |
* | env: Replace all open-coded gd->env_valid values with ENV_ flags | Simon Glass | 2017-08-20 | 1 | -1/+1 |
* | env: Allow env_load() to detect errors | Simon Glass | 2017-08-20 | 1 | -1/+1 |
* | env: Correct case of no sub-init function | Tom Rini | 2017-08-20 | 1 | -1/+1 |
* | env: Drop saveenv() in favour of env_save() | Simon Glass | 2017-08-15 | 1 | -6/+0 |
* | env: Drop env_relocate_spec() in favour of env_load() | Simon Glass | 2017-08-15 | 1 | -5/+0 |
* | env: Drop env_get_char_spec() | Simon Glass | 2017-08-15 | 1 | -6/+3 |
* | env: Drop env_init_new() | Simon Glass | 2017-08-15 | 1 | -5/+1 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -1/+1 |
* | env: Drop common init() functions | Simon Glass | 2017-08-15 | 1 | -5/+9 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -0/+20 |
* | env: Add a new implementation of environment access | Simon Glass | 2017-08-15 | 1 | -0/+145 |