1. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 10 months ago
  2. f6aebdf arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years ago
  3. ce88086 xilinx: Add env redund offset by T Karthik Reddy · 2 years, 1 month ago
  4. 5d7dea1 Convert CONFIG_ENV_RANGE to Kconfig by Tom Rini · 2 years, 3 months ago
  5. 82e0b51 Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig by Tom Rini · 2 years, 3 months ago
  6. 0e14cdf Convert CONFIG_ETHPRIME to Kconfig by Tom Rini · 2 years, 7 months ago
  7. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 6 months ago
  8. 753a85f env: sunxi: enable ENV_IS_IN_SPI_FLASH by Andre Przywara · 2 years, 9 months ago
  9. 2bdf213 env: sunxi: Define location in SPI flash by Andre Przywara · 2 years, 9 months ago
  10. fdfb17b Convert CONFIG_BOOTFILE to Kconfig by Tom Rini · 2 years, 7 months ago
  11. 7e6a6fd Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 2 years, 10 months ago
  12. 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years ago
  13. d11d1be env: mmc: Add support for redundant env in both eMMC boot partitions by Marek Vasut · 3 years ago
  14. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago
  15. c18afbe eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage by Tom Rini · 3 years, 1 month ago
  16. 9b90e0d env: Kconfig: Add default option for PHY_CORTINA by Kuldeep Singh · 3 years, 2 months ago
  17. 1011ebc sunxi: Select environment MMC based on boot device by Samuel Holland · 3 years, 5 months ago
  18. 1c58857 ppc: Remove sbc8641d board by Tom Rini · 3 years, 4 months ago
  19. ed7fe2b ppc: Remove xpedite boards by Tom Rini · 3 years, 4 months ago
  20. 9b7993b m68k: Remove M5475x boards by Tom Rini · 3 years, 4 months ago
  21. 95fd977 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 5 months ago
  22. 4fb83c9 xilinx: versal: Add support for saving env based on bootmode by Ashok Reddy Soma · 3 years, 7 months ago
  23. ec21721 env: Setup default value for ENV_OFFSET_REDUND by Michal Simek · 3 years, 7 months ago
  24. 2339f01 env/fat.c: support redund environment by Brandon Maier · 3 years, 8 months ago
  25. bcb44f6 env: add CONFIG_ENV_SECT_SIZE_AUTO by Rasmus Villemoes · 3 years, 5 months ago
  26. 4e3fc5e env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENT by Michal Simek · 3 years, 8 months ago
  27. 92765f45 env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years ago
  28. b0493bb env/ext4.c: allow loading from an EXT4 partition on the MMC boot device by David Woodhouse · 4 years, 2 months ago
  29. bc438b6 Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · 4 years ago
  30. 7fa8d5e env: kconfig: Add default option for ARCH_ZYNQ by Michal Simek · 4 years, 1 month ago
  31. 0766178 env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 by Michal Simek · 4 years, 1 month ago
  32. 7d08077 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 2 months ago
  33. d045cba env: Add support for explicit write access list by Marek Vasut · 4 years, 3 months ago
  34. 47f3b1f env: Add option to only ever append environment by Marek Vasut · 4 years, 3 months ago
  35. 87dac74 env: add absolute path at CONFIG_ENV_EXT4_FILE by Patrick Delaunay · 4 years, 2 months ago
  36. e91907a Convert CONFIG_ENV_OVERWRITE to Kconfig by Adam Ford · 4 years, 3 months ago
  37. 6731bef env/fat.c: allow loading from a FAT partition on the MMC boot device by David Woodhouse · 4 years, 3 months ago
  38. 35c2683 env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR by Patrick Delaunay · 4 years, 4 months ago
  39. 3ec4699 env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig by Marek Vasut · 4 years, 4 months ago
  40. b8879f2 env: Convert CONFIG_DELAY_ENVIRONMENT to Kconfig by Ovidiu Panait · 4 years, 5 months ago
  41. 1d0adee env: add SAVEENV as an alias of the CMD_SAVEENV symbol by Rasmus Villemoes · 4 years, 7 months ago
  42. 8d78211 env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE by Michal Simek · 4 years, 7 months ago
  43. 63e988e env: Kconfig: Adding default values for Microblaze by Varalaxmi Bingi · 4 years, 8 months ago
  44. 54b85a9 env: Enable SPI flash env for rockchip by Jagan Teki · 4 years, 9 months ago
  45. d7b433e env: kconfig: Restrict rockchip env for MMC by Jagan Teki · 4 years, 9 months ago
  46. c822168 env: another attempt at fixing SPL build failures by Rasmus Villemoes · 4 years, 9 months ago
  47. 00e2704 mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected by Miquel Raynal · 5 years ago
  48. a09fea1 env: Finish migration of common ENV options by Tom Rini · 4 years, 10 months ago
  49. a8992e7 env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 4 years, 10 months ago
  50. 8d8ee47 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 4 years, 11 months ago
  51. cb6617a defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · 4 years, 11 months ago
  52. 6116234 ubi: env: fix redundand management by Philippe Reynes · 5 years ago
  53. f8c0f9f env: Kconfig: Add environment default offset in versal by T Karthik Reddy · 5 years ago
  54. 4048e17 stm32mp1: move CONFIG_ENV in Kconfig by Patrick Delaunay · 5 years ago
  55. 985186d env: ubi: support configurable VID offset by Hamish Guthrie · 5 years ago
  56. a9221f3 at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs by Markus Klotzbuecher · 5 years ago
  57. ff4818c env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND by Markus Klotzbuecher · 5 years ago
  58. c3f4318 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  59. a4298dd Kconfig: Add SPI / SPI_FLASH as dependencies by Tom Rini · 5 years ago
  60. 208bd2b env: allow ENV_IS_NOWHERE with other storage target by Patrice Chotard · 5 years ago
  61. 579a3e7 stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig by Patrick Delaunay · 5 years ago
  62. dd30961 env: spi: Fix incorrect entry description by Marek Vasut · 5 years ago
  63. abe66b1 Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  64. 70b5ea7 ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig by Alexey Brodkin · 6 years ago
  65. ec48b6c arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  66. 4aee624 env: Merge Rockchip, Sunxi, Zynq and ZynqMP by Michal Simek · 6 years ago
  67. 474ecd2 env: Simplify Makefile using $(SPL_TPL_) by York Sun · 6 years ago
  68. 646f1ab env: typo in description of ENV_IS_IN_REMOTE by Heinrich Schuchardt · 7 years ago
  69. 2a30809 env: Added support to save env to spi through Kconfig by Vipul Kumar · 6 years ago
  70. 8df430d env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE by Alex Kiernan · 6 years ago
  71. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  72. d910130 Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig by Alex Kiernan · 6 years ago
  73. f3d8f7d Allow providing default environment from file by Rasmus Villemoes · 7 years ago
  74. e294ba0 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  75. 901fb09 sunxi: disable direct MMC environment by Andre Przywara · 6 years ago
  76. c0ce4ce Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  77. afb6fda Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  78. 0163c91 env: sunxi: Enable FAT-based environment support by default by Maxime Ripard · 7 years ago
  79. fb69464 env: Allow to build multiple environments in Kconfig by Maxime Ripard · 7 years ago
  80. d282a1d env: mmc: depends on the MMC framework by Maxime Ripard · 7 years ago
  81. 3cd084d env: ENV_IS_IN_FAT improvements by Tuomas Tynkkynen · 7 years ago
  82. 1087a79 env: enable accessing the environment in an EXT4 partition by Jorge Ramirez-Ortiz · 7 years ago
  83. 81f53b0 rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig by Klaus Goger · 7 years ago
  84. c6831c7 env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  85. 3a85647 env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default by Bin Meng · 7 years ago
  86. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  87. 83ee44a ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE by Masahiro Yamada · 7 years ago
  88. 5eb3522 env: Migrate CONFIG_ENV_AES to Kconfig and deprecate by Tom Rini · 7 years ago
  89. e3f24d4 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  90. e94c126 env: Sort selection of default choices by Andy Shevchenko · 7 years ago
  91. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  92. 91d3aa0 env: Use tabs in ENV_IS_IN_FAT by Simon Glass · 7 years ago
  93. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago