1. 909cfce dt-bindings: clock: Add Amlogic A1 clock bindings by Igor Prusov · Mon Sep 25 18:52:08 2023 +0300
  2. 99f4687 ARM: psci: move GIC address override to Kconfig by Andre Przywara · Sun Oct 01 23:52:12 2023 +0100
  3. b65f2bb event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY* by Marek Vasut · Tue Sep 05 15:48:08 2023 +0200
  4. 2b6c9b5 board: xen: introduce virtio-blk support by Andrii Chepurnyi · Tue Oct 03 08:58:28 2023 +0000
  5. df506bc Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Wed Oct 11 10:21:33 2023 -0400
  6. 106d27b dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · Tue Sep 26 16:43:43 2023 +0800
  7. 9efc245 dm: blk: Rename get_desc() and make it externally visible by Bin Meng · Tue Sep 26 16:43:41 2023 +0800
  8. 881e475 blk: sandbox: Support binding a device with a given logical block size by Bin Meng · Tue Sep 26 16:43:33 2023 +0800
  9. 2294ecb blk: Use a macro for the typical block size by Bin Meng · Tue Sep 26 16:43:31 2023 +0800
  10. 99eed83 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · Wed Sep 27 18:30:47 2023 +0300
  11. ccb2fbf fsl-layerscape: drop obsolete PPA secure firmware support by Laurentiu Tudor · Wed Aug 23 16:25:46 2023 +0300
  12. f570565 stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · Fri Sep 29 02:47:17 2023 +0200
  13. 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · Fri Sep 08 17:08:56 2023 +0900
  14. 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
  15. 4e8ecca configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY by FUKAUMI Naoki · Mon Sep 11 19:01:21 2023 +0900
  16. 9a171a0 configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE by FUKAUMI Naoki · Mon Sep 11 19:01:20 2023 +0900
  17. 6131517 arm: dts: rockchip: sync DT for RK3588 series with Linux by FUKAUMI Naoki · Tue Sep 05 20:47:35 2023 +0900
  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. c2ef881 power: regulator: Only run autoset once for each regulator by Jonas Karlman · Mon Aug 21 22:30:24 2023 +0000
  21. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  22. 219d2d1 dm: core: Tweak device_is_on_pci_bus() for code size by Simon Glass · Tue Sep 26 08:14:57 2023 -0600
  23. 38da4f9 spl: Add C-based runtime detection of SPL by Simon Glass · Tue Sep 26 08:14:55 2023 -0600
  24. b3c2aa5 command: Include a required header in command.h by Simon Glass · Wed Sep 27 08:22:37 2023 -0600
  25. a28f39c bloblist: Support initing from multiple places by Simon Glass · Tue Sep 26 08:14:51 2023 -0600
  26. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  27. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  28. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  29. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  30. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  31. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  32. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  33. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · Tue Sep 26 08:14:34 2023 -0600
  34. b4c22cf spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · Tue Sep 26 08:14:32 2023 -0600
  35. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · Tue Sep 26 08:14:31 2023 -0600
  36. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  37. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · Tue Sep 26 08:14:22 2023 -0600
  38. ad67972 spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · Tue Sep 26 08:14:21 2023 -0600
  39. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · Tue Sep 26 08:14:20 2023 -0600
  40. 0686b0c spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · Tue Sep 26 08:14:18 2023 -0600
  41. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  42. 1ec7f33 Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Wed Oct 04 10:49:30 2023 -0400
  43. bf99d3d configs: stm32mp13: add support of usb boot by Patrick Delaunay · Tue Sep 26 17:09:22 2023 +0200
  44. 45a68e2 configs: stm32mp13: activate command stm32prog by Patrick Delaunay · Tue Sep 26 17:09:21 2023 +0200
  45. 02d88c0 ARM: dts: stm32mp: alignment with v6.6-rc1 by Patrice Chotard · Tue Sep 26 17:09:18 2023 +0200
  46. f17db64 ARM: stm32: Add dh_update_sd_to_emmc to STM32MP15xx DHCOR by Marek Vasut · Mon Oct 02 17:52:34 2023 +0200
  47. 6b69a70 ARM: stm32: Rename update_sf to dh_update_sd_to_sf on STM32MP15xx DHCOR by Marek Vasut · Mon Oct 02 17:52:33 2023 +0200
  48. 65922b7 Remove the hardcoded ST logo no longer in use by Dario Binacchi · Sun Aug 20 18:24:46 2023 +0200
  49. c0a6982 board: stm32f746-disco: refactor the display of the ST logo by Dario Binacchi · Sun Aug 20 18:24:45 2023 +0200
  50. 9bed218 dt-bindings: mfd: stm32f7: Add binding definition for CAN3 by Dario Binacchi · Sun Sep 03 22:48:40 2023 +0200
  51. 06a54ed Merge branch 'next_pinctrl_sync' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Mon Oct 02 15:19:02 2023 -0400
  52. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  53. 97e1ba3 clk: renesas: Synchronize R8A779F0 S4 clock tables with Linux 6.5.3 by Marek Vasut · Sun Sep 17 16:11:36 2023 +0200
  54. def97d4 clk: renesas: Synchronize R8A779F0 S4 DT headers with Linux 6.5.3 by Marek Vasut · Sun Sep 17 16:11:23 2023 +0200
  55. 90aac1a clk: renesas: Synchronize R8A77951 H3 DT headers with Linux 6.5.3 by Marek Vasut · Sun Sep 17 16:11:22 2023 +0200
  56. e2dfb5e linux/compat.h: Define empty __initconst and __initdata by Marek Vasut · Sun Sep 17 16:09:39 2023 +0200
  57. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  58. fd36fa5 env: ti: ti_common.env: Fix get_overlaystring for FIT Image by Manorit Chawdhry · Mon Sep 25 11:53:42 2023 +0530
  59. 8b04c4d Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Sun Sep 24 12:43:00 2023 -0400
  60. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  61. f06f082 cmd: dm: allow for selecting uclass and device by AKASHI Takahiro · Wed Aug 23 10:49:47 2023 +0900
  62. c43411b dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation by Jonas Karlman · Sun Aug 20 22:03:18 2023 +0000
  63. 9b38810 Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:15 2023 -0600
  64. 62b03cc bootstd: Keep track of use of usb stop by Simon Glass · Wed Sep 20 07:29:49 2023 -0600
  65. 31ef834 dm: core: Allow marking driver model as dead by Simon Glass · Thu Sep 07 09:58:13 2023 -0600
  66. 6f15ab7 x86: Prevent from missing the FADT chaining by Andy Shevchenko · Fri Sep 01 11:27:10 2023 -0600
  67. e143c27 x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI) by Troy Kisky · Mon Mar 13 14:31:43 2023 -0700
  68. b969faf Merge tag 'xilinx-for-v2024.01-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 21 10:51:58 2023 -0400
  69. 17a5de2 zynqmp: config: Add proper dependencies for USB by Venkatesh Yadav Abbarapu · Mon Sep 04 08:45:28 2023 +0530
  70. b163476 arm64: xilinx: Guard distro boot variable generation by Michal Simek · Tue Sep 05 13:30:07 2023 +0200
  71. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  72. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  73. e44cbc8 fpga: define dummy fpga_load function for debug build by Chanho Park · Thu Aug 31 16:52:47 2023 +0900
  74. 40bf26b firmware: zynqmp: Add support to check feature by Ashok Reddy Soma · Thu Aug 10 23:48:27 2023 -0600
  75. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200
  76. c9ac4dd xilinx: Remove scriptaddr from config files and move it to DT by Michal Simek · Thu Aug 03 14:51:53 2023 +0200
  77. b28f8f3 tools: mkimage: Add StarFive SPL image support by Heinrich Schuchardt · Sun Sep 17 13:47:30 2023 +0200
  78. 8cdb571 starfive: visionfive2: add mmc0 and nvme boot targets by Milan P. Stanić · Mon Sep 18 10:32:29 2023 +0200
  79. 2d8d71e configs: NVMe/USB target boot devices on VisionFive 2 by Heinrich Schuchardt · Thu Sep 07 15:53:36 2023 +0200
  80. a354736 dt-bindings: ti-serdes: Deprecate header with constants with v6.6-rc1 by Nishanth Menon · Mon Sep 11 09:44:00 2023 -0500
  81. c8c7002 expo: Fix documentation reference by Massimo Pegorer · Sat Sep 09 12:32:28 2023 +0200
  82. 283bbec board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · Fri Sep 01 11:50:03 2023 +0200
  83. b7e2ba7 dm: usb: udc: Drop legacy udevice handler functions by Marek Vasut · Fri Sep 01 11:50:02 2023 +0200
  84. 8bfcb34 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:59 2023 +0200
  85. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  86. 7786e70 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:54 2023 +0200
  87. b397203 dm: usb: udc: Factor out plain udevice handler functions by Marek Vasut · Fri Sep 01 11:49:47 2023 +0200
  88. 785c9cc post: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:15 2023 +0200
  89. 699709b net: phy: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:09 2023 +0200
  90. 869835d image: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:59 2023 +0200
  91. 00dfa3d initcall: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:58 2023 +0200
  92. 6684413 env: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:57 2023 +0200
  93. 317d6b6 cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:53 2023 +0200
  94. dfbb8e3 common: event: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:47 2023 +0200
  95. e2aa438 common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:44 2023 +0200
  96. 9d81c7d command: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:43 2023 +0200
  97. a66d1d8 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:42 2023 +0200
  98. f4b4c4e part: rename disk_partition_type_uuid() by Heinrich Schuchardt · Sat Sep 02 09:35:21 2023 +0200
  99. 9a04756 timer: document the unit of the timer rate by Heinrich Schuchardt · Thu Sep 07 09:54:42 2023 +0200
  100. ffd8e5b include: configs: verdin-am62: drop unused sdram address by Marcel Ziswiler · Mon Aug 28 23:50:37 2023 +0200