1. e6d9fc0 sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig by Andre Przywara · 4 years, 11 months ago
  2. a8c45f2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 10 months ago
  3. fef81be spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 10 months ago
  4. 3d2ba9c Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
  5. 54914d4 spl: Allow cache drivers to be used in SPL by Ley Foon Tan · 5 years ago
  6. b846d18 configs: Enable SPL_FSL_PBL for some LayerScape platforms by Alison Wang · 5 years ago
  7. 8b4ee5f spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  8. 1ce1ecf spl: Introduce SPL_DM_GPIO Kconfig define by Lukasz Majewski · 5 years ago
  9. fd37f24 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
  10. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  11. 3a02533 spl: fix SPI config dependencies by Simon Goldschmidt · 5 years ago
  12. db372a8 spl: Add a size check for TPL by Simon Glass · 5 years ago
  13. 137b873 spl: mmc: make eMMC HW boot partition configuration optional by Anatolij Gustschin · 5 years ago
  14. 7766ce0 spl: Introduce SPL_DM_SPI Kconfig define by Lukasz Majewski · 5 years ago
  15. e3b39c8 spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · 5 years ago
  16. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  17. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  18. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  19. f2e20ec imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode by Lukasz Majewski · 5 years ago
  20. 9c5970c ARM: imx: Support larger SPL size on IMX6DQ by Robert Hancock · 5 years ago
  21. ad336ea arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig by Michal Simek · 5 years ago
  22. a8f0c94 spl: Convert CONFIG_SPL_SIZE_LIMIT to hex by Simon Glass · 5 years ago
  23. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  24. 540ee8d spl: handoff: Correct Kconfig condition for SPL and TPL by Simon Glass · 5 years ago
  25. 00000ff Merge branch '2019-08-26-master-imports' by Tom Rini · 5 years ago
  26. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  27. af720a2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  28. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  29. 38df997 Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · 5 years ago
  30. 43a1e2d Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies by Adam Ford · 5 years ago
  31. 0b82085 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  32. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  33. c9eff6a spl: sata: support U-Boot load from raw sata disk by Baruch Siach · 5 years ago
  34. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  35. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · 5 years ago
  36. d38c8ad sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig by Andre Przywara · 6 years ago
  37. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · 6 years ago
  38. 6c9771e SPL: Default to disabling legacy image support when using FIT by Tom Rini · 6 years ago
  39. cfe40f4 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  40. 3ce740d ubispl: add support for loading volumes by name by Hamish Guthrie · 6 years ago
  41. f5aa176 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · 6 years ago
  42. e5678e4 configs: Migrate the various SPL_BOOT_xxx choices for PowerPC by Tom Rini · 5 years ago
  43. dbc2c5f Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx by Tom Rini · 5 years ago
  44. 8ea5220 spl: imx6: Provide a SPL_SIZE_LIMIT default by Fabio Estevam · 5 years ago
  45. bc074c6 Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 5 years ago
  46. 764f766 spl: Correct SPL_SIZE_LIMIT Kconfig option by Tom Rini · 5 years ago
  47. c272283 spl: add overall SPL size check by Simon Goldschmidt · 6 years ago
  48. fdd833e spl: at91: add support for SPL_AT91_MCK_BYPASS by Eugen Hristev · 6 years ago
  49. 973c099 Fix spelling of available. by Vagrant Cascadian · 6 years ago
  50. cc4078c configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Simon Goldschmidt · 6 years ago
  51. 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  52. 5ea11ba5 usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE by Abel Vesa · 6 years ago
  53. f53872d spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · 6 years ago
  54. 3f5fb8b mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
  55. 4d848c9 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
  56. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  57. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  58. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  59. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  60. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · 6 years ago
  61. 37bc316 common: spl: Kconfig: spelling fixes by Chris Packham · 6 years ago
  62. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  63. d08aeb6 imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M by Ye Li · 6 years ago
  64. 9108d92 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  65. 1794ae6 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  66. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  67. 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  68. 592d5b9 spl: Support hash, input, pch, pci, rtc, tpm in SPL by Simon Glass · 6 years ago
  69. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  70. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  71. 1a6f8e0 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · 6 years ago
  72. 2aeb934 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · 6 years ago
  73. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · 6 years ago
  74. 96bdff5 spl: Kconfig: Fix typo in 'Upgrade' by Fabio Estevam · 6 years ago
  75. 6206705 kconfig: fix typo 'parition' by Simon Goldschmidt · 6 years ago
  76. 3775fed power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · 6 years ago
  77. 0c01b96 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · 6 years ago
  78. 5349267 spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  79. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  80. 22a1fab spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  81. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  82. 97c995d bootcount: spl: Enable bootcount support in SPL by Lukasz Majewski · 7 years ago
  83. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  84. 44ad550 spl: Add dependency on serial to Ymodem by Alex Kiernan · 7 years ago
  85. 8449372 spl: ram: Add TPL Kconfig symbols by Marek Vasut · 7 years ago
  86. 0477424 tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig by Marek Vasut · 7 years ago
  87. e6b94da tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  88. e254225 spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  89. 10238ef Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC by Alex Kiernan · 7 years ago
  90. 329827a spl: add SPL_RESET_SUPPORT by Patrick Delaunay · 7 years ago
  91. c01553b spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  92. 623d67e configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  93. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  94. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  95. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  96. c4078af spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option by Philipp Tomsich · 7 years ago
  97. 386902a spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled by Tom Rini · 7 years ago
  98. 4faa011 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
  99. e3a43a8 spl: atf: drop the SPL_ATF_TEXT_BASE configuration item by Philipp Tomsich · 7 years ago
  100. f661881 spl: rename config item SPL_ATF_SUPPORT to SPL_ATF by Philipp Tomsich · 7 years ago