Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-08-15 | env: Switch over to use environment location drivers | Simon Glass | 15 | -114/+128 |
2017-08-15 | env: Add a new implementation of environment access | Simon Glass | 2 | -1/+146 |
2017-08-15 | env: Convert CONFIG_ENV_IS_IN... to a choice | Simon Glass | 1 | -6/+41 |
2017-08-15 | env: Create a location driver for each location | Simon Glass | 14 | -7/+176 |
2017-08-15 | env: Rename nand env_location to nand_env_location | Simon Glass | 1 | -3/+3 |
2017-08-15 | env: Add an enum for environment state | Simon Glass | 13 | -69/+70 |
2017-08-15 | env: common: Drop env_get_char_memory() | Simon Glass | 1 | -7/+0 |
2017-08-15 | env: common: Drop env_get_char_init() | Simon Glass | 1 | -6/+1 |
2017-08-15 | env: common: Factor out the common env_valid check | Simon Glass | 1 | -11/+6 |
2017-08-15 | env: common: Drop env_get_addr() | Simon Glass | 1 | -8/+3 |
2017-08-15 | env: common: Make env_get_addr/get_char_memory() static | Simon Glass | 1 | -9/+9 |
2017-08-15 | env: Use tabs in ENV_IS_IN_FAT | Simon Glass | 1 | -4/+3 |
2017-08-15 | Move environment files from common/ to env/ | Simon Glass | 21 | -0/+4561 |