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