Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us... | Faiz Abbas | 2018-02-20 | 1 | -0/+3 |
* | env: make env drivers propagate env_import return value | Simon Goldschmidt | 2018-02-01 | 1 | -2/+1 |
* | env: enable accessing the environment in an EXT4 partition | Jorge Ramirez-Ortiz | 2018-01-15 | 1 | -12/+18 |
* | env: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -2/+4 |
* | env: Drop unused env_ptr variables | Simon Glass | 2017-08-15 | 1 | -2/+0 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -2/+1 |
* | env: Drop common init() functions | Simon Glass | 2017-08-15 | 1 | -10/+0 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -7/+6 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -0/+8 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -1/+1 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+129 |