1. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  2. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  3. f6aebdf arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years ago
  4. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  5. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  6. ce88086 xilinx: Add env redund offset by T Karthik Reddy · 2 years, 1 month ago
  7. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  8. 54ee5ae Add SCSI scan for ENV in EXT4 or FAT by Rogier Stam · 2 years, 4 months ago
  9. 5d7dea1 Convert CONFIG_ENV_RANGE to Kconfig by Tom Rini · 2 years, 3 months ago
  10. 82e0b51 Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig by Tom Rini · 2 years, 3 months ago
  11. d722670 env: mmc : align erase address and size on erase_grp_size by Patrick Delaunay · 2 years, 7 months ago
  12. 3feea0b spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 6 months ago
  13. f4bf81b env: sf: Allow to use env_sf_init_addr() at any stage by Pali Rohár · 2 years, 7 months ago
  14. de70e88 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 6 months ago
  15. 5c7399e Revert "env: Load env when ENV_IS_NOWHERE is only location selected" by Marek Vasut · 2 years, 6 months ago
  16. eb68ead env: fat: Allow overriding interface, device and partition by He Yong · 2 years, 7 months ago
  17. 8d61237 env: Load env when ENV_IS_NOWHERE is only location selected by Felix.Vietmeyer@jila.colorado.edu · 3 years, 5 months ago
  18. 0e14cdf Convert CONFIG_ETHPRIME to Kconfig by Tom Rini · 2 years, 6 months ago
  19. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 6 months ago
  20. 753a85f env: sunxi: enable ENV_IS_IN_SPI_FLASH by Andre Przywara · 2 years, 8 months ago
  21. 2bdf213 env: sunxi: Define location in SPI flash by Andre Przywara · 2 years, 8 months ago
  22. fdfb17b Convert CONFIG_BOOTFILE to Kconfig by Tom Rini · 2 years, 7 months ago
  23. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  24. f6f27be env: fat: Add new lines at the end of print statements by Peter Robinson · 2 years, 9 months ago
  25. 7e6a6fd Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 2 years, 9 months ago
  26. 7839865 bootm: Tidy up use of autostart env var by Simon Glass · 3 years ago
  27. 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years ago
  28. 4e7c8b2 env: Simplify env_get_default() by Marek Behún · 2 years, 11 months ago
  29. e8459c1 env: Fix env_get() when returning empty string using env_get_f() by Marek Behún · 2 years, 11 months ago
  30. c9db4c5 env: Don't set ready flag if import failed in env_set_default() by Marek Behún · 2 years, 11 months ago
  31. 37f3758 env: Use static_assert() to check if default_environment is too large by Marek Behún · 2 years, 11 months ago
  32. c5cbbe3 env: Always use char for default_environment by Marek Behún · 2 years, 11 months ago
  33. ee48390 env: flash: Cosmetic fix by Marek Behún · 2 years, 11 months ago
  34. cf89c51 env: flash: Let generic env_init() assign default environment by Marek Behún · 2 years, 11 months ago
  35. 9fc3106 env: nowhere: Cosmetic fix by Marek Behún · 2 years, 11 months ago
  36. 5aab7f5 env: nowhere: Let generic env_init() assign default environment by Marek Behún · 2 years, 11 months ago
  37. a73c1f0 env: nvram: Cosmetic fix in env_nvram_init() by Marek Behún · 2 years, 11 months ago
  38. 4735de4 env: nvram: Let generic env_init() assign default environment by Marek Behún · 2 years, 11 months ago
  39. 07dcd82 env: nand: Put ENV_INVALID into gd->env_valid if default environment by Marek Behún · 2 years, 11 months ago
  40. af8149e env: sf: Put ENV_INVALID into gd->env_valid on CRC failure by Marek Behún · 2 years, 11 months ago
  41. 87221bd env: sf: Use ENV_VALID enum names instead of literals by Marek Behún · 2 years, 11 months ago
  42. 9ab30d2 env: sf: Cosmetic fix in env_sf_init_addr() by Marek Behún · 2 years, 11 months ago
  43. 28ab12a env: superfluous check before free() by Heinrich Schuchardt · 2 years, 11 months ago
  44. d11d1be env: mmc: Add support for redundant env in both eMMC boot partitions by Marek Vasut · 3 years ago
  45. f47f87f env: mmc: Add missing eMMC bootpart restoration to env erase by Marek Vasut · 3 years ago
  46. 355d1e2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 11 months ago
  47. 0d1ecc9 mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years ago
  48. f231566 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years ago
  49. 52f9ed3 env: Inline env_get_char() into its only user by Marek Behún · 3 years ago
  50. dd1c5a7 env: Drop env_get_char_spec() and old, unused .get_char() implementations by Marek Behún · 3 years ago
  51. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  52. 2c14ff5 Revert "env: Make _init() expect _INVALID when _IS_NOWHERE" by Tom Rini · 3 years ago
  53. f6bc5d1 env: Make _init() expect _INVALID when _IS_NOWHERE by Pierre-Clément Tosi · 3 years, 1 month ago
  54. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago
  55. 88cd7d0 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · 3 years, 1 month ago
  56. c18afbe eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage by Tom Rini · 3 years, 1 month ago
  57. 9b90e0d env: Kconfig: Add default option for PHY_CORTINA by Kuldeep Singh · 3 years, 1 month ago
  58. 1011ebc sunxi: Select environment MMC based on boot device by Samuel Holland · 3 years, 5 months ago
  59. 1c58857 ppc: Remove sbc8641d board by Tom Rini · 3 years, 4 months ago
  60. ed7fe2b ppc: Remove xpedite boards by Tom Rini · 3 years, 4 months ago
  61. 9b7993b m68k: Remove M5475x boards by Tom Rini · 3 years, 4 months ago
  62. 95fd977 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 5 months ago
  63. 4fb83c9 xilinx: versal: Add support for saving env based on bootmode by Ashok Reddy Soma · 3 years, 7 months ago
  64. ec21721 env: Setup default value for ENV_OFFSET_REDUND by Michal Simek · 3 years, 7 months ago
  65. ecf1544 env: sf: remove the static env_flash variable by Patrick Delaunay · 3 years, 7 months ago
  66. c2d0036 env: sf: add missing spi_flash_free by Patrick Delaunay · 3 years, 7 months ago
  67. 25d90ad env: sf: add support of command env erase by Patrick Delaunay · 3 years, 8 months ago
  68. e41f55b env: sf: update the use of macro ENV_SAVE_PTR by Patrick Delaunay · 3 years, 8 months ago
  69. 1af031a env: add ENV_ERASE_PTR macro by Patrick Delaunay · 3 years, 8 months ago
  70. 5557eec env: Fix invalid env handling in env_init() by Marek Vasut · 3 years, 8 months ago
  71. 2339f01 env/fat.c: support redund environment by Brandon Maier · 3 years, 8 months ago
  72. 9636bf8 env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE by Martin Fuzzey · 3 years, 8 months ago
  73. b9c3052 env: increment redund flag on read fail by Brandon Maier · 3 years, 9 months ago
  74. bcb44f6 env: add CONFIG_ENV_SECT_SIZE_AUTO by Rasmus Villemoes · 3 years, 5 months ago
  75. 4da7347 env/sf.c: use a variable to hold the sector size by Rasmus Villemoes · 3 years, 5 months ago
  76. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  77. ea5641e env: sf: cosmetic: remove unnecessary space by Patrick Delaunay · 3 years, 9 months ago
  78. 4e3fc5e env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENT by Michal Simek · 3 years, 8 months ago
  79. 7291332 env: typo enougth by Heinrich Schuchardt · 3 years, 11 months ago
  80. 2a0a577 env: mmc: Correct partition comparison in mmc_offset_try_partition by Hoyeonjiki Kim · 3 years, 10 months ago
  81. 46ce9e7 env: sf: fix init function behaviour by Heiko Schocher · 3 years, 11 months ago
  82. 92765f45 env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years ago
  83. 1229533 env: split env_import_redund() into 2 functions by Heiko Schocher · 4 years ago
  84. b0493bb env/ext4.c: allow loading from an EXT4 partition on the MMC boot device by David Woodhouse · 4 years, 2 months ago
  85. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 2 months ago
  86. bc438b6 Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · 4 years ago
  87. 7fa8d5e env: kconfig: Add default option for ARCH_ZYNQ by Michal Simek · 4 years, 1 month ago
  88. 0766178 env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 by Michal Simek · 4 years, 1 month ago
  89. 7d08077 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 2 months ago
  90. d045cba env: Add support for explicit write access list by Marek Vasut · 4 years, 3 months ago
  91. 47f3b1f env: Add option to only ever append environment by Marek Vasut · 4 years, 3 months ago
  92. 890feec env: Discern environment coming from external storage by Marek Vasut · 4 years, 3 months ago
  93. ef9bef2 env: Add H_DEFAULT flag by Marek Vasut · 4 years, 3 months ago
  94. 0f036bf env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set by Marek Vasut · 4 years, 3 months ago
  95. 0718f74 env: ext4: add support of command env erase by Patrick Delaunay · 4 years, 2 months ago
  96. f6de047 env: ext4: introduce new function env_ext4_save_buffer by Patrick Delaunay · 4 years, 2 months ago
  97. a97d22e cmd: env: add env select command by Patrick Delaunay · 4 years, 2 months ago
  98. 0115dd3 cmd: env: add env load command by Patrick Delaunay · 4 years, 2 months ago
  99. 466d985 env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 2 months ago
  100. ad3fec2 env: nowhere: add .load ops by Patrick Delaunay · 4 years, 2 months ago