1. 095764e spl: ymodem: Fix loading of fit image by Lokesh Vutla · 4 years, 10 months ago
  2. 32f2ca2 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 4 years, 11 months ago
  3. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  4. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  5. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  6. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 10 months ago
  7. c660444 spl: bootcount: Move code out of header file by Simon Glass · 4 years, 10 months ago
  8. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  9. 22b7b86 spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  10. 086e391 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 11 months ago
  11. 4741978 common: spl: atf: support booting bl32 image by Joseph Chen · 5 years ago
  12. d024e99 spl: fix SPI config dependencies by Simon Goldschmidt · 5 years ago
  13. 73b6e6a Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
  14. a4a16c9 spl: nor: Provide falcon boot support for NOR memories by Lukasz Majewski · 5 years ago
  15. c52b5e8 spl: Add a size check for TPL by Simon Glass · 5 years ago
  16. bb1bb4b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  17. a335f80 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  18. 31f9f0e bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  19. 5256bee bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  20. 32ded50 spl: mmc: make eMMC HW boot partition configuration optional by Anatolij Gustschin · 5 years ago
  21. fae7948 Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  22. 0c9cc51 Merge branch '2019-10-11-master-imports' by Tom Rini · 5 years ago
  23. f18845c spl: Introduce SPL_DM_SPI Kconfig define by Lukasz Majewski · 5 years ago
  24. 17241ea spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · 5 years ago
  25. 9243990 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · 5 years ago
  26. a9a3aad spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  27. e413033 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
  28. 9d6ee3e spl: ymodem: Fix FIT loading termination handling by Andreas Dannenberg · 5 years ago
  29. 80f0201 spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  30. 44fb0d6 Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  31. eaa0bde Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  32. d714a75 imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
  33. 3bc4f1d spl: nor: support loading i.MX container format file by Peng Fan · 5 years ago
  34. d9bd2f4 spl: spi: support loading i.MX container format file by Peng Fan · 5 years ago
  35. 00e180c spl: nand: support loading i.MX container format file by Peng Fan · 5 years ago
  36. 2c79229 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · 5 years ago
  37. 07d900a spl: nor: introduce spl_nor_get_uboot_base by Peng Fan · 5 years ago
  38. ec64933 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · 5 years ago
  39. 30ecc9c spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · 5 years ago
  40. 772b557 imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode by Lukasz Majewski · 5 years ago
  41. dd7d091 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  42. 06f5b5a ARM: imx: Support larger SPL size on IMX6DQ by Robert Hancock · 5 years ago
  43. cda789a spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
  44. 0413f9c arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig by Michal Simek · 5 years ago
  45. b51882d spl: Convert CONFIG_SPL_SIZE_LIMIT to hex by Simon Glass · 5 years ago
  46. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  47. 3cd7198 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  48. 366291a spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  49. a7da3d9 spl: handoff: Correct Kconfig condition for SPL and TPL by Simon Glass · 5 years ago
  50. 12277ac Merge branch '2019-08-26-master-imports' by Tom Rini · 5 years ago
  51. a074667 Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  52. 7a4b0bc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  53. c7e1eff riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  54. 5e30e45 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  55. b83edfb spl: fit: use U-Boot device tree when FIT image has no device tree by Lukas Auer · 5 years ago
  56. 1ee774d Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · 5 years ago
  57. 0570556 Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies by Adam Ford · 5 years ago
  58. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  59. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  60. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  61. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  62. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  63. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  64. d8c0332 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  65. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  66. 60ca969 spl: sata: support U-Boot load from raw sata disk by Baruch Siach · 5 years ago
  67. 6874cb7 watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  68. e1eb6ad spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  69. a5a5d99 spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · 5 years ago
  70. 9340d8f sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig by Andre Przywara · 5 years ago
  71. bf7c01d spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · 5 years ago
  72. 68deea2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  73. 11bd2fa SPL: Default to disabling legacy image support when using FIT by Tom Rini · 5 years ago
  74. fd4ee98 spl: Fix typo in kernel doc by Miquel Raynal · 5 years ago
  75. 760ef30 spl: sata: don't force FS_FAT support by Baruch Siach · 5 years ago
  76. ab2d415 spl: sata: fix build with DM_SCSI by Baruch Siach · 5 years ago
  77. a4c61ff spl: sata: add default partition and image name by Baruch Siach · 5 years ago
  78. a2257d3 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · 5 years ago
  79. 6ea31cc ubispl: add support for loading volumes by name by Hamish Guthrie · 5 years ago
  80. c67c349 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · 5 years ago
  81. a239b82 spl: atf: Fix uninitialized pointer to bl31_image_info by Frieder Schrempf · 5 years ago
  82. 0352e87 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  83. 2c72ead usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  84. c3e8aa1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  85. db4080d configs: Migrate the various SPL_BOOT_xxx choices for PowerPC by Tom Rini · 5 years ago
  86. 25ee924 usb: gadget: error out if g_dnl registration fails by Sjoerd Simons · 5 years ago
  87. 634931f spl: dfu: Fix printed variable name by Marek Vasut · 5 years ago
  88. 529faf8 Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx by Tom Rini · 5 years ago
  89. 2361253 spl: imx6: Provide a SPL_SIZE_LIMIT default by Fabio Estevam · 5 years ago
  90. eb53a18 Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 5 years ago
  91. 6d277fb spl: Correct SPL_SIZE_LIMIT Kconfig option by Tom Rini · 5 years ago
  92. 2577015 spl: add overall SPL size check by Simon Goldschmidt · 5 years ago
  93. 0be0787 spl: at91: add support for SPL_AT91_MCK_BYPASS by Eugen Hristev · 5 years ago
  94. a9a8271 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 5 years ago
  95. 048a92e Fix spelling of available. by Vagrant Cascadian · 5 years ago
  96. 7296a33 spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled by Jean-Jacques Hiblot · 5 years ago
  97. f89d613 configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Simon Goldschmidt · 6 years ago
  98. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 5 years ago
  99. 443b3ce spl: spl_nand.c: Add NAND loading message by Stefan Roese · 6 years ago
  100. 792dd57 spl: ymodem: Add support for loading full fitImages by Marek Vasut · 6 years ago