Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-10-16 | env: Drop CONFIG_ENV_IS_IN_DATAFLASH | Tuomas Tynkkynen | 1 | -75/+0 |
2017-08-16 | env: Adjust the load() method to return an error | Simon Glass | 1 | -1/+3 |
2017-08-16 | env: Adjust the get_char() method to return an int | Simon Glass | 1 | -1/+1 |
2017-08-15 | env: Drop unused env_ptr variables | Simon Glass | 1 | -2/+0 |
2017-08-15 | env: Drop the env_name_spec global | Simon Glass | 1 | -2/+1 |
2017-08-15 | env: Drop common init() functions | Simon Glass | 1 | -16/+0 |
2017-08-15 | env: Switch over to use environment location drivers | Simon Glass | 1 | -8/+8 |
2017-08-15 | env: Create a location driver for each location | Simon Glass | 1 | -0/+8 |
2017-08-15 | env: Add an enum for environment state | Simon Glass | 1 | -1/+1 |
2017-08-15 | Move environment files from common/ to env/ | Simon Glass | 1 | -0/+84 |