summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz2018-01-153-12/+59
* rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to KconfigKlaus Goger2017-12-181-0/+18
* env: suppress a spurious warning with GCC 7.1Philipp Tomsich2017-11-291-1/+1
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-212-69/+0
* env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz2017-11-171-4/+58
* env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as defaultBin Meng2017-10-271-0/+1
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-164-94/+1
* ARM: uniphier: switch to CONFIG_ENV_IS_NOWHEREMasahiro Yamada2017-10-151-1/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-5/+5
* env: Migrate CONFIG_ENV_AES to Kconfig and deprecateTom Rini2017-09-081-0/+8
* Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford2017-09-021-30/+0
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-206-18/+18
* env: Allow env_load() to detect errorsSimon Glass2017-08-201-1/+1
* env: Correct case of no sub-init functionTom Rini2017-08-202-1/+14
* env: Sort selection of default choicesAndy Shevchenko2017-08-201-3/+3
* env: Adjust the load() method to return an errorSimon Glass2017-08-1613-41/+80
* env: Adjust the get_char() method to return an intSimon Glass2017-08-163-3/+3
* env: Rename some other getenv()-related functionsSimon Glass2017-08-162-2/+2
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-163-7/+7
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-6/+0
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-152-6/+1
* env: Drop env_get_char_spec()Simon Glass2017-08-152-20/+3
* env: Drop env_init_new()Simon Glass2017-08-151-5/+1
* env: Drop unused env_ptr variablesSimon Glass2017-08-158-21/+0
* env: Drop the env_name_spec globalSimon Glass2017-08-1515-27/+14
* env: Drop common init() functionsSimon Glass2017-08-1512-127/+10
* env: Switch over to use environment location driversSimon Glass2017-08-1515-114/+128
* env: Add a new implementation of environment accessSimon Glass2017-08-152-1/+146
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-6/+41
* env: Create a location driver for each locationSimon Glass2017-08-1514-7/+176
* env: Rename nand env_location to nand_env_locationSimon Glass2017-08-151-3/+3
* env: Add an enum for environment stateSimon Glass2017-08-1513-69/+70
* env: common: Drop env_get_char_memory()Simon Glass2017-08-151-7/+0
* env: common: Drop env_get_char_init()Simon Glass2017-08-151-6/+1
* env: common: Factor out the common env_valid checkSimon Glass2017-08-151-11/+6
* env: common: Drop env_get_addr()Simon Glass2017-08-151-8/+3
* env: common: Make env_get_addr/get_char_memory() staticSimon Glass2017-08-151-9/+9
* env: Use tabs in ENV_IS_IN_FATSimon Glass2017-08-151-4/+3
* Move environment files from common/ to env/Simon Glass2017-08-1521-0/+4561