1. cbae951 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Wed Jan 17 13:48:35 2018 -0500
  2. a7bf68a env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · Thu Dec 14 17:37:08 2017 +0530
  3. 4a4c26d env: enable accessing the environment in an EXT4 partition by Jorge Ramirez-Ortiz · Wed Jan 10 11:33:48 2018 +0100
  4. 1738e34 rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig by Klaus Goger · Mon Dec 11 17:56:08 2017 +0100
  5. 745d8de env: suppress a spurious warning with GCC 7.1 by Philipp Tomsich · Tue Nov 21 23:29:40 2017 +0100
  6. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · Tue Nov 14 08:39:35 2017 -0500
  7. 03ab46c env: Save environment at the end of an MMC partition by Jorge Ramirez-Ortiz · Mon Nov 06 14:16:37 2017 +0100
  8. 66c9586 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · Wed Oct 18 18:20:54 2017 -0700
  9. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:40 2017 +0300
  10. c29f4ef ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE by Masahiro Yamada · Fri Oct 13 19:21:50 2017 +0900
  11. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  12. 19e7f0c env: Migrate CONFIG_ENV_AES to Kconfig and deprecate by Tom Rini · Fri Sep 08 13:12:16 2017 -0400
  13. 5664f83 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · Sun Aug 13 09:00:28 2017 -0500
  14. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · Sun Aug 20 04:45:15 2017 -0600
  15. 3e238a2 env: Allow env_load() to detect errors by Simon Glass · Sun Aug 20 04:45:14 2017 -0600
  16. 8a7c44b env: Correct case of no sub-init function by Tom Rini · Sat Aug 19 22:27:57 2017 -0400
  17. f80d69e env: Sort selection of default choices by Andy Shevchenko · Fri Aug 18 13:14:47 2017 +0300
  18. 9977849 env: Adjust the load() method to return an error by Simon Glass · Thu Aug 03 12:22:17 2017 -0600
  19. 3fa4c22 env: Adjust the get_char() method to return an int by Simon Glass · Thu Aug 03 12:22:16 2017 -0600
  20. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  21. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  22. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  23. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · Thu Aug 03 12:22:08 2017 -0600
  24. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · Thu Aug 03 12:22:07 2017 -0600
  25. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · Thu Aug 03 12:22:06 2017 -0600
  26. 36d8581 env: Drop env_init_new() by Simon Glass · Thu Aug 03 12:22:05 2017 -0600
  27. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · Thu Aug 03 12:22:04 2017 -0600
  28. d8273ed env: Drop the env_name_spec global by Simon Glass · Thu Aug 03 12:22:03 2017 -0600
  29. d40d804 env: Drop common init() functions by Simon Glass · Thu Aug 03 12:22:02 2017 -0600
  30. 082af92 env: Switch over to use environment location drivers by Simon Glass · Thu Aug 03 12:22:01 2017 -0600
  31. 15e5a1a env: Add a new implementation of environment access by Simon Glass · Thu Aug 03 12:22:00 2017 -0600
  32. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  33. c10a88e env: Create a location driver for each location by Simon Glass · Thu Aug 03 12:21:58 2017 -0600
  34. a37a7c4 env: Rename nand env_location to nand_env_location by Simon Glass · Thu Aug 03 12:21:57 2017 -0600
  35. 4bc2ad2 env: Add an enum for environment state by Simon Glass · Thu Aug 03 12:21:56 2017 -0600
  36. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · Thu Aug 03 12:21:55 2017 -0600
  37. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · Thu Aug 03 12:21:54 2017 -0600
  38. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · Thu Aug 03 12:21:53 2017 -0600
  39. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · Thu Aug 03 12:21:52 2017 -0600
  40. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · Thu Aug 03 12:21:51 2017 -0600
  41. ea8bf84 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · Thu Aug 03 12:21:50 2017 -0600
  42. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600