1. 187da8d env: Simplify Makefile using $(SPL_TPL_) by York Sun · 6 years ago
  2. aefbfe1 env: typo in description of ENV_IS_IN_REMOTE by Heinrich Schuchardt · 7 years ago
  3. 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  4. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  5. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  6. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  7. c5330b4 env: Added support to save env to spi through Kconfig by Vipul Kumar · 6 years ago
  8. 124f9d0 env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE by Alex Kiernan · 6 years ago
  9. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  12. 9991fe8 env: mmc/fat/ext4: undefined reference to `mmc_initialize' by Heinrich Schuchardt · 7 years ago
  13. 75c6579 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 7 years ago
  14. a410d6e Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig by Alex Kiernan · 7 years ago
  15. 5e4546d env: Properly check for BLK support by Sjoerd Simons · 7 years ago
  16. 14c7114 Allow providing default environment from file by Rasmus Villemoes · 7 years ago
  17. 29524f2 common: env_embedded: allow fine placement of environment object by Christophe Leroy · 7 years ago
  18. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  19. d66aa10 sunxi: disable direct MMC environment by Andre Przywara · 7 years ago
  20. 3d668df Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  21. 05239e8 Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  22. aae518f env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 7 years ago
  23. 9b0d66b env: restore old env_get_char() behaviour by Goldschmidt Simon · 7 years ago
  24. 470947d env: Fix env_load_location by York Sun · 7 years ago
  25. 28a2137 Fix misaligned buffer in env_fat_save by Alex Kiernan · 7 years ago
  26. 8f9ce3a env: sf: use env_import_redund to simplify env_sf_load by Simon Goldschmidt · 7 years ago
  27. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  28. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  29. 32c3eb5 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 7 years ago
  30. 8b7dcd3 env: sunxi: Enable FAT-based environment support by default by Maxime Ripard · 7 years ago
  31. 8944875 env: Mark env_get_location as weak by Maxime Ripard · 7 years ago
  32. 7569e18 env: Allow to build multiple environments in Kconfig by Maxime Ripard · 7 years ago
  33. 662a1ec env: mmc: depends on the MMC framework by Maxime Ripard · 7 years ago
  34. 2131c5e env: Initialise all the environments by Maxime Ripard · 7 years ago
  35. 520cf80 env: Support multiple environments by Maxime Ripard · 7 years ago
  36. 12e6eac env: common: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  37. dda03f9 env: mmc: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  38. be6b2dc env: fat: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  39. 185402a env: Make it explicit where we're loading our environment from by Maxime Ripard · 7 years ago
  40. 1e8294d env: Make the env save message a bit more explicit by Maxime Ripard · 7 years ago
  41. fd3158e env: Pass additional parameters to the env lookup function by Maxime Ripard · 7 years ago
  42. b7da89a env: Rename env_driver_lookup_default and env_get_default_location by Maxime Ripard · 7 years ago
  43. 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  44. dc256cd env: ENV_IS_IN_FAT improvements by Tuomas Tynkkynen · 7 years ago
  45. cbae951 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  46. a7bf68a env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · 7 years ago
  47. 4a4c26d env: enable accessing the environment in an EXT4 partition by Jorge Ramirez-Ortiz · 7 years ago
  48. 1738e34 rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig by Klaus Goger · 7 years ago
  49. 745d8de env: suppress a spurious warning with GCC 7.1 by Philipp Tomsich · 7 years ago
  50. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  51. 03ab46c env: Save environment at the end of an MMC partition by Jorge Ramirez-Ortiz · 7 years ago
  52. 66c9586 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  53. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  54. c29f4ef ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE by Masahiro Yamada · 7 years ago
  55. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  56. 19e7f0c env: Migrate CONFIG_ENV_AES to Kconfig and deprecate by Tom Rini · 7 years ago
  57. 5664f83 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  58. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  59. 3e238a2 env: Allow env_load() to detect errors by Simon Glass · 7 years ago
  60. 8a7c44b env: Correct case of no sub-init function by Tom Rini · 7 years ago
  61. f80d69e env: Sort selection of default choices by Andy Shevchenko · 7 years ago
  62. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  63. 3fa4c22 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  64. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  65. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  66. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  67. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  68. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  69. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  70. 36d8581 env: Drop env_init_new() by Simon Glass · 7 years ago
  71. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  72. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  73. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  74. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  75. 15e5a1a env: Add a new implementation of environment access by Simon Glass · 7 years ago
  76. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  77. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  78. a37a7c4 env: Rename nand env_location to nand_env_location by Simon Glass · 7 years ago
  79. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  80. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  81. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  82. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  83. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  84. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  85. ea8bf84 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · 7 years ago
  86. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago