Commit Graph

76 Commits (ab9e12f651d9211aa0d3c9b9e579c38bd8704054)

Author SHA1 Message Date
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 6 years ago
Heinrich Schuchardt 95058fbb97 env: mmc/fat/ext4: undefined reference to `mmc_initialize' 6 years ago
Siva Durga Prasad Paladugu 7bcdf19572 env: Relocate env drivers if manual reloc is required 6 years ago
Alex Kiernan d91013034a Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig 6 years ago
Sjoerd Simons d48b8d1138 env: Properly check for BLK support 6 years ago
Rasmus Villemoes f3d8f7dd73 Allow providing default environment from file 6 years ago
Christophe Leroy 23ac79ff80 common: env_embedded: allow fine placement of environment object 6 years ago
Andre Przywara 901fb09d01 sunxi: disable direct MMC environment 6 years ago
Petr Vorel c0ce4ceaba Convert CONFIG_UBI_SILENCE_MSG to Kconfig 6 years ago
Petr Vorel afb6fda2ae Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig 6 years ago
Faiz Abbas 26862b4a40 env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it 6 years ago
Goldschmidt Simon b2cdef4861 env: restore old env_get_char() behaviour 6 years ago
York Sun e1caa5841e env: Fix env_load_location 6 years ago
Alex Kiernan cda87ec558 Fix misaligned buffer in env_fat_save 6 years ago
Simon Goldschmidt 80719938c9 env: sf: use env_import_redund to simplify env_sf_load 6 years ago
Simon Goldschmidt 2166ebf783 env: make env drivers propagate env_import return value 6 years ago
Simon Goldschmidt 31f044bd91 env: move more common code to env_import_redund 6 years ago
Simon Goldschmidt 42a1820bbc env: make env_import(_redund) return 0 on success, not 1 6 years ago
Maxime Ripard 0163c9186b env: sunxi: Enable FAT-based environment support by default 6 years ago
Maxime Ripard 40c08a68b9 env: Mark env_get_location as weak 6 years ago
Maxime Ripard fb69464eae env: Allow to build multiple environments in Kconfig 6 years ago
Maxime Ripard d282a1db6a env: mmc: depends on the MMC framework 6 years ago
Maxime Ripard 1d4460871b env: Initialise all the environments 6 years ago
Maxime Ripard 7d714a24d7 env: Support multiple environments 6 years ago
Maxime Ripard 58ae9990c0 env: common: Make the debug messages play a little nicer 6 years ago
Maxime Ripard 29b8f21053 env: mmc: Make the debug messages play a little nicer 6 years ago
Maxime Ripard d0816da54f env: fat: Make the debug messages play a little nicer 6 years ago
Maxime Ripard 3574ba019e env: Make it explicit where we're loading our environment from 6 years ago
Maxime Ripard 9efac3c805 env: Make the env save message a bit more explicit 6 years ago
Maxime Ripard 8a3a7e2270 env: Pass additional parameters to the env lookup function 6 years ago
Maxime Ripard 52746c43d6 env: Rename env_driver_lookup_default and env_get_default_location 6 years ago
Maxime Ripard 9c24dfb2b8 cmd: nvedit: Get rid of the env lookup 6 years ago
Tuomas Tynkkynen 3cd084d364 env: ENV_IS_IN_FAT improvements 6 years ago
Ashish Kumar b500c92b70 env: sf: Add support for env init for QSPI-NOR 6 years ago
Jorge Ramirez-Ortiz 1087a7942c env: enable accessing the environment in an EXT4 partition 6 years ago
Klaus Goger 81f53b0daf rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig 7 years ago
Philipp Tomsich fd374665c9 env: suppress a spurious warning with GCC 7.1 7 years ago
Tom Rini c6831c74a9 env: Remove CONFIG_ENV_AES support 7 years ago
Jorge Ramirez-Ortiz c9e87ba665 env: Save environment at the end of an MMC partition 7 years ago
Bin Meng 3a856473fd env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default 7 years ago
Tuomas Tynkkynen 7b7341d7f3 env: Drop CONFIG_ENV_IS_IN_DATAFLASH 7 years ago
Masahiro Yamada 83ee44ab9e ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE 7 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Tom Rini 5eb35220b2 env: Migrate CONFIG_ENV_AES to Kconfig and deprecate 7 years ago
Adam Ford e3f24d4f2c Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set 7 years ago
Simon Glass 2d7cb5b426 env: Replace all open-coded gd->env_valid values with ENV_ flags 7 years ago
Simon Glass c55d8b9400 env: Allow env_load() to detect errors 7 years ago
Tom Rini eeba55cb4a env: Correct case of no sub-init function 7 years ago
Andy Shevchenko e94c1268f2 env: Sort selection of default choices 7 years ago
Simon Glass c595199194 env: Adjust the load() method to return an error 7 years ago