Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-07-19 | env: common: accept flags on reset to default env | Yaniv Levinsky | 1 | -1/+1 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 1 | -2/+1 |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 1 | -2/+0 |
2018-02-01 | env: make env drivers propagate env_import return value | Simon Goldschmidt | 1 | -3/+1 |
2017-08-16 | env: Adjust the load() method to return an error | Simon Glass | 1 | -6/+9 |
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 | -10/+0 |
2017-08-15 | env: Switch over to use environment location drivers | Simon Glass | 1 | -7/+6 |
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/+127 |