aboutsummaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHEREAlex Kiernan2018-06-131-0/+1
* u-boot: Fix several typosShyam Saini2018-06-131-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0720-41/+20
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-273-6/+0
* env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt2018-04-162-0/+4
* env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2018-04-162-0/+22
* Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigAlex Kiernan2018-04-081-0/+7
* env: Properly check for BLK supportSjoerd Simons2018-04-061-1/+1
* Allow providing default environment from fileRasmus Villemoes2018-04-061-0/+18
* common: env_embedded: allow fine placement of environment objectChristophe Leroy2018-04-061-4/+4
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-1/+0
|\
| * sunxi: disable direct MMC environmentAndre Przywara2018-04-041-1/+0
* | Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel2018-03-241-5/+0
* | Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2018-03-241-1/+0
|/
* env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas2018-02-203-0/+8
* env: restore old env_get_char() behaviourGoldschmidt Simon2018-02-163-28/+15
* 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