1. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  2. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  3. c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 10 months ago
  4. 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 5 months ago
  5. d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 5 months ago
  6. 173321c spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 5 months ago
  7. 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 7 months ago
  8. 166e322 Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
  9. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 7 months ago
  10. 652b869 gpio: Enable hogging support in SPL by Eddie James · 2 years, 10 months ago
  11. 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 10 months ago
  12. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 10 months ago
  13. 3db3033 spl: add support for custom boot method names by Heiko Thiery · 2 years, 11 months ago
  14. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  15. f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 11 months ago
  16. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  17. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  18. 8bbad14 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 11 months ago
  19. 90c1a58 bloblist: Rename the SPL tag by Simon Glass · 2 years, 11 months ago
  20. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
  21. 9815434 bootstage: Add SPL support by Marek Vasut · 3 years, 1 month ago
  22. ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
  23. a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 3 months ago
  24. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  25. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
  26. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 4 months ago
  27. bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 4 months ago
  28. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 5 months ago
  29. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 5 months ago
  30. 6e6f204 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 6 months ago
  31. 58254e0 spl: Provide more information on boot failure by Simon Glass · 3 years, 5 months ago
  32. a9765d0 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 7 months ago
  33. 7861f8b Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 8 months ago
  34. 5d6a29b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 8 months ago
  35. d8d728e spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 8 months ago
  36. 089f7cf spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 8 months ago
  37. fdf312e spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 8 months ago
  38. 97447ea spl: Split out bootstage ID into a function by Simon Glass · 3 years, 9 months ago
  39. 2192e98 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
  40. e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 10 months ago
  41. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  42. 53857ee x86: spl: Add a function to find the text base by Simon Glass · 3 years, 10 months ago
  43. 95e4ec1 spl: Add functions for next and previous phase by Simon Glass · 3 years, 11 months ago
  44. 8d82a20 bootcount: allow to use this feature on TPL by Philippe Reynes · 4 years ago
  45. b79ff7c spl: Drop bd_info in the data section by Simon Glass · 4 years ago
  46. cd27fea spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · 4 years, 3 months ago
  47. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  48. 593b82e spl: add fixed memory node in target fdt also when loading ATF by Heiko Stuebner · 4 years, 6 months ago
  49. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  50. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  51. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  52. ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
  53. b03e666 spl: Always define preloader_console_init by Samuel Holland · 4 years, 7 months ago
  54. 21a1df1 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 7 months ago
  55. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  56. 74b139f spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 11 months ago
  57. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  58. 62e64cf Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 5 years ago
  59. 8e0b77c spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  60. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  61. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  62. c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  63. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  64. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  65. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  66. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  67. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  68. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  69. 2a2a925 riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  70. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  71. 0b82085 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  72. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  73. 9f8d994 spl: Fix typo in kernel doc by Miquel Raynal · 6 years ago
  74. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 6 years ago
  75. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  76. b3672af spl: add debug print for early malloc usage by Simon Goldschmidt · 6 years ago
  77. 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  78. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  79. ef8d48a spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
  80. 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  81. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  82. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  83. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  84. 1ddade6 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
  85. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  86. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  87. 7dbffe4 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
  88. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  89. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  90. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  91. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  92. a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
  93. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  94. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  95. 31824ff spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  96. 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
  97. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  98. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  99. 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  100. 4ab63e0 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago