1. 55fe0e2 spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  2. 0b674a3 spl: include timezone in banner by Klaus Goger · 7 years ago
  3. 0292bc0 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  4. af2f442 spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  5. 8bee2d2 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  6. 1d37909 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago
  7. 3fe3839 SPL: fix printing of image name by André Draszik · 7 years ago
  8. d1fc0a3 spl: fix assignment of board info to global data by York Sun · 7 years ago
  9. a8c5112 spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  10. 2d2531b spl: add newline in debug output by Anatolij Gustschin · 7 years ago
  11. f9d42d8 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  12. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  13. ae2cee2 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  14. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  15. 6bcdd66 spl: armv7m: to keep ARM v7M in thumb mode before booting next image by Vikas Manocha · 7 years ago
  16. 824bb1b bootstage: Support SPL by Simon Glass · 7 years ago
  17. bcc1726 spl: add support to booting with ATF by Kever Yang · 7 years ago
  18. 6e7585b boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot by B, Ravi · 7 years ago
  19. 15eb1d4 spl: reorder the assignment of board info to global data by Lokesh Vutla · 7 years ago
  20. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  21. 634fcf0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 8 years ago
  22. cf334ed spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  23. 722a6b1 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  24. 24eb39b spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  25. 340f418 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  26. 7b74c4b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  27. b3d2861 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  28. cf947da spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  29. 8c36e99 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  30. 22802f4 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  31. 7f73ca4 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  32. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  33. 2acf35d spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  34. 29d357d spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  35. 540bfe7 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  36. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  37. 2f11cd9 dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  38. 34ee947 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  39. d32b2d1 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  40. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  41. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  42. 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  43. 7ec0389 spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  44. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  45. 7557147 spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  46. 56df463 spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  47. dd6bf90 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  48. 548b3ee spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  49. afa6e6c spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  50. d5c2b11 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  51. 7d7dd82 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  52. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  53. 98136b2 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  54. a0a8029 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  55. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  56. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  57. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  58. d95ceb9 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  59. 6f8387f dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago
  60. 85a3772 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  61. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  62. bf55cd4 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  63. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  64. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  65. 7d23b9c dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · 8 years ago
  66. d223e0a dm: spl: Don't set up device tree with of-platdata by Simon Glass · 8 years ago
  67. 12c550d spl: Drop include of i2c.h by Simon Glass · 8 years ago
  68. 496c548 bootstage: call show_boot_progress also in SPL by Heiko Schocher · 8 years ago
  69. edb697c Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  70. 94b9e22 spl: Allow settings malloc_f base address by Marek Vasut · 8 years ago
  71. 1254667 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · 8 years ago
  72. 8d16e1d SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 8 years ago
  73. 3a3b914 spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 8 years ago
  74. e072751 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE by Marek Vasut · 8 years ago
  75. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 8 years ago
  76. 8f10b5c spl: Print from which mmc slot spl is trying to boot by Hans de Goede · 9 years ago
  77. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  78. 4363de6 spl: use panic_str instead of panic by Sjoerd Simons · 9 years ago
  79. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  80. 310c846 spl: announce boot devices by Nikita Kiryanov · 9 years ago
  81. f101e4b spl: add support for alternative boot device by Nikita Kiryanov · 9 years ago
  82. 5211b87 common: spl: move image load to its own function by Nikita Kiryanov · 9 years ago
  83. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  84. dcfcb8d malloc_simple: Add support for switching to DRAM heap by Hans de Goede · 9 years ago
  85. 8656c4f spl: spl_relocate_stack_gd: Do not unnecessarily clear bss by Hans de Goede · 9 years ago
  86. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  87. dffb86e of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  88. aea3d40 spl: Add a debug string before the jump to U-Boot by Simon Glass · 9 years ago
  89. 070d00b dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  90. ce49e79 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · 9 years ago
  91. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  92. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  93. f3d46bd dm: Init device tree as well as driver model in SPL by Simon Glass · 10 years ago
  94. 293f16b Correct malloc_limit value for pre-relocation malloc() by Simon Glass · 10 years ago
  95. 8c80eb3 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · 10 years ago
  96. db91035 arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · 10 years ago
  97. c01c71b arm: spl: Provide for a board-specific loader by Simon Glass · 10 years ago
  98. e860d01 spl: Change printf to puts for "Unsupported boot-device" by Stefan Roese · 10 years ago
  99. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  100. 18f26fd spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · 10 years ago