summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2018-03-24Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel1-5/+0
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel1-1/+0
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas3-0/+8
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon3-28/+15
2018-02-16env: Fix env_load_locationYork Sun1-5/+3
2018-02-12Fix misaligned buffer in env_fat_saveAlex Kiernan1-1/+1
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt1-59/+8
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt10-23/+10
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt4-50/+34
2018-02-01env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt3-8/+8
2018-01-27env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard1-0/+4
2018-01-27env: Mark env_get_location as weakMaxime Ripard1-1/+2
2018-01-27env: Allow to build multiple environments in KconfigMaxime Ripard1-33/+32
2018-01-27env: mmc: depends on the MMC frameworkMaxime Ripard1-0/+1
2018-01-27env: Initialise all the environmentsMaxime Ripard1-7/+29
2018-01-27env: Support multiple environmentsMaxime Ripard1-32/+53
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard1-1/+1
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard1-1/+0
2018-01-27env: fat: Make the debug messages play a little nicerMaxime Ripard1-5/+20
2018-01-27env: Make it explicit where we're loading our environment fromMaxime Ripard1-7/+11
2018-01-27env: Make the env save message a bit more explicitMaxime Ripard1-1/+2
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard1-49/+108
2018-01-27env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard1-9/+9
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-1/+3
2018-01-23env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen1-3/+1
2018-01-17Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+21
2018-01-17env: sf: Add support for env init for QSPI-NORAshish Kumar1-0/+21
2018-01-16env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz3-12/+59
2017-12-18rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to KconfigKlaus Goger1-0/+18
2017-11-30env: suppress a spurious warning with GCC 7.1Philipp Tomsich1-1/+1
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini2-69/+0
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz1-4/+58
2017-10-27env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as defaultBin Meng1-0/+1
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen4-94/+1
2017-10-15ARM: uniphier: switch to CONFIG_ENV_IS_NOWHEREMasahiro Yamada1-1/+0
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