1. acf1036 CI: Update to pylint 3.3.4 by Tom Rini · Thu Feb 20 15:22:39 2025 -0600
  2. d3d3a10 tools: Fix pylint 3.3.4 errors by Simon Glass · Wed Feb 19 08:11:16 2025 -0700
  3. 36d6d15 tools/patman: Don't call a non-existent suite by Tom Rini · Wed Feb 12 16:23:17 2025 -0600
  4. 168e32b tools: binman: ti_board_cfg: Fix pylint error over 'br' by Tom Rini · Wed Feb 12 16:23:33 2025 -0600
  5. 80d31bc binman: Switch to setuptools by Tom Rini · Wed Feb 12 16:23:39 2025 -0600
  6. e48320f dtoc: Switch to setuptools by Tom Rini · Wed Feb 12 16:23:46 2025 -0600
  7. 85fd496 test/py: Have test_usb.py raise an Exception with unsupported filesystems by Tom Rini · Wed Feb 12 16:23:54 2025 -0600
  8. 76b09e0 test/py: Rework how test_ums.py handles (not) having write enabled by Tom Rini · Wed Feb 12 16:24:00 2025 -0600
  9. 888a98f test/py: Rework test_spi.py to assert we found output by Tom Rini · Wed Feb 12 16:24:07 2025 -0600
  10. 4596b6b Merge patch series "FIT Image Boot Fixes for am57xx_hs_evm" by Tom Rini · Thu Feb 20 16:14:53 2025 -0600
  11. f8c370b include: configs: omap5: Add support for FDT overlay by Sinthu Raja · Tue Feb 11 15:19:31 2025 +0530
  12. e651a84 configs: omap5: Enable custom mmc boot to distroboot for AM57x by Sinthu Raja · Tue Feb 11 15:19:30 2025 +0530
  13. 00752a4 include: configs: Override get_fit_config to get FIT config for AM57x by Sinthu Raja · Tue Feb 11 15:19:29 2025 +0530
  14. 09f2963 Merge patch series "configs: phycore_am64x_a53_defconfig: Enable ENV_IS_IN_SPI_FLASH" by Tom Rini · Thu Feb 20 16:13:28 2025 -0600
  15. 38495cc board: Phytec: phycore_am62x: Increase size for Image in SPI by Daniel Schultz · Mon Feb 10 07:25:48 2025 -0800
  16. 820ecfa board: Phytec: phycore_am64x: Increase size for Image in SPI by Daniel Schultz · Mon Feb 10 07:25:47 2025 -0800
  17. b516dbf configs: phycore_am62x_a53_defconfig: Enable ENV_IS_IN_SPI_FLASH by Daniel Schultz · Mon Feb 10 07:25:46 2025 -0800
  18. ad31e06 configs: phycore_am64x_a53_defconfig: Enable ENV_IS_IN_SPI_FLASH by Daniel Schultz · Mon Feb 10 07:25:45 2025 -0800
  19. b590409 Merge patch series "AM62,AM62-LP,AM62A,AM62P,J722S: USB DFU and UMS" by Tom Rini · Thu Feb 20 16:08:19 2025 -0600
  20. 964e62c configs: am62x_a53_usbdfu: enable USB MASS Storage command by Siddharth Vadapalli · Mon Feb 10 16:52:30 2025 +0530
  21. 04be3eb configs: j722s_evm_a53_defconfig: enable USB DFU support by Siddharth Vadapalli · Mon Feb 10 16:52:29 2025 +0530
  22. ff813ca board: ti: j722s: env: include environment for DFU by Siddharth Vadapalli · Mon Feb 10 16:52:28 2025 +0530
  23. 04ebe1f configs: am62px_evm_a53_defconfig: enable USB DFU support by Siddharth Vadapalli · Mon Feb 10 16:52:27 2025 +0530
  24. 9d5e40d configs: am62x_r5_usbdfu: extend for AM62Px by Siddharth Vadapalli · Mon Feb 10 16:52:26 2025 +0530
  25. a016592 board: ti: am62px: env: include environment for DFU Boot by Siddharth Vadapalli · Mon Feb 10 16:52:25 2025 +0530
  26. 6e7653b configs: am62ax_evm_a53_defconfig: enable USB DFU support by Siddharth Vadapalli · Mon Feb 10 16:52:24 2025 +0530
  27. 99a6094 Merge patch series "bloblist: refactor xferlist and bloblist" by Tom Rini · Wed Feb 19 18:49:47 2025 -0600
  28. b9319e4 bloblist: kconfig for mandatory incoming standard passage by Raymond Mao · Wed Feb 19 16:02:20 2025 -0800
  29. ba72dd1 bloblist: refactor xferlist and bloblist by Raymond Mao · Wed Feb 19 16:02:19 2025 -0800
  30. 58c2fc9 gpio: pca953x: support pcal6408 and pcal6416 by Emanuele Ghidoli · Tue Feb 11 22:06:00 2025 +0100
  31. 0c05b90 net: designware: Add npcm8xx sgmii pcs support by Jim Liu · Tue Feb 11 10:02:01 2025 +0800
  32. be8de9f board: verdin-am62: add dram_init_banksize by Stefan Eichenberger · Mon Feb 10 08:27:47 2025 +0100
  33. e6039fc board: nuvoton: use an event to replace last_stage_init() by Michael Chang · Mon Feb 10 10:37:10 2025 +0800
  34. 0eda5a6 tools: Fix potential null-deref with result of strtok_r by Maks Mishin · Sun Feb 09 18:46:21 2025 +0300
  35. 6d05c93 u-boot-initial-env: Add missing dependencies by Tom Rini · Sun Feb 09 08:34:09 2025 -0600
  36. 39a9ecb Merge tag 'u-boot-at91-2025.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Tue Feb 18 07:59:59 2025 -0600
  37. ba1b3b9 u_boot_pylib: Move gitutil into the library by Simon Glass · Sun Feb 09 14:26:00 2025 -0700
  38. b8fe391 spi: soft_spi: Add support for SPI_3WIRE by Hironori KIKUCHI · Fri Jan 31 10:38:41 2025 +0900
  39. a7cf720 Merge patch series "Rework requirements.txt files" by Tom Rini · Fri Feb 14 17:11:37 2025 -0600
  40. 9a4b111 Dockerfile: Update for having more requirements.txt files by Tom Rini · Tue Feb 04 17:12:09 2025 -0600
  41. 6b203f3 python: Recreate test/py and tools/buildman requirements.txt files by Tom Rini · Tue Feb 04 17:12:08 2025 -0600
  42. 606d9f5 CI: Invoke pip once rather than multiple times by Tom Rini · Tue Feb 04 17:12:07 2025 -0600
  43. 920eeba CI: Consistently install our requirements.txt files by Tom Rini · Tue Feb 04 17:12:06 2025 -0600
  44. b94c824 CI: Be consistent in creating and starting our virtualenv by Tom Rini · Tue Feb 04 17:12:05 2025 -0600
  45. 8c12bcc python: Create requirements.txt files for each "project" by Tom Rini · Tue Feb 04 17:12:04 2025 -0600
  46. ca0d444 board: ti: am62px: tifs-rm-cfg/rm-cfg: Update DMA resource sharing for CPSW by Siddharth Vadapalli · Wed Feb 05 18:44:40 2025 +0530
  47. fea88cf Merge patch series "Introduce K3 remoteproc driver for M4 subsystem" by Tom Rini · Fri Feb 14 13:17:47 2025 -0600
  48. 3f2f958 configs: am6*/j7*: Remove remoteproc configs by Judith Mendez · Mon Feb 10 14:29:44 2025 -0600
  49. cd70fa4 arm: mach-k3: Enable remoteproc drivers by default for K3 ARCH by Judith Mendez · Mon Feb 10 14:29:43 2025 -0600
  50. 79e7799 cmd: Enable CMD remoteproc by default for K3 ARCH by Judith Mendez · Mon Feb 10 14:29:42 2025 -0600
  51. f2549cc spl: Enable SPL remoteproc by default for K3 ARCH by Judith Mendez · Mon Feb 10 14:29:41 2025 -0600
  52. 3b235ce remoteproc: Enable ARM64 remoteproc driver by default for K3 ARCH by Judith Mendez · Mon Feb 10 14:29:40 2025 -0600
  53. aa1189f board: ti: am62px: Add remoteproc specific env support by Hari Nagalla · Mon Feb 10 14:29:39 2025 -0600
  54. cfd4962 board: ti: am62x: Add remoteproc specific env support by Hari Nagalla · Mon Feb 10 14:29:38 2025 -0600
  55. 3f29f1e board: ti: am64x: Add remoteproc specific env support by Hari Nagalla · Mon Feb 10 14:29:37 2025 -0600
  56. dcc2e54 remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs by Hari Nagalla · Mon Feb 10 14:29:36 2025 -0600
  57. c30f17b remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem by Hari Nagalla · Mon Feb 10 14:29:35 2025 -0600
  58. 10b17e3 Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig by Tomas Peterka · Fri Jan 31 11:08:44 2025 +0100
  59. 98eceb0 Merge patch series "test: Complete the suite migration" by Tom Rini · Thu Feb 13 09:52:16 2025 -0600
  60. 6854d54 mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes by Alexander Dahl · Mon Apr 15 09:57:55 2024 +0200
  61. 7cff76b ARM: dts: at91: Align pinctrl node with Linux Devicetree by Manikandan Muralidharan · Mon Feb 10 12:21:43 2025 +0530
  62. f4c31af pinctrl: at91: Add support to align with Linux Devicetree by Manikandan Muralidharan · Mon Feb 10 12:21:42 2025 +0530
  63. 8f89f1b pinctrl: at91: Bind GPIO driver to the pinctrl DT node by Manikandan Muralidharan · Mon Feb 10 12:21:41 2025 +0530
  64. 4355157 ARM: dts: at91: sam9x60: Add missing pinctrl node properties by Manikandan Muralidharan · Mon Feb 10 12:21:40 2025 +0530
  65. bcfacd2 ARM: dts: at91: sam9x60: Move pinmux node to board DTS by Manikandan Muralidharan · Mon Feb 10 12:21:39 2025 +0530
  66. 5ad4206 ARM: dts: at91: sam9x60: Define pinctrl node with its label by Balamanikandan Gunasundar · Mon Feb 10 12:21:38 2025 +0530
  67. 442eb3c ARM: dts: at91: sam9x60: Add AIC node by Manikandan Muralidharan · Mon Feb 10 12:21:37 2025 +0530
  68. e6f6d16 spi: atmel-quadspi: Improve probe debugging by Alexander Dahl · Thu Jan 23 13:12:15 2025 +0100
  69. 26ca20a spi: atmel-quadspi: Add support for classic SPI mode by Alexander Dahl · Thu Jan 23 13:12:14 2025 +0100
  70. ffc7330 spi: atmel-quadspi: Allow setting SMM to classic SPI mode by Alexander Dahl · Thu Jan 23 13:12:13 2025 +0100
  71. 86136a5 spi: atmel-quadspi: Remove default mode setting at probe time by Alexander Dahl · Thu Jan 23 13:12:12 2025 +0100
  72. cced8e0 spi: atmel-quadspi: Avoid overwriting MR register settings by Alexander Dahl · Thu Jan 23 13:12:11 2025 +0100
  73. 82cca20 spi: atmel-quadspi: Port collected fixes from Linux v5.10 and v5.15 by Alexander Dahl · Thu Jan 23 13:12:10 2025 +0100
  74. 9f1fac2 spi: atmel-quadspi: Depend on SPI_MEM by Alexander Dahl · Thu Jan 23 08:37:13 2025 +0100
  75. 71743de spi: ca_sflash: Remove redundant dependency by Alexander Dahl · Thu Jan 23 08:37:12 2025 +0100
  76. c240264 test: Update documentation by Simon Glass · Fri Feb 07 11:31:00 2025 -0700
  77. da9925f test: Do flag-processing in the correct place by Simon Glass · Fri Feb 07 11:30:59 2025 -0700
  78. b6f2388 test: Move code out of cmd_ut_category() by Simon Glass · Fri Feb 07 11:30:58 2025 -0700
  79. 7073715 test: Allow running a selection of suites by Simon Glass · Fri Feb 07 11:30:57 2025 -0700
  80. d5005b3 test: Drop suites.h by Simon Glass · Fri Feb 07 11:30:56 2025 -0700
  81. 623e01c test: Make cmd_ut_category() static by Simon Glass · Fri Feb 07 11:30:55 2025 -0700
  82. 0a85dd0 test: Drop support for test commands by Simon Glass · Fri Feb 07 11:30:54 2025 -0700
  83. 1a2952b test: Rename optee test-file by Simon Glass · Fri Feb 07 11:30:53 2025 -0700
  84. 3947f79 test: Drop the function for running optee tests by Simon Glass · Fri Feb 07 11:30:52 2025 -0700
  85. e6ed3de test: Split optee tests into three functions by Simon Glass · Fri Feb 07 11:30:51 2025 -0700
  86. b0f3bbd test: Update optee to do init and uninit from tests by Simon Glass · Fri Feb 07 11:30:50 2025 -0700
  87. f8573fc test: Drop the function for running bootstd tests by Simon Glass · Fri Feb 07 11:30:49 2025 -0700
  88. 13b8f4f test: Update bootstd to do init from tests by Simon Glass · Fri Feb 07 11:30:48 2025 -0700
  89. 0f50f90 test: Drop the function for running fdt_overlay tests by Simon Glass · Fri Feb 07 11:30:47 2025 -0700
  90. 14a96a5 test: Update fdt_overlay to do init from tests by Simon Glass · Fri Feb 07 11:30:46 2025 -0700
  91. 2bac099 test: Update fdt_overlay test to use fdtdec functions by Simon Glass · Fri Feb 07 11:30:45 2025 -0700
  92. ffbfeac test: Move fdt_overlay init into a function by Simon Glass · Fri Feb 07 11:30:44 2025 -0700
  93. e36afcd test: Make all tests depend on UNIT_TEST by Simon Glass · Fri Feb 07 11:30:43 2025 -0700
  94. edf2dad test: Move fdt-overlay-test rule into test/ by Simon Glass · Fri Feb 07 11:30:42 2025 -0700
  95. 7d2cfae test: Move optee-test rule into test/ by Simon Glass · Fri Feb 07 11:30:41 2025 -0700
  96. 0d8bc70 test: Move env-test rule into test/ by Simon Glass · Fri Feb 07 11:30:40 2025 -0700
  97. 04e76d5 test: Tweak FDT-overlay tests by Simon Glass · Fri Feb 07 11:30:39 2025 -0700
  98. 5c9a124 test: Support an init/uninit functions for test suites by Simon Glass · Fri Feb 07 11:30:38 2025 -0700
  99. 598a1a5 test: Leave out the prefix when printing test names by Simon Glass · Fri Feb 07 11:30:37 2025 -0700
  100. bd9b151 test: Show the average time per test by Simon Glass · Fri Feb 07 11:30:36 2025 -0700