1. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  2. 570dc36 test: fs: Add test to detect fat type by Christian Taedcke · Wed Nov 15 13:44:24 2023 +0100
  3. d604880 test: Add size granularity parameter to mk_fs by Christian Taedcke · Wed Nov 15 13:44:23 2023 +0100
  4. a1fd735 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · Wed Nov 15 13:44:22 2023 +0100
  5. ff0ceca test: Add support to create a fat12 fs by Christian Taedcke · Wed Nov 15 13:44:21 2023 +0100
  6. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  7. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  8. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  9. c41708c test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · Wed Nov 15 13:44:17 2023 +0100
  10. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  11. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  12. 8e25bc0 musb-new: Remove implementation of io.h functions by Igor Prusov · Tue Nov 14 14:02:57 2023 +0300
  13. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  14. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  15. 4f68b77 asm-generic: Import functions from Linux by Igor Prusov · Tue Nov 14 14:02:54 2023 +0300
  16. 3433f53 xtensa: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:53 2023 +0300
  17. 3caad58 powerpc: io.h: Add defines for __raw_{read, write} functions by Igor Prusov · Tue Nov 14 14:02:52 2023 +0300
  18. 11606c0 nios2: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:51 2023 +0300
  19. 929c820 riscv: io.h: Fix signatures of reads/writes functions by Igor Prusov · Tue Nov 14 14:02:50 2023 +0300
  20. cde3882 riscv: io.h: Add defines for reads/writes functions by Igor Prusov · Tue Nov 14 14:02:49 2023 +0300
  21. b7f6844 mips: io.h: Add defines for read/write/in/out functions by Igor Prusov · Tue Nov 14 14:02:48 2023 +0300
  22. b6842aa mips: io.h: Add const to reads functions params by Igor Prusov · Tue Nov 14 14:02:47 2023 +0300
  23. a94fed4 x86: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:46 2023 +0300
  24. 91341f8 sandbox: move asm-generic include to the end of file by Igor Prusov · Tue Nov 14 14:02:45 2023 +0300
  25. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  26. e5d9ddc x86: coreboot: Add a sysinfo driver by Simon Glass · Sun Nov 12 19:58:29 2023 -0700
  27. c2e06e9 sysinfo: Allow displaying more info on startup by Simon Glass · Sun Nov 12 19:58:28 2023 -0700
  28. cda520e Revert "generic-board: make show_board_info a weak function" by Simon Glass · Sun Nov 12 19:58:27 2023 -0700
  29. 527f51f udoo: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:26 2023 -0700
  30. d44a110 toradex: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:25 2023 -0700
  31. 55c73c9 solidrun: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:24 2023 -0700
  32. 629d9b6 turris: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:23 2023 -0700
  33. d41f7aa meson: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:22 2023 -0700
  34. bbd9f35 board: Move show_board_info() comment to header file by Simon Glass · Sun Nov 12 19:58:21 2023 -0700
  35. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  36. 93031d8 qemu: riscv: Enable UFS support by Bin Meng · Wed Oct 11 21:15:52 2023 +0800
  37. 3a478f9 ufs: Handle UFS 3.1 controllers by Bin Meng · Wed Oct 11 21:15:51 2023 +0800
  38. cc5801d ufs: Add a PCI based UFS controller driver by Bin Meng · Wed Oct 11 21:15:50 2023 +0800
  39. 1ac020d ufs: Allow mmio registers on the PCI bus by Bin Meng · Wed Oct 11 21:15:49 2023 +0800
  40. f508a77 pci_ids: Add Red Hat vendor and device IDs by Bin Meng · Wed Oct 11 21:15:48 2023 +0800
  41. 5b96203 cmd: ufs: Correct the help text by Bin Meng · Wed Oct 11 21:15:47 2023 +0800
  42. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  43. 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
  44. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  45. 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
  46. 8549d17 Merge branch '2023-11-25-assorted-platform-updates' into next by Tom Rini · Sat Nov 25 12:32:48 2023 -0500
  47. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  48. d432345 boards: Disable NET on platforms without NETDEVICES by Tom Rini · Fri Nov 17 10:47:57 2023 -0500
  49. c32c95c board: nuvoton: update console environment variable by Jim Liu · Tue Nov 14 16:51:59 2023 +0800
  50. 4821e86 serial: npcm: support skip uart clock setting by Jim Liu · Tue Nov 14 16:51:58 2023 +0800
  51. e18ef7b configs: arbel: Enable full functions by Jim Liu · Tue Nov 14 16:51:57 2023 +0800
  52. 4ddc8d4 arm: dts: npcm845-evb: fix/add node and aliases by Jim Liu · Tue Nov 14 16:51:56 2023 +0800
  53. 031afd9 configs: draco: restore clock driver by Enrico Leto · Wed Nov 08 15:53:22 2023 +0100
  54. 957655a configs: draco: disable misc init by Enrico Leto · Wed Nov 08 15:53:21 2023 +0100
  55. b993e33 configs: draco: remove unused resources from spl by Enrico Leto · Wed Nov 08 15:53:20 2023 +0100
  56. 11abf00 configs: thuban, rastaban: remove emmc by Enrico Leto · Wed Nov 08 15:53:19 2023 +0100
  57. 6738c16 configs: draco: remove spi flash support by Enrico Leto · Wed Nov 08 15:53:18 2023 +0100
  58. e3a4bba siemens,am335x: clean-up draco targets by Enrico Leto · Wed Nov 08 15:53:17 2023 +0100
  59. 79fc64d Merge branch '2023-11-22-TI-K3-cleanups' into next by Tom Rini · Wed Nov 22 14:05:53 2023 -0500
  60. 83c9c23 arm: dts: k3-am68*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:57 2023 +0530
  61. b9b4083 arm: dts: k3-j721s2*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:56 2023 +0530
  62. 806b6f8 arm: dts: k3-*-binman: Move to using templated FITs by Neha Malcom Francis · Wed Nov 15 15:40:24 2023 +0530
  63. 86b363d arm: dts: k3-binman: Add support for FIT templates by Neha Malcom Francis · Wed Nov 15 15:40:23 2023 +0530
  64. b26b8cf arm: dts: k3-am625-sk-r5/u-boot: Drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:57 2023 -0600
  65. a187bcb arm: dts: k3-am625-beagleplay-u-boot: drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:56 2023 -0600
  66. 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
  67. c72e8e7 arm: dts: k3-am625*: Sync with kernel v6.7-rc1 by Nishanth Menon · Tue Nov 14 21:28:54 2023 -0600
  68. 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
  69. 19c6f4e arm: dts: k3-j7200: Sync with Linux 6.7-rc1 by Reid Tonking · Mon Nov 13 14:43:09 2023 -0600
  70. fc3557f arm: k3: Enable instruction cache for main domain SPL by Joao Paulo Goncalves · Mon Nov 13 16:07:21 2023 -0300
  71. e526653e doc: board: ti: Add AM62A documentation by Jai Luthra · Mon Nov 13 08:51:49 2023 -0600
  72. 3ccf2e4 configs: am62ax_evm_a53_defconfig: switch to stdboot by Nishanth Menon · Mon Nov 13 08:51:48 2023 -0600
  73. da3e3c8 board: ti: am62ax: env: Set the boot_targets by Nishanth Menon · Mon Nov 13 08:51:47 2023 -0600
  74. aeb1f09 board: ti: am62ax: env: Use default findfdt by Nishanth Menon · Mon Nov 13 08:51:46 2023 -0600
  75. 5d8a84d configs: am62ax_evm_a53_defconfig: Enable networking by Nishanth Menon · Mon Nov 13 08:51:45 2023 -0600
  76. 49f5594 dma: ti: k3-udma: Introduce DMA support for the am62ax by Vignesh Raghavendra · Mon Nov 13 08:51:44 2023 -0600
  77. ac73f47 arm: dts: k3-am62a*: Sync with kernel v6.7-rc1 by Nishanth Menon · Mon Nov 13 08:51:43 2023 -0600
  78. be7ce26 arm: mach-k3: am62a: Add main_timer0 id to the dev list by Nishanth Menon · Mon Nov 13 08:51:42 2023 -0600
  79. 1e33a18 arm: dts: k3-j721e-*: Sync with kernel v6.7-rc1 by Neha Malcom Francis · Mon Nov 13 10:00:23 2023 +0530
  80. 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
  81. 756b878 doc: board: beagle: Add BeagleBone AI-64 documentation by Nishanth Menon · Sat Nov 04 03:11:03 2023 -0500
  82. 5775e85 configs: Add j721e_beagleboneai64_* configs by Nishanth Menon · Sat Nov 04 03:11:02 2023 -0500
  83. ac205d8 board: beagle: Add BeagleBone AI-64 support by Nishanth Menon · Sat Nov 04 03:11:01 2023 -0500
  84. 3945228 arm: dts: Add k3-j721e-beagleboneai64 by Robert Nelson · Sat Nov 04 03:11:00 2023 -0500
  85. afd88f4 board: Move omap3 beagle under beagle vendor folder by Nishanth Menon · Sat Nov 04 03:01:37 2023 -0500
  86. 1f2b6f9 doc: board: Move am62x_beagleplay to it's own vendor by Nishanth Menon · Sat Nov 04 03:01:36 2023 -0500
  87. 9dd6bdc board: Move beagleplay under beagle vendor folder by Nishanth Menon · Sat Nov 04 03:01:35 2023 -0500
  88. 3a64e93 configs: Add am62x_beagleplay_*_defconfig by Nishanth Menon · Sat Nov 04 03:01:34 2023 -0500
  89. a23cc14 arm: dts: k3-am625-beagleplay-u-boot/r5: Just depend on k3-binman.dtsi by Nishanth Menon · Sat Nov 04 03:01:33 2023 -0500
  90. 42e8a10 doc: board: ti: j721e_evm: Use board relative path for include directives by Nishanth Menon · Sat Nov 04 02:21:50 2023 -0500
  91. bfd4034 configs: j7200_evm_a72_defconfig: Switch to bootstd by Nishanth Menon · Sat Nov 04 02:21:49 2023 -0500
  92. c9192a9 configs: j7200: Remove HBMC_AM654 config by Nishanth Menon · Sat Nov 04 02:21:48 2023 -0500
  93. 0f36a4a arm: mach-k3: j721e: Improve support for UDA FS by Nishanth Menon · Sat Nov 04 02:21:47 2023 -0500
  94. 7fb31d3 arm: mach-k3: arm64-mmu: Refactor to be independent of board by Nishanth Menon · Sat Nov 04 02:21:46 2023 -0500
  95. 03b0848 board: ti: j721e: Select SOC_K3_J721E_J7200 for J7200evm by Nishanth Menon · Sat Nov 04 02:21:45 2023 -0500
  96. 27ee03c arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200 by Nishanth Menon · Sat Nov 04 02:21:44 2023 -0500
  97. 41f4f4a configs: j721e_evm_a72_defconfig: Switch to bootstd by Nishanth Menon · Sat Nov 04 02:21:43 2023 -0500
  98. 5b3238c board: ti: j721e: j721e.env: Add explicit boot_targets by Nishanth Menon · Sat Nov 04 02:21:42 2023 -0500
  99. 4f4c9d8 board: ti: j721e: evm: Switch to using IS_ENABLED by Nishanth Menon · Sat Nov 04 02:21:41 2023 -0500
  100. 591443e board: ti: j721e: evm: Drop board check for ESM by Nishanth Menon · Sat Nov 04 02:21:40 2023 -0500