Age | Commit message (Expand) | Author |
---|---|---|
2018-02-01 | env: make env drivers propagate env_import return value | Simon Goldschmidt |
2017-08-20 | env: Replace all open-coded gd->env_valid values with ENV_ flags | Simon Glass |
2017-08-16 | env: Adjust the load() method to return an error | Simon Glass |
2017-08-16 | env: Adjust the get_char() method to return an int | Simon Glass |
2017-08-15 | env: Drop unused env_ptr variables | Simon Glass |
2017-08-15 | env: Drop the env_name_spec global | Simon Glass |
2017-08-15 | env: Switch over to use environment location drivers | Simon Glass |
2017-08-15 | env: Create a location driver for each location | Simon Glass |
2017-08-15 | env: Add an enum for environment state | Simon Glass |
2017-08-15 | Move environment files from common/ to env/ | Simon Glass |