Commit Graph

92 Commits (lime2-spi)

Author SHA1 Message Date
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 6 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
Simon Glass 21f639446d env: Adjust the get_char() method to return an int 7 years ago
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 01510091de env: Drop saveenv() in favour of env_save() 7 years ago
Simon Glass 310fb14b26 env: Drop env_relocate_spec() in favour of env_load() 7 years ago
Simon Glass a69d0f60e5 env: Drop env_get_char_spec() 7 years ago
Simon Glass 6eeae42469 env: Drop env_init_new() 7 years ago
Simon Glass 98b5755fb0 env: Drop unused env_ptr variables 7 years ago
Simon Glass ac358beb85 env: Drop the env_name_spec global 7 years ago
Simon Glass 7938822a6b env: Drop common init() functions 7 years ago
Simon Glass e5bce247b0 env: Switch over to use environment location drivers 7 years ago
Simon Glass c9d728dd33 env: Add a new implementation of environment access 7 years ago
Simon Glass c1c3fe2307 env: Convert CONFIG_ENV_IS_IN... to a choice 7 years ago
Simon Glass 4415f1d1f1 env: Create a location driver for each location 7 years ago
Simon Glass 42a8180d19 env: Rename nand env_location to nand_env_location 7 years ago
Simon Glass 203e94f6c9 env: Add an enum for environment state 7 years ago
Simon Glass 75de597d2d env: common: Drop env_get_char_memory() 7 years ago
Simon Glass 81a4dea228 env: common: Drop env_get_char_init() 7 years ago
Simon Glass 5fc5254084 env: common: Factor out the common env_valid check 7 years ago
Simon Glass 0219fb61c1 env: common: Drop env_get_addr() 7 years ago
Simon Glass bcdfb8d5a5 env: common: Make env_get_addr/get_char_memory() static 7 years ago
Simon Glass 91d3aa05d0 env: Use tabs in ENV_IS_IN_FAT 7 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 7 years ago