1. 634fcf0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 8 years ago
  2. cf334ed spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  3. 722a6b1 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  4. 24eb39b spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  5. 340f418 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  6. 7b74c4b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  7. b3d2861 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  8. cf947da spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  9. 8c36e99 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  10. 22802f4 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  11. 7f73ca4 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  12. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  13. 2acf35d spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  14. 29d357d spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  15. 540bfe7 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  16. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  17. 2f11cd9 dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  18. 34ee947 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  19. d32b2d1 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  20. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  21. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  22. 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  23. 7ec0389 spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  24. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  25. 7557147 spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  26. 56df463 spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  27. dd6bf90 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  28. 548b3ee spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  29. afa6e6c spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  30. d5c2b11 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  31. 7d7dd82 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  32. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  33. 98136b2 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  34. a0a8029 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  35. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  36. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  37. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  38. d95ceb9 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  39. 6f8387f dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago
  40. 85a3772 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  41. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  42. bf55cd4 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  43. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  44. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  45. 7d23b9c dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · 8 years ago
  46. d223e0a dm: spl: Don't set up device tree with of-platdata by Simon Glass · 8 years ago
  47. 12c550d spl: Drop include of i2c.h by Simon Glass · 8 years ago
  48. 496c548 bootstage: call show_boot_progress also in SPL by Heiko Schocher · 8 years ago
  49. edb697c Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  50. 94b9e22 spl: Allow settings malloc_f base address by Marek Vasut · 8 years ago
  51. 1254667 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · 8 years ago
  52. 8d16e1d SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 9 years ago
  53. 3a3b914 spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  54. e072751 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE by Marek Vasut · 9 years ago
  55. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  56. 8f10b5c spl: Print from which mmc slot spl is trying to boot by Hans de Goede · 9 years ago
  57. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  58. 4363de6 spl: use panic_str instead of panic by Sjoerd Simons · 9 years ago
  59. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  60. 310c846 spl: announce boot devices by Nikita Kiryanov · 9 years ago
  61. f101e4b spl: add support for alternative boot device by Nikita Kiryanov · 9 years ago
  62. 5211b87 common: spl: move image load to its own function by Nikita Kiryanov · 9 years ago
  63. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  64. dcfcb8d malloc_simple: Add support for switching to DRAM heap by Hans de Goede · 9 years ago
  65. 8656c4f spl: spl_relocate_stack_gd: Do not unnecessarily clear bss by Hans de Goede · 9 years ago
  66. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  67. dffb86e of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  68. aea3d40 spl: Add a debug string before the jump to U-Boot by Simon Glass · 9 years ago
  69. 070d00b dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  70. ce49e79 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · 9 years ago
  71. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  72. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  73. f3d46bd dm: Init device tree as well as driver model in SPL by Simon Glass · 10 years ago
  74. 293f16b Correct malloc_limit value for pre-relocation malloc() by Simon Glass · 10 years ago
  75. 8c80eb3 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · 10 years ago
  76. db91035 arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · 10 years ago
  77. c01c71b arm: spl: Provide for a board-specific loader by Simon Glass · 10 years ago
  78. e860d01 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · 10 years ago
  79. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  80. 18f26fd spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · 10 years ago
  81. 1151651 dm: spl: Allow driver model to be used by Simon Glass · 10 years ago
  82. fb4f5e7 dm: spl: Make simple malloc() available when enabled by Simon Glass · 10 years ago
  83. 0c3117b spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  84. e76caa6 spl: move comment to the right place by Andreas Bießmann · 10 years ago
  85. 5d69a5d Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
  86. fff40a7 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  87. 8cffe5b spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  88. 62cf11c SPL: Limit image name print length by Taras Kondratiuk · 11 years ago
  89. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. cac423a Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  91. 4a0eb75 ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 12 years ago
  92. d2eae43 lib: consolidate hang() by Andreas Bießmann · 12 years ago
  93. 6000992 SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · 12 years ago
  94. 62a8143 spl: support for booting via usbeth by Ilya Yanok · 12 years ago
  95. ea8256f SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  96. a759f1e SPL: make jump_to_image_no_args a weak symbol by Allen Martin · 12 years ago
  97. 868444f SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · 12 years ago
  98. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  99. 4063c77 OMAP: spl: call timer_init() from SPL by Ilya Yanok · 12 years ago
  100. c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago