1. 5fc1d58 Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 5 months ago
  2. b4b9a00 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  3. a62b7f0 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · 2 years, 5 months ago
  4. 7f2c91e Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  5. 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  6. 6600b35 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  7. 55cf860 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  8. 8b83b53 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  9. 2378039 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  10. f113d7d Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 5 months ago
  11. 6074a53 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · 2 years, 5 months ago
  12. 9b5f9ae Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  13. ca8a329 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 5 months ago
  14. 4a11e34 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · 2 years, 5 months ago
  15. bab1b35 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · 2 years, 5 months ago
  16. b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 5 months ago
  17. d498c67 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · 2 years, 5 months ago
  18. cc98014 spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · 2 years, 5 months ago
  19. 11f32da spl: Force disable non-FIT loading for TI secure devices by Andrew Davis · 2 years, 6 months ago
  20. 6665ab1 spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT by Andrew Davis · 2 years, 6 months ago
  21. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  22. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 6 months ago
  23. 5fa973e spl: allow boot from first bootable partition by Jérôme Carretero · 2 years, 7 months ago
  24. 1d99e67 gpio: Enable hogging support in SPL by Eddie James · 2 years, 9 months ago
  25. 8e6c129 Add a default for TPL_TEXT_BASE by Simon Glass · 2 years, 8 months ago
  26. 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 7 months ago
  27. 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 3 months ago
  28. 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 7 months ago
  29. 2404a01 common: spl: fit_ram: allow to use image pre load by Philippe Reynes · 2 years, 7 months ago
  30. b13114c spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS by Simon Glass · 2 years, 8 months ago
  31. 38c04d8 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 9 months ago
  32. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 9 months ago
  33. c1335e2 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · 2 years, 9 months ago
  34. c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 9 months ago
  35. 99f844b tools: Pass the key blob around by Simon Glass · 3 years ago
  36. 22eb152 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 10 months ago
  37. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  38. c10939d SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 9 months ago
  39. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 9 months ago
  40. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  41. 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 10 months ago
  42. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 9 months ago
  43. 1b46518 Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · 2 years, 10 months ago
  44. 6d99f86 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years ago WIP/2021-12-01-assorted-updates
  45. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years ago
  46. b55881d bootstage: Add SPL support by Marek Vasut · 3 years ago
  47. 949eb22 arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years ago
  48. 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years ago WIP/20Oct2021
  49. e7d285b image: Use the correct checks for CRC32 by Simon Glass · 3 years, 1 month ago
  50. deb80ec imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 2 months ago
  51. 884ba50 spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 3 months ago
  52. 51827f9 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 2 months ago
  53. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago
  54. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  55. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
  56. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 3 months ago
  57. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 3 months ago WIP/2021-09-16-general-updates
  58. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 1 month ago
  59. 0721209 common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · 3 years, 2 months ago
  60. eb5171d common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 2 months ago
  61. 9f66492 net: Move network rules to drivers/net by Simon Glass · 3 years, 3 months ago WIP/2021-09-04-makefile-cleanups-part-b
  62. 5ed16a9 net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · 3 years, 3 months ago
  63. a4faf1f power: Refactor Makefile rules by Simon Glass · 3 years, 3 months ago
  64. f756037 sata: Rename SATA_SUPPORT to SATA by Simon Glass · 3 years, 3 months ago
  65. 6f004ad ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR by Simon Glass · 3 years, 3 months ago
  66. de213c7 Rename CACHE_SUPPORT to CACHE by Simon Glass · 3 years, 3 months ago
  67. ea2ca7e spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 3 months ago
  68. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 3 months ago
  69. 73c6ff6 rtc: Rename RTC_SUPPORT to RTC by Simon Glass · 3 years, 3 months ago
  70. 15042e7 pch: Rename PCH_SUPPORT to PCH by Simon Glass · 3 years, 3 months ago
  71. 103c5f1 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 3 months ago
  72. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  73. 2226ca1 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · 3 years, 3 months ago
  74. 9baab60 SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 3 months ago
  75. 5fce287 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 3 months ago
  76. 975e7cf i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 3 months ago
  77. 9ca0068 Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 3 months ago
  78. 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 3 months ago
  79. 333e4a6 Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 3 months ago
  80. 078111b Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 3 months ago
  81. 89ddb0b Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · 3 years, 3 months ago
  82. f2d7a36 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · 3 years, 3 months ago
  83. 0c6bdbb Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · 3 years, 3 months ago
  84. 933b2f0 Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · 3 years, 3 months ago
  85. a25d6b6 spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 3 months ago
  86. 5f6e5c3 spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · 3 years, 3 months ago
  87. 674afa6 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 5 months ago
  88. 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
  89. f929ce5 Merge branch '2021-07-16-cleanup-image-support' by Tom Rini · 3 years, 3 months ago
  90. 4b00fd1 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 3 months ago
  91. 1e52db6 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 3 months ago
  92. f5bc9c2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 3 months ago
  93. 9b19159 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 4 months ago
  94. cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 6 months ago
  95. 6b69f15 Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 4 months ago WIP/01Jul2021-next
  96. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 5 months ago
  97. 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 4 months ago
  98. 70415e1 board: sifive: add HiFive Unmatched board support by Green Wan · 3 years, 5 months ago
  99. ce869b5 spl: Kconfig: Use tabs instead of space for alignment by Michal Simek · 3 years, 5 months ago
  100. 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 6 months ago