1. 8df430d env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE by Alex Kiernan · 6 years ago
  2. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  3. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  4. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  5. 95058fb env: mmc/fat/ext4: undefined reference to `mmc_initialize' by Heinrich Schuchardt · 6 years ago
  6. 7bcdf19 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 6 years ago
  7. d910130 Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig by Alex Kiernan · 6 years ago
  8. d48b8d1 env: Properly check for BLK support by Sjoerd Simons · 6 years ago
  9. f3d8f7d Allow providing default environment from file by Rasmus Villemoes · 6 years ago
  10. 23ac79f common: env_embedded: allow fine placement of environment object by Christophe Leroy · 6 years ago
  11. e294ba0 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  12. 901fb09 sunxi: disable direct MMC environment by Andre Przywara · 6 years ago
  13. c0ce4ce Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 6 years ago
  14. afb6fda Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 6 years ago
  15. 26862b4 env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 6 years ago
  16. b2cdef4 env: restore old env_get_char() behaviour by Goldschmidt Simon · 6 years ago
  17. e1caa58 env: Fix env_load_location by York Sun · 6 years ago
  18. cda87ec Fix misaligned buffer in env_fat_save by Alex Kiernan · 6 years ago
  19. 8071993 env: sf: use env_import_redund to simplify env_sf_load by Simon Goldschmidt · 6 years ago
  20. 2166ebf env: make env drivers propagate env_import return value by Simon Goldschmidt · 6 years ago
  21. 31f044b env: move more common code to env_import_redund by Simon Goldschmidt · 6 years ago
  22. 42a1820 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 6 years ago
  23. 0163c91 env: sunxi: Enable FAT-based environment support by default by Maxime Ripard · 6 years ago
  24. 40c08a6 env: Mark env_get_location as weak by Maxime Ripard · 6 years ago
  25. fb69464 env: Allow to build multiple environments in Kconfig by Maxime Ripard · 6 years ago
  26. d282a1d env: mmc: depends on the MMC framework by Maxime Ripard · 6 years ago
  27. 1d44608 env: Initialise all the environments by Maxime Ripard · 6 years ago
  28. 7d714a2 env: Support multiple environments by Maxime Ripard · 6 years ago
  29. 58ae999 env: common: Make the debug messages play a little nicer by Maxime Ripard · 6 years ago
  30. 29b8f21 env: mmc: Make the debug messages play a little nicer by Maxime Ripard · 6 years ago
  31. d0816da env: fat: Make the debug messages play a little nicer by Maxime Ripard · 6 years ago
  32. 3574ba0 env: Make it explicit where we're loading our environment from by Maxime Ripard · 6 years ago
  33. 9efac3c env: Make the env save message a bit more explicit by Maxime Ripard · 6 years ago
  34. 8a3a7e2 env: Pass additional parameters to the env lookup function by Maxime Ripard · 6 years ago
  35. 52746c4 env: Rename env_driver_lookup_default and env_get_default_location by Maxime Ripard · 6 years ago
  36. 9c24dfb cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 6 years ago
  37. 3cd084d env: ENV_IS_IN_FAT improvements by Tuomas Tynkkynen · 6 years ago
  38. 086ebcd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  39. b500c92 env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · 6 years ago
  40. 1087a79 env: enable accessing the environment in an EXT4 partition by Jorge Ramirez-Ortiz · 6 years ago
  41. 81f53b0 rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig by Klaus Goger · 6 years ago
  42. fd37466 env: suppress a spurious warning with GCC 7.1 by Philipp Tomsich · 7 years ago
  43. c6831c7 env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  44. c9e87ba env: Save environment at the end of an MMC partition by Jorge Ramirez-Ortiz · 7 years ago
  45. 3a85647 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  46. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  47. 83ee44a ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE by Masahiro Yamada · 7 years ago
  48. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  49. 5eb3522 env: Migrate CONFIG_ENV_AES to Kconfig and deprecate by Tom Rini · 7 years ago
  50. e3f24d4 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  51. 2d7cb5b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  52. c55d8b9 env: Allow env_load() to detect errors by Simon Glass · 7 years ago
  53. eeba55c env: Correct case of no sub-init function by Tom Rini · 7 years ago
  54. e94c126 env: Sort selection of default choices by Andy Shevchenko · 7 years ago
  55. c595199 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  56. 21f6394 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  57. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  58. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  59. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  60. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  61. 310fb14 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  62. a69d0f6 env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  63. 6eeae42 env: Drop env_init_new() by Simon Glass · 7 years ago
  64. 98b5755 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  65. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  66. 7938822 env: Drop common init() functions by Simon Glass · 7 years ago
  67. e5bce24 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  68. c9d728d env: Add a new implementation of environment access by Simon Glass · 7 years ago
  69. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  70. 4415f1d env: Create a location driver for each location by Simon Glass · 7 years ago
  71. 42a8180 env: Rename nand env_location to nand_env_location by Simon Glass · 7 years ago
  72. 203e94f env: Add an enum for environment state by Simon Glass · 7 years ago
  73. 75de597 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  74. 81a4dea env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  75. 5fc5254 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  76. 0219fb6 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  77. bcdfb8d env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  78. 91d3aa0 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · 7 years ago
  79. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago