1. ff0a558 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Mon Oct 16 12:15:37 2023 -0400
  2. c37f299 Merge branch '2023-10-16-assorted-cmd-updates' by Tom Rini · Mon Oct 16 10:25:11 2023 -0400
  3. 892f8c6 cmd/ti: Update Kconfig logic and Makefile recursion logic by Tom Rini · Sat Oct 07 15:36:58 2023 -0400
  4. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · Sat Oct 07 15:13:08 2023 -0400
  5. 3d68167 command.h: Add a U_BOOT_LONGHELP macro by Tom Rini · Sat Oct 07 15:13:07 2023 -0400
  6. 6b4bb9a eeprom: starfive: add 'mac raw' command by Heinrich Schuchardt · Sat Sep 30 14:01:47 2023 +0200
  7. ab23ee4 eeprom: starfive: raw dump if unsupported data version by Heinrich Schuchardt · Sat Sep 30 14:01:46 2023 +0200
  8. a3cf236 eeprom: starfive: re-implement mac command by Heinrich Schuchardt · Sat Sep 30 14:01:45 2023 +0200
  9. b125efc eeprom: SiFive Unmatched: re-implement mac command by Heinrich Schuchardt · Sat Sep 30 14:01:44 2023 +0200
  10. 1901149 freescale: fix long help handling in mac command by Heinrich Schuchardt · Sat Sep 30 14:01:43 2023 +0200
  11. fa4f82d cmd: move mac command by Heinrich Schuchardt · Sat Sep 30 14:01:42 2023 +0200
  12. 2c2d1d8 Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Oct 16 09:09:54 2023 -0400
  13. 4ba3742 arm: mvebu: AC5/AC5X: Disable SMBIOS by Chris Packham · Fri Oct 13 16:00:11 2023 +1300
  14. 5092221 arm: mvebu: clearfog: support 512MB memory size from tlv eeprom by Josua Mayer · Sun Oct 08 16:58:04 2023 +0200
  15. e528366 arm: mvebu: clearfog: read number of ddr channels from tlv data by Josua Mayer · Sun Oct 08 16:58:03 2023 +0200
  16. d160484 arm: mvebu: Enable bootstd for Thecus N2350 board by Tony Dinh · Sat Oct 07 15:08:13 2023 -0700
  17. c66cee9 arm: mvebu: Enable bootstd for Synology DS116 board by Tony Dinh · Sat Oct 07 14:35:47 2023 -0700
  18. ee28af2 Revert "arm: mvebu: x240: Use i2c-gpio instead of built in controller" by Chris Packham · Tue Oct 03 16:57:39 2023 +1300
  19. 965c020 arm: mvebu: x240: Disable SMBIOS by Chris Packham · Tue Oct 03 16:57:38 2023 +1300
  20. a290091 arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev by Tony Dinh · Tue Sep 05 22:22:41 2023 -0700
  21. c0f94df arm: kirkwood: Add support for ZyXEL NSA325 board by Tony Dinh · Fri Aug 25 20:33:29 2023 -0700
  22. 2fbd5e0 ARM64: dts: marvell: cn9310-crb: Remove duplicate pinctrl by Chris Packham · Mon Aug 21 11:31:05 2023 +1200
  23. f2b0ecb ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins by Chris Packham · Mon Aug 21 11:31:04 2023 +1200
  24. 1b15888 kirkwood: dns325: Enable 2nd harddrive by Stefan Roese · Fri Aug 11 10:02:04 2023 +0200
  25. babf17e arch: meson: use secure monitor driver by Alexey Romanov · Thu Sep 21 11:13:41 2023 +0300
  26. df1a71c arch: meson: sm: set correct order of the includes by Alexey Romanov · Thu Sep 21 11:13:40 2023 +0300
  27. 0d15131 drivers: introduce Meson Secure Monitor driver by Alexey Romanov · Thu Sep 21 11:13:39 2023 +0300
  28. 349c16a sandbox: defconfig: enable CONFIG_SM option by Alexey Romanov · Thu Sep 21 11:13:38 2023 +0300
  29. f6c19e1 sandbox: add tests for UCLASS_SM by Alexey Romanov · Thu Sep 21 11:13:37 2023 +0300
  30. 9dc617d sandbox: dts: add meson secure monitor node by Alexey Romanov · Thu Sep 21 11:13:36 2023 +0300
  31. 237cfea sandbox: add sandbox sm uclass driver by Alexey Romanov · Thu Sep 21 11:13:35 2023 +0300
  32. 6ee101a drivers: introduce Secure Monitor uclass by Alexey Romanov · Thu Sep 21 11:13:34 2023 +0300
  33. b964b72 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sat Oct 14 10:50:20 2023 -0400
  34. da35b11 Merge branch '2023-10-13-firmware-scmi-updates' by Tom Rini · Sat Oct 14 10:47:52 2023 -0400
  35. d54ca4a firmware: scmi: Fix clearing variable by Francois Berder · Tue Oct 10 19:44:32 2023 +0200
  36. fa74400 firmware: scmi: add a check against availability of protocols by AKASHI Takahiro · Wed Oct 11 19:07:07 2023 +0900
  37. 49f366b test: dm: add SCMI base protocol test by AKASHI Takahiro · Wed Oct 11 19:07:06 2023 +0900
  38. 1183506 sandbox: remove SCMI base node definition from test.dts by AKASHI Takahiro · Wed Oct 11 19:07:05 2023 +0900
  39. 410be2c firmware: scmi: install base protocol to SCMI agent by AKASHI Takahiro · Wed Oct 11 19:07:04 2023 +0900
  40. dae0046 test: dm: simplify SCMI unit test on sandbox by AKASHI Takahiro · Wed Oct 11 19:07:03 2023 +0900
  41. 4b9839a firmware: scmi: fake base protocol commands on sandbox by AKASHI Takahiro · Wed Oct 11 19:07:02 2023 +0900
  42. 3413c31 firmware: scmi: add a version check against base protocol by AKASHI Takahiro · Wed Oct 11 19:07:01 2023 +0900
  43. d1ce56a firmware: scmi: implement SCMI base protocol by AKASHI Takahiro · Wed Oct 11 19:07:00 2023 +0900
  44. cc4ecda test: dm: add protocol-specific channel test by AKASHI Takahiro · Wed Oct 11 19:06:59 2023 +0900
  45. 6c90f82 firmware: scmi: framework for installing additional protocols by AKASHI Takahiro · Wed Oct 11 19:06:58 2023 +0900
  46. 6d37915 firmware: scmi: move scmi_bind_protocols() backward by AKASHI Takahiro · Wed Oct 11 19:06:57 2023 +0900
  47. 6221bf7 firmware: scmi: support dummy channels for sandbox agent by AKASHI Takahiro · Wed Oct 11 19:06:56 2023 +0900
  48. 589ec9a firmware: scmi: use a protocol's own channel if assigned by AKASHI Takahiro · Wed Oct 11 19:06:55 2023 +0900
  49. 7b3aa37 scmi: refactor the code to hide a channel from devices by AKASHI Takahiro · Wed Oct 11 19:06:54 2023 +0900
  50. 875162e Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Oct 13 16:14:34 2023 -0400
  51. 6b2d18a binman: capsule: Add support for generating EFI empty capsules by Sughosh Ganu · Tue Oct 10 14:40:59 2023 +0530
  52. f7970c2 btool: mkeficapsule: Add support for EFI empty capsule generation by Sughosh Ganu · Tue Oct 10 14:40:58 2023 +0530
  53. 5ffce2b binman: capsule: Use dumped capsule header contents for verification by Sughosh Ganu · Tue Oct 10 14:40:57 2023 +0530
  54. ff164fc binman: capsule: Remove superfluous [address, size]-cells properties by Sughosh Ganu · Tue Oct 10 14:40:56 2023 +0530
  55. ecebf28 doc: capsule: Add documentation for the capsule dump feature by Sughosh Ganu · Tue Oct 10 14:40:55 2023 +0530
  56. a7d1fdc tools: mkeficapsule: Add support to print capsule headers by Sughosh Ganu · Tue Oct 10 14:40:54 2023 +0530
  57. 4733193 treewide: use dev_read_addr_*_ptr() where appropriate by Matthias Schiffer · Wed Sep 27 15:33:34 2023 +0200
  58. bb970d5 pinctrl: single: fix compile warnings with PHYS_64BIT on 32bit by Matthias Schiffer · Wed Sep 27 15:33:33 2023 +0200
  59. 5e90d4e core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · Wed Sep 27 15:33:32 2023 +0200
  60. bc2b85d core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors by Matthias Schiffer · Wed Sep 27 15:33:31 2023 +0200
  61. 7c238d0 core: fix doc comments of dev_read_addr*() and related functions by Matthias Schiffer · Wed Sep 27 15:33:30 2023 +0200
  62. a0b3589 binman: bintool: Change make target arg type from string to list by Lukas Funke · Wed Oct 04 10:56:35 2023 +0200
  63. 0b465d6 sandbox: fix spl_board_init by Heinrich Schuchardt · Tue Oct 03 02:59:46 2023 +0200
  64. 60bcbf0 bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · Sat Sep 23 14:50:15 2023 -0600
  65. 214c539 Merge tag 'efi-2024-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Oct 13 11:08:10 2023 -0400
  66. 00135d8 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Oct 13 08:45:55 2023 -0400
  67. 8acf2a4 Merge tag 'u-boot-nand-20231013' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · Fri Oct 13 08:44:22 2023 -0400
  68. fbb5c15 usb: gadget: atmel: fix transfer of queued requests by Artur Rojek · Wed Sep 13 17:00:58 2023 +0200
  69. 8a2c35d drivers: rng: add support for Meson S4 by Alexey Romanov · Thu Oct 12 10:58:25 2023 +0300
  70. 4f99a20 dfu: mtd: mark bad the MTD block on erase error by Patrick Delaunay · Mon Jun 05 09:52:08 2023 +0200
  71. e20cb05 dfu: mtd: fix the trace when limit is reached by Patrick Delaunay · Mon Jun 05 09:52:07 2023 +0200
  72. 165b02dc mtd: spinand: winbond: add Winbond W25N02KV flash support by Mikhail Kshevetskiy · Tue Jan 10 12:58:42 2023 +0100
  73. 8f17a9a mtd: spinand: winbond: fix flash identification by Mikhail Kshevetskiy · Tue Jan 10 12:58:41 2023 +0100
  74. 2a1e78b mtd/spinand: sync supported devices with linux-5.15.43 by Mikhail Kshevetskiy · Tue Jan 10 12:58:40 2023 +0100
  75. 696ed73 mtd/spinand: sync core spinand code with linux-5.10.118 by Mikhail Kshevetskiy · Tue Jan 10 12:58:39 2023 +0100
  76. 7201031 mtd/spinand: rework detect procedure for different READ_ID operation by Mikhail Kshevetskiy · Tue Jan 10 12:58:38 2023 +0100
  77. 30878c4 Merge branch '2023-10-12-assorted-TI-platform-updates' by Tom Rini · Thu Oct 12 17:02:51 2023 -0400
  78. 6e95f87 arm: mach-k3: j721s2_init: Enable memory with CONFIG_K3_J721E_DDRSS by Dominik Haller · Fri Aug 11 12:04:44 2023 +0200
  79. 6ab505f board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File. by Manorit Chawdhry · Fri Oct 06 10:16:01 2023 +0530
  80. 670a22b docs: board: ti: Add j721s2_evm documentation by Manorit Chawdhry · Fri Oct 06 10:16:00 2023 +0530
  81. 1b1b93d arm: dts: k3-am68: Sync from Linux tag v6.6-rc1 by Manorit Chawdhry · Fri Oct 06 10:15:59 2023 +0530
  82. 377cc64 arm: dts: k3-j721s2: Sync from Linux tag v6.6-rc1 by Manorit Chawdhry · Fri Oct 06 10:15:58 2023 +0530
  83. e13abaf arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list by Manorit Chawdhry · Fri Oct 06 10:15:57 2023 +0530
  84. bee2a20 Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool" by Manorit Chawdhry · Fri Oct 06 10:15:56 2023 +0530
  85. 634f764 configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM by Udit Kumar · Fri Oct 06 10:15:55 2023 +0530
  86. 7a2826a arm: dts: j7200: dts sync with Linux 6.6-rc1 by Reid Tonking · Thu Oct 05 13:12:58 2023 -0500
  87. af56dbc arm: mach-k3: j7200: Add mcu_timer0 id to the dev list by Reid Tonking · Thu Oct 05 13:12:57 2023 -0500
  88. ed5fbaf board: ti: am64x: Switch to standard boot flow by Roger Quadros · Thu Oct 05 16:06:42 2023 +0300
  89. f099aa1 board: ti: am62x: am62x.env: Fix boot_targets by Roger Quadros · Thu Oct 05 16:06:41 2023 +0300
  90. c31616f clk: ti: clk-sci: Notify AVS driver based upon clock rate by Udit Kumar · Thu Sep 21 22:33:43 2023 +0530
  91. c648daa clk: ti: clk-k3: Notify AVS driver upon setting clock rate by Udit Kumar · Thu Sep 21 22:30:38 2023 +0530
  92. 33b1d13 Merge branch '2023-10-12-expo-add-support-for-edting-lines-of-text' by Tom Rini · Thu Oct 12 08:15:31 2023 -0400
  93. c6c4393 meson-a1: dts: add ao secure node by Alexey Romanov · Tue Oct 10 13:06:17 2023 +0300
  94. 0bb65b7 meson-a1: dts: add hw rng node by Alexey Romanov · Tue Oct 10 13:06:16 2023 +0300
  95. 49c5a63 ad401: enable USB stack by Alexey Romanov · Thu Oct 05 11:54:29 2023 +0300
  96. a9c58e4 dwc3: add support for Amlogic A1 family by Alexey Romanov · Thu Oct 05 11:54:28 2023 +0300
  97. 99c20ae7 a1: clk: Add missing USB_PHY_IN and USB_PHY gates by Igor Prusov · Thu Oct 05 11:54:27 2023 +0300
  98. b2340a4 phy: support Amlogic A1 family by Alexey Romanov · Thu Oct 05 11:54:26 2023 +0300
  99. b4f2593 phy: move clk enable/disable in init/exit by Alexey Romanov · Thu Oct 05 11:54:25 2023 +0300
  100. eefd28d phy: get rid of raw hex values by Alexey Romanov · Thu Oct 05 11:54:24 2023 +0300