1. 8bc9326 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · Sun Sep 29 19:49:55 2024 -0600
  2. 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:49 2024 -0600
  3. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  4. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  5. 91222f8 xpl: Add a function to indicate when in xPL by Simon Glass · Sun Sep 29 19:49:38 2024 -0600
  6. f218eeb xpl: Rename spl_in_proper() to not_xpl() by Simon Glass · Sun Sep 29 19:49:37 2024 -0600
  7. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  8. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · Sun Sep 29 19:49:35 2024 -0600
  9. 3235f1e xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · Sun Sep 29 19:49:34 2024 -0600
  10. e806686 spl: Create a function to init spl_load_info by Simon Glass · Thu Aug 22 07:55:02 2024 -0600
  11. 9cce28b spl: Use unified inline functions for spl_load_info by Simon Glass · Thu Aug 22 07:55:01 2024 -0600
  12. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · Wed Aug 07 16:47:31 2024 -0600
  13. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · Tue Jul 23 01:28:34 2024 +0200
  14. e51ca6a spl: Introduce SoC specific init function by Lukas Funke · Wed Mar 27 13:11:52 2024 +0100
  15. 84e0834 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · Tue Dec 05 21:25:16 2023 +0530
  16. ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · Wed Nov 08 11:48:45 2023 -0500
  17. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  18. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  19. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  20. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · Wed Nov 08 11:48:38 2023 -0500
  21. dc1dac0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Oct 24 09:39:02 2023 -0400
  22. 8734d6f test: spl: Add a test for the SPI load method by Sean Anderson · Sat Oct 14 16:48:05 2023 -0400
  23. 576295d test: spl: Add a test for the MMC load method by Sean Anderson · Sat Oct 14 16:48:02 2023 -0400
  24. 13e6d91 spl: Add callbacks to invalidate cached devices by Sean Anderson · Sat Oct 14 16:47:54 2023 -0400
  25. f9a921e spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · Mon Oct 16 18:16:12 2023 +0200
  26. a049427 spl: fit: Add board level function to decide application of DTO by Marek Vasut · Thu Sep 21 20:44:16 2023 +0200
  27. 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · Fri Sep 08 17:08:56 2023 +0900
  28. cb3d8fa Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Oct 08 09:58:55 2023 -0400
  29. a856099 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:26 2023 +0530
  30. 2b2e628 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:25 2023 +0530
  31. 38da4f9 spl: Add C-based runtime detection of SPL by Simon Glass · Tue Sep 26 08:14:55 2023 -0600
  32. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · Tue Sep 26 08:14:34 2023 -0600
  33. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · Tue Sep 26 08:14:22 2023 -0600
  34. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · Tue Sep 26 08:14:20 2023 -0600
  35. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  36. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  37. 8973e37 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · Tue Aug 29 10:20:14 2023 +0900
  38. e089740 spl: Correct spl_board_boot_device function prototype by Tom Rini · Thu Jul 13 20:37:34 2023 -0400
  39. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  40. a7416eb imx: hab: Simplify the mechanism by Marek Vasut · Sun May 28 23:00:30 2023 +0200
  41. 5d96a91 spl: blk: Support loading images from fs by Mayuresh Chitale · Sat Jun 03 19:32:54 2023 +0530
  42. a3a142c spl: Add function prototype for spl_mmc_get_uboot_raw_sector by Tom Rini · Thu Mar 09 11:22:08 2023 -0500
  43. 4e3bdb5 spl: Add missing prototype for board_boot_order by Algapally Santosh Sagar · Wed Mar 01 03:33:34 2023 -0700
  44. 6abd6d8 spl: doc: use correct name in jump_to_image_optee() description by Ovidiu Panait · Sun Jan 22 19:57:13 2023 +0200
  45. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  46. c017c52 vbe: Add a command to show the VBE state by Simon Glass · Thu Oct 20 18:23:19 2022 -0600
  47. a87cd0c sandbox: Support obtaining the next phase from an image by Simon Glass · Thu Oct 20 18:23:08 2022 -0600
  48. 4aa6a9b sandbox: Generalise SPL booting by Simon Glass · Thu Oct 20 18:23:01 2022 -0600
  49. 5a332c1 spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · Thu Oct 20 18:22:41 2022 -0600
  50. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  51. 237f018 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · Thu Sep 29 13:11:28 2022 +0300
  52. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  53. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  54. 58a0cdb common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · Fri Jun 03 11:32:15 2022 +0530
  55. 2158599 spl: binman: Declare extern symbols for VPL as well by Alper Nebi Yasak · Sat Jun 18 15:13:08 2022 +0300
  56. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  57. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  58. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · Tue Feb 08 11:49:47 2022 -0700
  59. 3db3033 spl: add support for custom boot method names by Heiko Thiery · Mon Jan 17 16:25:41 2022 +0100
  60. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  61. 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
  62. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  63. ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · Wed Oct 20 15:12:06 2021 +0300
  64. 67e8f5d spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · Fri Aug 06 06:44:26 2021 +0200
  65. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · Fri Jul 23 11:14:27 2021 +0200
  66. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · Thu Jul 15 14:19:24 2021 -0500
  67. 58254e0 spl: Provide more information on boot failure by Simon Glass · Mon Jul 05 16:32:57 2021 -0600
  68. 1cd0600 sandbox: Support executables for more phases by Simon Glass · Mon Jul 05 16:32:45 2021 -0600
  69. de1ce23 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · Sat Jul 03 04:55:32 2021 +0200
  70. 7861f8b Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · Thu Apr 08 11:56:11 2021 -0500
  71. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · Sun Mar 07 17:35:15 2021 -0700
  72. 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · Wed Jan 20 10:46:49 2021 -0600
  73. 53857ee x86: spl: Add a function to find the text base by Simon Glass · Sun Jan 24 10:06:03 2021 -0700
  74. 95e4ec1 spl: Add functions for next and previous phase by Simon Glass · Wed Jan 13 20:29:42 2021 -0700
  75. b79ff7c spl: Drop bd_info in the data section by Simon Glass · Tue Dec 22 19:30:21 2020 -0700
  76. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · Wed Nov 18 17:45:58 2020 +0100
  77. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · Wed Nov 18 17:45:56 2020 +0100
  78. 05e3a15 spl: usb: Create an API spl_usb_load() by Faiz Abbas · Mon Aug 03 11:35:04 2020 +0530
  79. 0f860b6 spl: fix format of function documentation by Dario Binacchi · Wed May 27 13:56:18 2020 +0200
  80. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  81. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  82. 1e26864 arm: Don't include common.h in header files by Simon Glass · Sun May 10 11:39:55 2020 -0600
  83. 617fc29 imx: imx8qm/qxp: Recover SPL data section for partition reboot by Peng Fan · Tue May 05 20:28:41 2020 +0800
  84. 84ae9d8 spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · Tue Apr 21 09:28:43 2020 +0200
  85. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · Wed Apr 15 11:33:31 2020 +0200
  86. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · Wed Apr 15 11:33:30 2020 +0200
  87. 5a5ef78 spl.h: make <spl.h> self-contained by Masahiro Yamada · Tue Feb 25 02:25:46 2020 +0900
  88. 2649d0c spl: Add prototype to function spl_board_boot_device() by Alifer Moraes · Tue Jan 14 15:55:01 2020 -0300
  89. d1598e2 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · Thu Dec 19 18:13:31 2019 +0100
  90. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · Sun Dec 08 17:40:12 2019 -0700
  91. ec1503c spl: Correct priority selection for image loaders by Simon Glass · Sun Oct 20 21:31:45 2019 -0600
  92. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · Thu Aug 15 15:55:27 2019 -0500
  93. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 09 09:35:43 2019 -0400
  94. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · Thu Aug 22 07:42:38 2019 +0000
  95. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · Wed Aug 07 06:40:53 2019 +0000
  96. 3c573b5 spl: Allow distinguishing between two phases in U-Boot by Simon Glass · Wed Sep 25 08:56:30 2019 -0600
  97. b7fb513 spl: Add a function to determine the U-Boot phase by Simon Glass · Wed Sep 25 08:11:20 2019 -0600
  98. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · Wed Aug 21 21:14:44 2019 +0200
  99. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · Tue Jun 04 17:55:46 2019 -0500
  100. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · Tue May 07 21:17:02 2019 +0200