1. 21a1df1 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 7 months ago
  2. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  3. 74b139f spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 11 months ago
  4. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  5. 62e64cf Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 5 years ago
  6. 8e0b77c spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  7. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  8. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  9. c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  10. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  11. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  12. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  13. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  14. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  15. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  16. 2a2a925 riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  17. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  18. 0b82085 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  19. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  20. 9f8d994 spl: Fix typo in kernel doc by Miquel Raynal · 6 years ago
  21. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 6 years ago
  22. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  23. b3672af spl: add debug print for early malloc usage by Simon Goldschmidt · 6 years ago
  24. 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  25. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  26. ef8d48a spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
  27. 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  28. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  29. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  30. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  31. 1ddade6 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
  32. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  33. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  34. 7dbffe4 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
  35. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  36. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  37. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  38. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  39. a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  42. 31824ff spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  43. 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
  44. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  45. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  46. 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  47. 4ab63e0 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago
  48. 13ee6da SPL: fix printing of image name by André Draszik · 7 years ago
  49. a34ca5f spl: fix assignment of board info to global data by York Sun · 7 years ago
  50. aca62db spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  51. dcb711f spl: add newline in debug output by Anatolij Gustschin · 7 years ago
  52. 28674c9 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  53. 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  54. 1013935 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  55. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  56. 11dd706 spl: armv7m: to keep ARM v7M in thumb mode before booting next image by Vikas Manocha · 8 years ago
  57. 01154cb bootstage: Support SPL by Simon Glass · 8 years ago
  58. 6e79a91 spl: add support to booting with ATF by Kever Yang · 8 years ago
  59. 4cf02b1 boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot by B, Ravi · 8 years ago
  60. 52778a6 spl: reorder the assignment of board info to global data by Lokesh Vutla · 8 years ago
  61. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  62. 7b22ba0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 8 years ago
  63. 89ea21e spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  64. 7463034 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  65. b4be3c3 spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  66. 3225899 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  67. ac8ec0d Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  68. 080f414 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  69. 0700993 spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  70. bc21358 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  71. cd01e64 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  72. 9732f79 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  73. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  74. 2b530f9 spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  75. f1e5575 spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  76. c9ef185 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  77. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  78. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  79. 7ccd412 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  80. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  81. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  82. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  83. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  84. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  85. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  86. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  87. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  88. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  89. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  90. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  91. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  92. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  93. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  94. d561db9 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  95. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  96. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  97. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  98. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  99. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  100. 2fb19df dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago