1. efe92cd spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 12 months ago
  2. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 12 months ago
  3. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 12 months ago
  4. 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 12 months ago
  5. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 12 months ago
  6. 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 12 months ago
  7. 60d76e3 test: spl: Add a test for the SPI load method by Sean Anderson · 1 year ago
  8. 6ba8eca test: spl: Add a test for the MMC load method by Sean Anderson · 1 year ago
  9. 93caa3e spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year ago
  10. e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year ago
  11. b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 1 month ago
  12. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 1 month ago
  13. d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year ago
  14. a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  15. ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  16. 9031ba8 spl: Add C-based runtime detection of SPL by Simon Glass · 1 year, 1 month ago
  17. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 1 month ago
  18. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 1 month ago
  19. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 1 month ago
  20. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  21. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 2 months ago
  22. ef08687 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 2 months ago
  23. 99fddf5 spl: Correct spl_board_boot_device function prototype by Tom Rini · 1 year, 3 months ago
  24. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  25. 6039e0e imx: hab: Simplify the mechanism by Marek Vasut · 1 year, 5 months ago
  26. 8ce6a2e spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 5 months ago
  27. 16d82d7 spl: Add function prototype for spl_mmc_get_uboot_raw_sector by Tom Rini · 1 year, 8 months ago
  28. ebea05e spl: Add missing prototype for board_boot_order by Algapally Santosh Sagar · 1 year, 8 months ago
  29. ebeb8d9 spl: doc: use correct name in jump_to_image_optee() description by Ovidiu Panait · 1 year, 9 months ago
  30. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  31. 7f3470b vbe: Add a command to show the VBE state by Simon Glass · 2 years ago
  32. f1459c3 sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years ago
  33. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years ago
  34. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years ago
  35. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  36. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 1 month ago
  37. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  38. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  39. 6dd18a6 common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 5 months ago
  40. 5204823 spl: binman: Declare extern symbols for VPL as well by Alper Nebi Yasak · 2 years, 4 months ago
  41. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 6 months ago
  42. 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 3 months ago
  43. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 8 months ago
  44. c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 9 months ago
  45. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  46. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 9 months ago
  47. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  48. 949eb22 arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years ago
  49. 884ba50 spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 3 months ago
  50. 5fce287 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 3 months ago
  51. a25d6b6 spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 3 months ago
  52. 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
  53. f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
  54. 9b19159 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 4 months ago
  55. 58b504e Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 7 months ago
  56. 2e059e4 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 8 months ago
  57. efc4ad0bc spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 9 months ago
  58. 86c372a x86: spl: Add a function to find the text base by Simon Glass · 3 years, 9 months ago
  59. 09d9ba9 spl: Add functions for next and previous phase by Simon Glass · 3 years, 9 months ago
  60. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 3 years, 10 months ago
  61. 7b86682 spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  62. d2cb0c8 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  63. c3ab97c spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 3 months ago
  64. 146a17a spl: fix format of function documentation by Dario Binacchi · 4 years, 5 months ago
  65. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  66. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  67. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 5 months ago
  68. 6aead23 imx: imx8qm/qxp: Recover SPL data section for partition reboot by Peng Fan · 4 years, 6 months ago
  69. 2fc91ed spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 6 months ago
  70. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 6 months ago
  71. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 6 months ago
  72. 271cf2f spl.h: make <spl.h> self-contained by Masahiro Yamada · 4 years, 8 months ago
  73. 40eeb9c spl: Add prototype to function spl_board_boot_device() by Alifer Moraes · 4 years, 9 months ago
  74. 5c03c99 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 4 years, 10 months ago
  75. e82c624 spl: Add methods to find the position/size of next phase by Simon Glass · 4 years, 11 months ago
  76. e1500a6 spl: Correct priority selection for image loaders by Simon Glass · 5 years ago
  77. e413033 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
  78. eaa0bde Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  79. dd7d091 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  80. cda789a spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
  81. 59c871b spl: Allow distinguishing between two phases in U-Boot by Simon Glass · 5 years ago
  82. 8e83b76 spl: Add a function to determine the U-Boot phase by Simon Glass · 5 years ago
  83. 5e30e45 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
  84. e1eb6ad spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  85. a9a8271 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 5 years ago
  86. dae5c2d spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
  87. 28ded1f spl: introduce function prototypes by Peng Fan · 6 years ago
  88. e246bfc SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
  89. 8fb2391 spl/tpl: change banner into upper case by Heiko Schocher · 6 years ago
  90. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  91. d633006 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  92. e945a72 spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  93. 70fe287 spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  94. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  95. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  96. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  97. de5dd4c spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 6 years ago
  98. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  99. 35a6696 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  100. 8bee2d2 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago