1. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year ago
  2. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 1 month ago
  3. a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 1 month ago
  4. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 1 month ago
  5. 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 1 month ago
  6. 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 1 month ago
  7. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 1 month ago
  8. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 1 month ago
  9. e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  10. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 1 month ago
  11. 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 1 month ago
  12. 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 1 month ago
  13. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  14. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  15. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 2 months ago
  16. 15a23b6 dm: core: Allow marking driver model as dead by Simon Glass · 1 year, 1 month ago
  17. 7d4c8cf spl: initialize PCI before booting by Heinrich Schuchardt · 1 year, 3 months ago
  18. 954b0ad common: spl: spl: Remove video driver by Nikhil M Jain · 1 year, 3 months ago
  19. 149fb05 common: spl: spl: Update stack pointer address by Nikhil M Jain · 1 year, 3 months ago
  20. 7da82de Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 4 months ago
  21. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 5 months ago
  22. 1310ad3 spl: Correct checking of configuration node by Bin Meng · 1 year, 6 months ago
  23. 7a17e4c common: spl: spl: Remove video driver before u-boot proper by Nikhil M Jain · 1 year, 6 months ago
  24. 48b3ecb gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 1 month ago
  25. dd5b58c global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  26. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  27. 08574ed Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years ago
  28. 5a61bf1 spl: Allow multiple loaders of the same time by Simon Glass · 2 years ago
  29. 6e55b11 spl: Add a separate silence option for SPL by Simon Glass · 2 years ago
  30. ec7e8da spl: Refactor controls for console output by Simon Glass · 2 years ago
  31. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years ago
  32. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  33. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  34. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  35. 7a0d880 Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 9 months ago
  36. 367ecbf spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 4 months ago
  37. d8830cf spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 4 months ago
  38. d7f0717 spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 4 months ago
  39. 4f6500a dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 5 months ago
  40. 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  41. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 6 months ago
  42. 1d99e67 gpio: Enable hogging support in SPL by Eddie James · 2 years, 8 months ago
  43. 38c04d8 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 8 months ago
  44. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 8 months ago
  45. c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 9 months ago
  46. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  47. c10939d SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 9 months ago
  48. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 9 months ago
  49. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  50. 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 10 months ago
  51. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 9 months ago
  52. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years ago
  53. b55881d bootstage: Add SPL support by Marek Vasut · 3 years ago
  54. 949eb22 arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years ago
  55. 51827f9 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 2 months ago
  56. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  57. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 3 months ago
  58. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 2 months ago
  59. 9baab60 SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 3 months ago
  60. 078111b Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 3 months ago
  61. a25d6b6 spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 3 months ago
  62. 674afa6 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 5 months ago
  63. 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
  64. cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 6 months ago
  65. 58b504e Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 6 months ago
  66. 51d3a8b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 7 months ago
  67. 60138aa spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 7 months ago
  68. 2eaae17 spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 7 months ago
  69. 18fd663 spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 7 months ago
  70. 05e3a0d spl: Split out bootstage ID into a function by Simon Glass · 3 years, 7 months ago
  71. 891d9e8 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 8 months ago
  72. 1a9e75b spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 9 months ago
  73. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  74. 86c372a x86: spl: Add a function to find the text base by Simon Glass · 3 years, 9 months ago
  75. 09d9ba9 spl: Add functions for next and previous phase by Simon Glass · 3 years, 9 months ago
  76. 4d145f2 bootcount: allow to use this feature on TPL by Philippe Reynes · 3 years, 10 months ago
  77. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 3 years, 10 months ago
  78. f9b9b77 spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · 4 years, 2 months ago
  79. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  80. a343b4f spl: add fixed memory node in target fdt also when loading ATF by Heiko Stuebner · 4 years, 5 months ago
  81. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  82. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  83. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  84. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 5 months ago
  85. 3988be5 spl: Always define preloader_console_init by Samuel Holland · 4 years, 6 months ago
  86. c110817 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 6 months ago
  87. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  88. 1054344 spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 9 months ago
  89. e82c624 spl: Add methods to find the position/size of next phase by Simon Glass · 4 years, 11 months ago
  90. edbb8e0 Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 4 years, 11 months ago
  91. d3e97b5 spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  92. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  93. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  94. c660444 spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  95. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  96. 31f9f0e bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  97. 5256bee bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  98. a9a3aad spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  99. 3cd7198 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  100. 366291a spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago