1. 19e7f0c env: Migrate CONFIG_ENV_AES to Kconfig and deprecate by Tom Rini · 7 years ago
  2. 5664f83 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  3. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  4. 3e238a2 env: Allow env_load() to detect errors by Simon Glass · 7 years ago
  5. 8a7c44b env: Correct case of no sub-init function by Tom Rini · 7 years ago
  6. f80d69e env: Sort selection of default choices by Andy Shevchenko · 7 years ago
  7. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  8. 3fa4c22 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  9. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  10. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  11. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  12. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  13. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  14. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  15. 36d8581 env: Drop env_init_new() by Simon Glass · 7 years ago
  16. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  17. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  18. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  19. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  20. 15e5a1a env: Add a new implementation of environment access by Simon Glass · 7 years ago
  21. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  22. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  23. a37a7c4 env: Rename nand env_location to nand_env_location by Simon Glass · 7 years ago
  24. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  25. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  26. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  27. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  28. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  29. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  30. ea8bf84 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · 7 years ago
  31. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago