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