summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada2-5/+5
2017-09-08env: Migrate CONFIG_ENV_AES to Kconfig and deprecateTom Rini1-0/+8
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford1-30/+0
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass6-18/+18
2017-08-21env: Allow env_load() to detect errorsSimon Glass1-1/+1
2017-08-21env: Correct case of no sub-init functionTom Rini2-1/+14
2017-08-20env: Sort selection of default choicesAndy Shevchenko1-3/+3
2017-08-16env: Adjust the load() method to return an errorSimon Glass13-41/+80
2017-08-16env: Adjust the get_char() method to return an intSimon Glass3-3/+3
2017-08-16env: Rename some other getenv()-related functionsSimon Glass2-2/+2
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass3-7/+7
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-6/+0
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass2-6/+1
2017-08-16env: Drop env_get_char_spec()Simon Glass2-20/+3
2017-08-16env: Drop env_init_new()Simon Glass1-5/+1
2017-08-16env: Drop unused env_ptr variablesSimon Glass8-21/+0
2017-08-16env: Drop the env_name_spec globalSimon Glass15-27/+14
2017-08-16env: Drop common init() functionsSimon Glass12-127/+10
2017-08-16env: Switch over to use environment location driversSimon Glass15-114/+128
2017-08-16env: Add a new implementation of environment accessSimon Glass2-1/+146
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-6/+41
2017-08-15env: Create a location driver for each locationSimon Glass14-7/+176
2017-08-15env: Rename nand env_location to nand_env_locationSimon Glass1-3/+3
2017-08-15env: Add an enum for environment stateSimon Glass13-69/+70
2017-08-15env: common: Drop env_get_char_memory()Simon Glass1-7/+0
2017-08-15env: common: Drop env_get_char_init()Simon Glass1-6/+1
2017-08-15env: common: Factor out the common env_valid checkSimon Glass1-11/+6
2017-08-15env: common: Drop env_get_addr()Simon Glass1-8/+3
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-9/+9
2017-08-15env: Use tabs in ENV_IS_IN_FATSimon Glass1-4/+3
2017-08-15Move environment files from common/ to env/Simon Glass21-0/+4561