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: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -5/+12 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -2/+1 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -7/+7 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -1/+11 |
* | env: Rename nand env_location to nand_env_location | Simon Glass | 2017-08-15 | 1 | -3/+3 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -14/+15 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+395 |