| Commit message (Expand) | Author | Age | Files | Lines |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 1 | -6/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: Properly check for BLK support | Sjoerd Simons | 2018-04-06 | 1 | -1/+1 |
* | env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us... | Faiz Abbas | 2018-02-20 | 1 | -0/+2 |
* | env: make env drivers propagate env_import return value | Simon Goldschmidt | 2018-02-01 | 1 | -2/+1 |
* | env: move more common code to env_import_redund | Simon Goldschmidt | 2018-02-01 | 1 | -21/+2 |
* | env: mmc: Make the debug messages play a little nicer | Maxime Ripard | 2018-01-27 | 1 | -1/+0 |
* | env: suppress a spurious warning with GCC 7.1 | Philipp Tomsich | 2017-11-29 | 1 | -1/+1 |
* | env: Save environment at the end of an MMC partition | Jorge Ramirez-Ortiz | 2017-11-17 | 1 | -4/+58 |
* | env: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -8/+11 |
* | env: Drop unused env_ptr variables | Simon Glass | 2017-08-15 | 1 | -6/+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 | -10/+9 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -0/+10 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -5/+5 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+326 |