summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
...
* env: Fix env_load_locationYork Sun2018-02-161-5/+3
* Fix misaligned buffer in env_fat_saveAlex Kiernan2018-02-121-1/+1
* env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt2018-02-011-59/+8
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-0110-23/+10
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-014-50/+34
* env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt2018-01-313-8/+8
* env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard2018-01-271-0/+4
* env: Mark env_get_location as weakMaxime Ripard2018-01-271-1/+2
* env: Allow to build multiple environments in KconfigMaxime Ripard2018-01-271-33/+32
* env: mmc: depends on the MMC frameworkMaxime Ripard2018-01-271-0/+1
* env: Initialise all the environmentsMaxime Ripard2018-01-271-7/+29
* env: Support multiple environmentsMaxime Ripard2018-01-271-32/+53
* env: common: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+1
* env: mmc: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+0
* env: fat: Make the debug messages play a little nicerMaxime Ripard2018-01-271-5/+20
* env: Make it explicit where we're loading our environment fromMaxime Ripard2018-01-271-7/+11
* env: Make the env save message a bit more explicitMaxime Ripard2018-01-271-1/+2
* env: Pass additional parameters to the env lookup functionMaxime Ripard2018-01-271-49/+108
* env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard2018-01-271-9/+9
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-1/+3
* env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen2018-01-221-3/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-171-0/+21
|\
| * env: sf: Add support for env init for QSPI-NORAshish Kumar2018-01-171-0/+21
* | 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