1. 1987b0c sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · Tue Sep 06 15:59:57 2022 +0100
  2. 068962b sunxi: introduce NCAT2 generation model by Andre Przywara · Wed Oct 05 17:54:19 2022 +0100
  3. 263e2ae spl: riscv: add os type for next booting stage by Randolph · Thu Oct 12 14:35:07 2023 +0800
  4. 0a8063c spl: riscv: opensbi: change the default os_type as varible by Randolph · Thu Oct 12 14:35:03 2023 +0800
  5. 5ff7772 spl: Use map_sysmem where appropriate by Sean Anderson · Sat Oct 14 16:47:55 2023 -0400
  6. 13e6d91 spl: Add callbacks to invalidate cached devices by Sean Anderson · Sat Oct 14 16:47:54 2023 -0400
  7. 01349c1 fs: ext4: Fix building ext4 in SPL if write is enabled by Sean Anderson · Sat Oct 14 16:47:49 2023 -0400
  8. efc185e Move i.MX8 container image loading support to common/spl by Sean Anderson · Sat Oct 14 16:47:45 2023 -0400
  9. 952ed67 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · Sat Oct 14 16:47:44 2023 -0400
  10. e99b2cd spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · Sat Oct 14 16:47:39 2023 -0400
  11. fab09a5 spl: nor: Don't allocate header on stack by Sean Anderson · Sat Oct 14 16:47:38 2023 -0400
  12. fd4b530 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · Sat Oct 14 16:47:37 2023 -0400
  13. d2b254e spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · Sat Oct 07 21:47:48 2023 -0400
  14. a049427 spl: fit: Add board level function to decide application of DTO by Marek Vasut · Thu Sep 21 20:44:16 2023 +0200
  15. 7cd91f7 spl: Jump to image at end of board_init_r by Jonas Karlman · Wed Sep 27 21:44:13 2023 +0000
  16. 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · Fri Sep 08 17:08:56 2023 +0900
  17. 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
  18. a856099 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:26 2023 +0530
  19. 2b2e628 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · Mon Sep 18 00:56:25 2023 +0530
  20. c4b1450 spl: Move bloblist writing until the image is known by Simon Glass · Tue Sep 26 08:14:36 2023 -0600
  21. dff9043 spl: Use the correct FIT_..._PROP constants by Simon Glass · Tue Sep 26 08:14:35 2023 -0600
  22. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · Tue Sep 26 08:14:34 2023 -0600
  23. 205ff7b spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · Tue Sep 26 08:14:33 2023 -0600
  24. b4c22cf spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · Tue Sep 26 08:14:32 2023 -0600
  25. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · Tue Sep 26 08:14:31 2023 -0600
  26. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  27. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · Tue Sep 26 08:14:22 2023 -0600
  28. ad67972 spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:21 2023 -0600
  29. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · Tue Sep 26 08:14:20 2023 -0600
  30. 99bb534 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · Tue Sep 26 08:14:19 2023 -0600
  31. 0686b0c spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · Tue Sep 26 08:14:18 2023 -0600
  32. 259cdb4 spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:17 2023 -0600
  33. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  34. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  35. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  36. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  37. 31ef834 dm: core: Allow marking driver model as dead by Simon Glass · Thu Sep 07 09:58:13 2023 -0600
  38. 95dbb41 spl: Tidy up load address in spl_ram by Simon Glass · Thu Sep 14 10:55:50 2023 -0600
  39. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  40. d67f210 spl: sdp: Detach the controller on error by Marek Vasut · Fri Sep 01 11:49:57 2023 +0200
  41. 6eba2bc spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · Wed Sep 06 14:25:11 2023 +0200
  42. 8973e37 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · Tue Aug 29 10:20:14 2023 +0900
  43. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  44. 1f4c5b4 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · Tue Aug 15 18:07:36 2023 +0200
  45. 6532fab spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · Tue Aug 08 16:42:15 2023 +0300
  46. 22e22a2 spl: add FIT support to semihosting boot method by Heinrich Schuchardt · Sat Jul 22 21:27:48 2023 +0200
  47. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  48. 15a23ca spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · Thu Aug 03 19:05:40 2023 +0300
  49. fdc62b0 spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · Thu Aug 03 19:05:39 2023 +0300
  50. 1d8f137 spl: initialize PCI before booting by Heinrich Schuchardt · Mon Jul 24 22:18:41 2023 +0200
  51. 83a91f3 spl: blk: partition numbers are hexadecimal by Heinrich Schuchardt · Sat Jul 22 12:45:44 2023 +0200
  52. 5048844 spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME by Heinrich Schuchardt · Fri Jul 21 14:09:43 2023 +0200
  53. 1a606db common: spl: spl: Remove video driver by Nikhil M Jain · Tue Jul 18 14:27:33 2023 +0530
  54. 799ceff common: spl: spl: Update stack pointer address by Nikhil M Jain · Tue Jul 18 14:27:27 2023 +0530
  55. a8c9436 arm64: zynqmp: Switch to amd.com emails by Michal Simek · Mon Jul 10 14:35:49 2023 +0200
  56. 3814c37 tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL by Ying Sun · Sun Jun 25 17:18:21 2023 +0800
  57. a358789 RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS description by Heinrich Schuchardt · Tue Jul 04 02:14:21 2023 +0200
  58. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  59. 2a115af spl: spl_legacy: Fix spl_end address by Fabio Estevam · Fri Jun 30 23:30:53 2023 -0300
  60. a7416eb imx: hab: Simplify the mechanism by Marek Vasut · Sun May 28 23:00:30 2023 +0200
  61. 5be531b spl: spl_legacy: Add extra address checks by Marek Vasut · Mon May 29 14:04:06 2023 +0200
  62. 4d1ad12 spl: spl-nor: return error if no valid image was loaded by Mario Kicherer · Mon Jan 30 10:21:43 2023 +0100
  63. bd05090 common: spl: Add spl NVMe boot support by Mayuresh Chitale · Sat Jun 03 19:32:56 2023 +0530
  64. 5d96a91 spl: blk: Support loading images from fs by Mayuresh Chitale · Sat Jun 03 19:32:54 2023 +0530
  65. b365c94 spl: Add Kconfig options for NVME by Mayuresh Chitale · Sat Jun 03 19:32:53 2023 +0530
  66. f3caa85 spl: ext: Use partition size for mount by Mayuresh Chitale · Tue May 02 21:40:20 2023 +0530
  67. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 12 16:42:37 2023 -0400
  68. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  69. fabe707 spl: Correct checking of configuration node by Bin Meng · Mon May 01 11:35:26 2023 +0800
  70. 98b9193 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · Sat May 06 16:42:39 2023 +0200
  71. 0e6ba4f usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:38 2023 +0200
  72. 1d5c59c usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:37 2023 +0200
  73. eda07d6 common: spl: spl: Remove video driver before u-boot proper by Nikhil M Jain · Mon Apr 10 14:19:13 2023 +0530
  74. eafdbe5 mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part by Pali Rohár · Sat Mar 11 11:44:27 2023 +0100
  75. a081155 spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION by Pali Rohár · Sat Jan 21 15:13:08 2023 +0100
  76. 29c647e spl: Drop unwanted return in spl_fit_upload_fpga() by Simon Glass · Tue Jan 24 03:55:10 2023 -0700
  77. 05ca277 spl: sata: Rework the loading case it not use IS_ENABLED(...) by Tom Rini · Tue Jan 10 11:19:35 2023 -0500
  78. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  79. ab2085c Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 19 09:46:57 2023 -0500
  80. 56da76d trace: Use notrace for short by Simon Glass · Wed Dec 21 16:08:15 2022 -0700
  81. 0f1326e configs: Increase malloc size after relocation by Neha Malcom Francis · Wed Jan 11 18:11:23 2023 +0530
  82. 249a238 arm: rockchip: Add RV1126 arch core support by Jagan Teki · Wed Dec 14 23:21:05 2022 +0530
  83. ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · Thu Sep 22 17:53:26 2022 +0200
  84. b5f2af8 common: spl: ram: fix return code by Nikita Shubin · Mon Dec 12 11:03:35 2022 +0300
  85. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  86. 0f3d1de common/spl/spl_ram: Remove unused default by Tom Rini · Sun Dec 04 10:14:20 2022 -0500
  87. fb52b94 global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · Sun Dec 04 10:04:49 2022 -0500
  88. 9bd34ac spl: Kconfig: Fix SPL_OPTEE_IMAGE dependency by Jagan Teki · Thu Nov 03 11:49:47 2022 +0530
  89. 04097c9 usb: Update USB_STORAGE dependencies by Tom Rini · Fri Dec 02 16:42:11 2022 -0500
  90. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  91. 08b72b5 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · Fri Dec 09 20:40:21 2022 +0900
  92. a3a5d68 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · Wed Dec 07 17:12:36 2022 +0530
  93. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  94. a0a6f69 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · Wed Nov 16 13:10:35 2022 -0500
  95. b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · Sat Nov 12 17:36:51 2022 -0500
  96. 27b7783 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · Sun Oct 30 23:26:19 2022 -0500
  97. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · Fri Oct 28 20:27:07 2022 -0400
  98. 84d7eb2 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · Fri Oct 28 14:46:29 2022 +0200
  99. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  100. 6b8705d spl: Allow multiple loaders of the same time by Simon Glass · Thu Oct 20 18:23:07 2022 -0600