summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2018-07-05MLK-18776 env: sata: Add missed env location for SATA bootYe Li
2018-06-01MLK-18478 env: Fix dead loop when env save failedYe Li
2018-04-26MLK-18141-2 env: Kconfig: Add ENV_IS_IN_SATA configYe Li
2018-04-26MLK-18141-1 env: sata: Fix build warning and breakYe Li
2018-04-26MLK-14828 env_sata: Fix SATA saveenv issueYe Li
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon
2018-02-16env: Fix env_load_locationYork Sun
2018-02-12Fix misaligned buffer in env_fat_saveAlex Kiernan
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-31env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt
2018-01-27env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard
2018-01-27env: Mark env_get_location as weakMaxime Ripard
2018-01-27env: Allow to build multiple environments in KconfigMaxime Ripard
2018-01-27env: mmc: depends on the MMC frameworkMaxime Ripard
2018-01-27env: Initialise all the environmentsMaxime Ripard
2018-01-27env: Support multiple environmentsMaxime Ripard
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard
2018-01-27env: fat: Make the debug messages play a little nicerMaxime Ripard
2018-01-27env: Make it explicit where we're loading our environment fromMaxime Ripard
2018-01-27env: Make the env save message a bit more explicitMaxime Ripard
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard
2018-01-27env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard
2018-01-22env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen
2018-01-17Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-01-17env: sf: Add support for env init for QSPI-NORAshish Kumar
2018-01-15env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz
2017-12-18rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to KconfigKlaus Goger
2017-11-29env: suppress a spurious warning with GCC 7.1Philipp Tomsich
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz
2017-10-27env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as defaultBin Meng
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen
2017-10-15ARM: uniphier: switch to CONFIG_ENV_IS_NOWHEREMasahiro Yamada
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-08env: Migrate CONFIG_ENV_AES to Kconfig and deprecateTom Rini
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford
2017-08-20env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass
2017-08-20env: Allow env_load() to detect errorsSimon Glass
2017-08-20env: Correct case of no sub-init functionTom Rini
2017-08-20env: Sort selection of default choicesAndy Shevchenko
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-16env: Adjust the get_char() method to return an intSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass