1. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 2 months ago
  2. 9baab60 SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 3 months ago
  3. 078111b Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 3 months ago
  4. a25d6b6 spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 3 months ago
  5. 674afa6 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 5 months ago
  6. 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
  7. cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 6 months ago
  8. 58b504e Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 7 months ago
  9. 51d3a8b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 7 months ago
  10. 60138aa spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 7 months ago
  11. 2eaae17 spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 7 months ago
  12. 18fd663 spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 7 months ago
  13. 05e3a0d spl: Split out bootstage ID into a function by Simon Glass · 3 years, 7 months ago
  14. 891d9e8 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 8 months ago
  15. 1a9e75b spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 9 months ago
  16. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  17. 86c372a x86: spl: Add a function to find the text base by Simon Glass · 3 years, 9 months ago
  18. 09d9ba9 spl: Add functions for next and previous phase by Simon Glass · 3 years, 9 months ago
  19. 4d145f2 bootcount: allow to use this feature on TPL by Philippe Reynes · 3 years, 10 months ago
  20. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 3 years, 10 months ago
  21. f9b9b77 spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · 4 years, 2 months ago
  22. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  23. a343b4f spl: add fixed memory node in target fdt also when loading ATF by Heiko Stuebner · 4 years, 5 months ago
  24. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  25. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  26. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  27. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 5 months ago
  28. 3988be5 spl: Always define preloader_console_init by Samuel Holland · 4 years, 6 months ago
  29. c110817 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 6 months ago
  30. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  31. 1054344 spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 10 months ago
  32. e82c624 spl: Add methods to find the position/size of next phase by Simon Glass · 4 years, 11 months ago
  33. edbb8e0 Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 4 years, 11 months ago
  34. d3e97b5 spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  35. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  36. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  37. c660444 spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  38. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  39. 31f9f0e bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  40. 5256bee bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  41. a9a3aad spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
  42. 3cd7198 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
  43. 366291a spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  44. c7e1eff riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  45. 5e30e45 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  46. d8c0332 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
  47. 6874cb7 watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  48. fd4ee98 spl: Fix typo in kernel doc by Miquel Raynal · 5 years ago
  49. a9a8271 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 5 years ago
  50. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  51. 438dcab spl: add debug print for early malloc usage by Simon Goldschmidt · 6 years ago
  52. dae5c2d spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  53. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago WIP-2018-11-25-master-imports
  54. c21f407 spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
  55. aedc08b spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  56. d633006 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  57. e945a72 spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  58. 4d8d305 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  59. 30c0740 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
  60. 70fe287 spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  61. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  62. 94cb986 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
  63. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  64. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  65. de5dd4c spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 6 years ago
  66. 8a9dc16 spl: Add full fitImage support by Marek Vasut · 6 years ago WIP-23May2018
  67. a8be249 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 6 years ago
  68. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  69. 117a0e0 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  70. 55fe0e2 spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  71. 0b674a3 spl: include timezone in banner by Klaus Goger · 7 years ago
  72. 0292bc0 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
  73. af2f442 spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
  74. 8bee2d2 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
  75. 1d37909 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago
  76. 3fe3839 SPL: fix printing of image name by André Draszik · 7 years ago
  77. d1fc0a3 spl: fix assignment of board info to global data by York Sun · 7 years ago
  78. a8c5112 spl: stash bootstage info before jump to next stage by Kever Yang · 7 years ago
  79. 2d2531b spl: add newline in debug output by Anatolij Gustschin · 7 years ago
  80. f9d42d8 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  81. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  82. ae2cee2 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  83. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  84. 6bcdd66 spl: armv7m: to keep ARM v7M in thumb mode before booting next image by Vikas Manocha · 7 years ago
  85. 824bb1b bootstage: Support SPL by Simon Glass · 7 years ago
  86. bcc1726 spl: add support to booting with ATF by Kever Yang · 7 years ago
  87. 6e7585b boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot by B, Ravi · 8 years ago
  88. 15eb1d4 spl: reorder the assignment of board info to global data by Lokesh Vutla · 8 years ago
  89. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  90. 634fcf0 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point by Vikas Manocha · 8 years ago
  91. cf334ed spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  92. 722a6b1 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  93. 24eb39b spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  94. 340f418 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  95. 7b74c4b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  96. b3d2861 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  97. cf947da spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  98. 8c36e99 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  99. 22802f4 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  100. 7f73ca4 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago