1. e30db19 ARM: keystone2: Remove unneeded inclusions of common.h by Andrew Davis · Fri Nov 17 16:38:29 2023 -0600
  2. ab82af6 configs: keystone2: Do not include hardware.h by Andrew Davis · Fri Nov 17 16:38:28 2023 -0600
  3. 79ff96d configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZE by Andrew Davis · Fri Nov 17 16:38:27 2023 -0600
  4. 9d0be73 Fix stack-protector for powerpc by Christophe Leroy · Wed Nov 15 19:36:36 2023 +0100
  5. 782ad64 xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · Wed Nov 15 10:53:45 2023 +0900
  6. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  7. a341321 lib/slre: Fix memory leak if regex compilation fails by Francois Berder · Sun Nov 12 20:16:50 2023 +0100
  8. 49f8749 test/py: net: Add a TFTP put test by Love Kumar · Wed Nov 08 12:40:31 2023 +0530
  9. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  10. d40686d test: dm: add scmi command test by AKASHI Takahiro · Tue Nov 14 11:14:28 2023 +0900
  11. 83f23f2 doc: cmd: add documentation for scmi by AKASHI Takahiro · Tue Nov 14 11:14:27 2023 +0900
  12. 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · Tue Nov 14 11:14:26 2023 +0900
  13. 59171ff firmware: scmi: support protocols on sandbox only if enabled by AKASHI Takahiro · Tue Nov 14 11:14:25 2023 +0900
  14. 08372eb test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · Tue Nov 14 11:14:24 2023 +0900
  15. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  16. 570dc36 test: fs: Add test to detect fat type by Christian Taedcke · Wed Nov 15 13:44:24 2023 +0100
  17. d604880 test: Add size granularity parameter to mk_fs by Christian Taedcke · Wed Nov 15 13:44:23 2023 +0100
  18. a1fd735 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · Wed Nov 15 13:44:22 2023 +0100
  19. ff0ceca test: Add support to create a fat12 fs by Christian Taedcke · Wed Nov 15 13:44:21 2023 +0100
  20. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  21. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  22. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  23. c41708c test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · Wed Nov 15 13:44:17 2023 +0100
  24. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  25. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  26. 8e25bc0 musb-new: Remove implementation of io.h functions by Igor Prusov · Tue Nov 14 14:02:57 2023 +0300
  27. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  28. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  29. 4f68b77 asm-generic: Import functions from Linux by Igor Prusov · Tue Nov 14 14:02:54 2023 +0300
  30. 3433f53 xtensa: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:53 2023 +0300
  31. 3caad58 powerpc: io.h: Add defines for __raw_{read, write} functions by Igor Prusov · Tue Nov 14 14:02:52 2023 +0300
  32. 11606c0 nios2: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:51 2023 +0300
  33. 929c820 riscv: io.h: Fix signatures of reads/writes functions by Igor Prusov · Tue Nov 14 14:02:50 2023 +0300
  34. cde3882 riscv: io.h: Add defines for reads/writes functions by Igor Prusov · Tue Nov 14 14:02:49 2023 +0300
  35. b7f6844 mips: io.h: Add defines for read/write/in/out functions by Igor Prusov · Tue Nov 14 14:02:48 2023 +0300
  36. b6842aa mips: io.h: Add const to reads functions params by Igor Prusov · Tue Nov 14 14:02:47 2023 +0300
  37. a94fed4 x86: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:46 2023 +0300
  38. 91341f8 sandbox: move asm-generic include to the end of file by Igor Prusov · Tue Nov 14 14:02:45 2023 +0300
  39. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  40. e5d9ddc x86: coreboot: Add a sysinfo driver by Simon Glass · Sun Nov 12 19:58:29 2023 -0700
  41. c2e06e9 sysinfo: Allow displaying more info on startup by Simon Glass · Sun Nov 12 19:58:28 2023 -0700
  42. cda520e Revert "generic-board: make show_board_info a weak function" by Simon Glass · Sun Nov 12 19:58:27 2023 -0700
  43. 527f51f udoo: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:26 2023 -0700
  44. d44a110 toradex: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:25 2023 -0700
  45. 55c73c9 solidrun: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:24 2023 -0700
  46. 629d9b6 turris: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:23 2023 -0700
  47. d41f7aa meson: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:22 2023 -0700
  48. bbd9f35 board: Move show_board_info() comment to header file by Simon Glass · Sun Nov 12 19:58:21 2023 -0700
  49. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  50. 93031d8 qemu: riscv: Enable UFS support by Bin Meng · Wed Oct 11 21:15:52 2023 +0800
  51. 3a478f9 ufs: Handle UFS 3.1 controllers by Bin Meng · Wed Oct 11 21:15:51 2023 +0800
  52. cc5801d ufs: Add a PCI based UFS controller driver by Bin Meng · Wed Oct 11 21:15:50 2023 +0800
  53. 1ac020d ufs: Allow mmio registers on the PCI bus by Bin Meng · Wed Oct 11 21:15:49 2023 +0800
  54. f508a77 pci_ids: Add Red Hat vendor and device IDs by Bin Meng · Wed Oct 11 21:15:48 2023 +0800
  55. 5b96203 cmd: ufs: Correct the help text by Bin Meng · Wed Oct 11 21:15:47 2023 +0800
  56. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  57. 618eb6a ufs: Add a line feed to the end of some dev_xxx() messages by Bin Meng · Wed Oct 11 21:15:45 2023 +0800
  58. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  59. 9ae42ce Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Sat Nov 25 12:34:23 2023 -0500
  60. 8549d17 Merge branch '2023-11-25-assorted-platform-updates' into next by Tom Rini · Sat Nov 25 12:32:48 2023 -0500
  61. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  62. d432345 boards: Disable NET on platforms without NETDEVICES by Tom Rini · Fri Nov 17 10:47:57 2023 -0500
  63. c32c95c board: nuvoton: update console environment variable by Jim Liu · Tue Nov 14 16:51:59 2023 +0800
  64. 4821e86 serial: npcm: support skip uart clock setting by Jim Liu · Tue Nov 14 16:51:58 2023 +0800
  65. e18ef7b configs: arbel: Enable full functions by Jim Liu · Tue Nov 14 16:51:57 2023 +0800
  66. 4ddc8d4 arm: dts: npcm845-evb: fix/add node and aliases by Jim Liu · Tue Nov 14 16:51:56 2023 +0800
  67. 031afd9 configs: draco: restore clock driver by Enrico Leto · Wed Nov 08 15:53:22 2023 +0100
  68. 957655a configs: draco: disable misc init by Enrico Leto · Wed Nov 08 15:53:21 2023 +0100
  69. b993e33 configs: draco: remove unused resources from spl by Enrico Leto · Wed Nov 08 15:53:20 2023 +0100
  70. 11abf00 configs: thuban, rastaban: remove emmc by Enrico Leto · Wed Nov 08 15:53:19 2023 +0100
  71. 6738c16 configs: draco: remove spi flash support by Enrico Leto · Wed Nov 08 15:53:18 2023 +0100
  72. e3a4bba siemens,am335x: clean-up draco targets by Enrico Leto · Wed Nov 08 15:53:17 2023 +0100
  73. 79fc64d Merge branch '2023-11-22-TI-K3-cleanups' into next by Tom Rini · Wed Nov 22 14:05:53 2023 -0500
  74. 83c9c23 arm: dts: k3-am68*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:57 2023 +0530
  75. b9b4083 arm: dts: k3-j721s2*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:56 2023 +0530
  76. 806b6f8 arm: dts: k3-*-binman: Move to using templated FITs by Neha Malcom Francis · Wed Nov 15 15:40:24 2023 +0530
  77. 86b363d arm: dts: k3-binman: Add support for FIT templates by Neha Malcom Francis · Wed Nov 15 15:40:23 2023 +0530
  78. b26b8cf arm: dts: k3-am625-sk-r5/u-boot: Drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:57 2023 -0600
  79. a187bcb arm: dts: k3-am625-beagleplay-u-boot: drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:56 2023 -0600
  80. 947dc7d arm: dts: k3-am625: Drop SoC provided bootph params from board u-boot/r5 dtsi by Nishanth Menon · Tue Nov 14 21:28:55 2023 -0600
  81. c72e8e7 arm: dts: k3-am625*: Sync with kernel v6.7-rc1 by Nishanth Menon · Tue Nov 14 21:28:54 2023 -0600
  82. 88a6b0a arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA with BCDMA by Roger Quadros · Tue Nov 14 22:28:56 2023 +0200
  83. 19c6f4e arm: dts: k3-j7200: Sync with Linux 6.7-rc1 by Reid Tonking · Mon Nov 13 14:43:09 2023 -0600
  84. fc3557f arm: k3: Enable instruction cache for main domain SPL by Joao Paulo Goncalves · Mon Nov 13 16:07:21 2023 -0300
  85. e526653e doc: board: ti: Add AM62A documentation by Jai Luthra · Mon Nov 13 08:51:49 2023 -0600
  86. 3ccf2e4 configs: am62ax_evm_a53_defconfig: switch to stdboot by Nishanth Menon · Mon Nov 13 08:51:48 2023 -0600
  87. da3e3c8 board: ti: am62ax: env: Set the boot_targets by Nishanth Menon · Mon Nov 13 08:51:47 2023 -0600
  88. aeb1f09 board: ti: am62ax: env: Use default findfdt by Nishanth Menon · Mon Nov 13 08:51:46 2023 -0600
  89. 5d8a84d configs: am62ax_evm_a53_defconfig: Enable networking by Nishanth Menon · Mon Nov 13 08:51:45 2023 -0600
  90. 49f5594 dma: ti: k3-udma: Introduce DMA support for the am62ax by Vignesh Raghavendra · Mon Nov 13 08:51:44 2023 -0600
  91. ac73f47 arm: dts: k3-am62a*: Sync with kernel v6.7-rc1 by Nishanth Menon · Mon Nov 13 08:51:43 2023 -0600
  92. be7ce26 arm: mach-k3: am62a: Add main_timer0 id to the dev list by Nishanth Menon · Mon Nov 13 08:51:42 2023 -0600
  93. 1e33a18 arm: dts: k3-j721e-*: Sync with kernel v6.7-rc1 by Neha Malcom Francis · Mon Nov 13 10:00:23 2023 +0530
  94. 612f299 dt-bindings: misc: Move esm-k3.txt to ti,j721e-esm.yaml by Neha Malcom Francis · Mon Nov 13 10:00:22 2023 +0530
  95. 756b878 doc: board: beagle: Add BeagleBone AI-64 documentation by Nishanth Menon · Sat Nov 04 03:11:03 2023 -0500
  96. 5775e85 configs: Add j721e_beagleboneai64_* configs by Nishanth Menon · Sat Nov 04 03:11:02 2023 -0500
  97. ac205d8 board: beagle: Add BeagleBone AI-64 support by Nishanth Menon · Sat Nov 04 03:11:01 2023 -0500
  98. 3945228 arm: dts: Add k3-j721e-beagleboneai64 by Robert Nelson · Sat Nov 04 03:11:00 2023 -0500
  99. afd88f4 board: Move omap3 beagle under beagle vendor folder by Nishanth Menon · Sat Nov 04 03:01:37 2023 -0500
  100. 1f2b6f9 doc: board: Move am62x_beagleplay to it's own vendor by Nishanth Menon · Sat Nov 04 03:01:36 2023 -0500