1. dc31184 buildman: Record an error if a toolchain is missing by Simon Glass · Sat Dec 14 11:20:23 2024 -0700
  2. e6f210b buildman: Drop unused OUTPUT_FILE constant by Simon Glass · Sat Dec 14 11:20:22 2024 -0700
  3. 2873ca25 test/py: Handle u-boot-test-getrole failure by Simon Glass · Sat Dec 14 11:20:21 2024 -0700
  4. 97fb345 test/py: Provide the correct U_BOOT_SOURCE_DIR to getrole by Simon Glass · Sat Dec 14 11:20:20 2024 -0700
  5. 87d6b9b configs: Resync with savedefconfig by Tom Rini · Fri Jan 24 16:35:58 2025 -0600
  6. 5a7011c Merge patch series "test: Improvements to ut command and test-suite running" by Tom Rini · Fri Jan 24 14:35:37 2025 -0600
  7. e411746 doc: Update ut documentation by Simon Glass · Mon Jan 20 14:26:06 2025 -0700
  8. 46093b3 test: Move help into the suite declaration by Simon Glass · Mon Jan 20 14:26:05 2025 -0700
  9. 9dc6e29 test: Disable test_suite by Simon Glass · Mon Jan 20 14:26:04 2025 -0700
  10. 4c99070 test: Sort the test suites by Simon Glass · Mon Jan 20 14:26:03 2025 -0700
  11. fb82a04 test: Record and show the totals for all test runs by Simon Glass · Mon Jan 20 14:26:02 2025 -0700
  12. 1f271dc test: Move stat-printing into its own function by Simon Glass · Mon Jan 20 14:26:01 2025 -0700
  13. 4f621e5 test: Keep a track of the numbers of tests run by Simon Glass · Mon Jan 20 14:26:00 2025 -0700
  14. ef69dbe test: Move stats into a struct by Simon Glass · Mon Jan 20 14:25:59 2025 -0700
  15. 6685ece test: Pass the test state to cmd_ut_category() by Simon Glass · Mon Jan 20 14:25:58 2025 -0700
  16. a3ce129 test: Drop conditional compilation for suites by Simon Glass · Mon Jan 20 14:25:57 2025 -0700
  17. 7d4ae01 test: Drop the info test from the list by Simon Glass · Mon Jan 20 14:25:56 2025 -0700
  18. 0cf497c test: Drop the function for running upl tests by Simon Glass · Mon Jan 20 14:25:55 2025 -0700
  19. f0764dd test: Drop the function for running seama tests by Simon Glass · Mon Jan 20 14:25:54 2025 -0700
  20. c6cede3 test: Drop the function for running pci_mps tests by Simon Glass · Mon Jan 20 14:25:53 2025 -0700
  21. 401c2cf test: Drop the function for running loadm tests by Simon Glass · Mon Jan 20 14:25:52 2025 -0700
  22. b5f9274 test: Drop the function for running hush tests by Simon Glass · Mon Jan 20 14:25:51 2025 -0700
  23. 03bf004 test: Drop the function for running addrmap tests by Simon Glass · Mon Jan 20 14:25:50 2025 -0700
  24. 4060c36 test: Drop the function for running bootm tests by Simon Glass · Mon Jan 20 14:25:49 2025 -0700
  25. acec4be test: Drop the function for running bloblist tests by Simon Glass · Mon Jan 20 14:25:48 2025 -0700
  26. cc9d1de test: Drop the function for running measurement tests by Simon Glass · Mon Jan 20 14:25:47 2025 -0700
  27. 8feb5ee test: Drop the function for running setexpr tests by Simon Glass · Mon Jan 20 14:25:46 2025 -0700
  28. 05512d6 test: Drop the function for running mem tests by Simon Glass · Mon Jan 20 14:25:45 2025 -0700
  29. c16ffb2 test: Drop the function for running mbr tests by Simon Glass · Mon Jan 20 14:25:44 2025 -0700
  30. f7ad509 test: Drop the function for running log tests by Simon Glass · Mon Jan 20 14:25:43 2025 -0700
  31. b315ffb test: Drop the function for running lib tests by Simon Glass · Mon Jan 20 14:25:42 2025 -0700
  32. 1b0b3f5 test: Drop the function for running font tests by Simon Glass · Mon Jan 20 14:25:41 2025 -0700
  33. 936b69e test: Drop the function for running fdt tests by Simon Glass · Mon Jan 20 14:25:40 2025 -0700
  34. 3e5f32d test: Drop the function for running exit tests by Simon Glass · Mon Jan 20 14:25:39 2025 -0700
  35. 2ff779d test: Drop the function for running env tests by Simon Glass · Mon Jan 20 14:25:38 2025 -0700
  36. 82f00f2 test: Drop the function for running dm tests by Simon Glass · Mon Jan 20 14:25:37 2025 -0700
  37. bc39468a test: Drop the function for running common tests by Simon Glass · Mon Jan 20 14:25:36 2025 -0700
  38. c235657 test: Drop the function for running cmd tests by Simon Glass · Mon Jan 20 14:25:35 2025 -0700
  39. e1dc050 test: Drop the function for running bdinfo tests by Simon Glass · Mon Jan 20 14:25:34 2025 -0700
  40. 78fd76b test: Introduce a better array of test suites by Simon Glass · Mon Jan 20 14:25:33 2025 -0700
  41. b15512c test: Drop the _test suffix on linker lists by Simon Glass · Mon Jan 20 14:25:32 2025 -0700
  42. 2939e89 test/py: Add a test which runs all unit tests by Simon Glass · Mon Jan 20 14:25:31 2025 -0700
  43. cfb38f8 test: Update ut info to show suites by Simon Glass · Mon Jan 20 14:25:30 2025 -0700
  44. b08439d test: Rename test suites to match their linker-list name by Simon Glass · Mon Jan 20 14:25:29 2025 -0700
  45. 53d5d8a test: Add newlines to hush-test messages by Simon Glass · Mon Jan 20 14:25:28 2025 -0700
  46. c2e8b2e Improve support for linker lists in data structures by Simon Glass · Mon Jan 20 14:25:27 2025 -0700
  47. 3869eb5 test: Pass the test-state into ut_run_list() by Simon Glass · Mon Jan 20 14:25:26 2025 -0700
  48. 2d989e8 test: Add functions to init and uninit the test state by Simon Glass · Mon Jan 20 14:25:25 2025 -0700
  49. e641137 test: Rename test_get_state() to ut_get_state() by Simon Glass · Mon Jan 20 14:25:24 2025 -0700
  50. 52a66b4 test: Drop unused suite prototypes by Simon Glass · Mon Jan 20 14:25:23 2025 -0700
  51. 2850de3 test: str_ut.c depends on CONFIG_STRTO by Heinrich Schuchardt · Mon Jan 20 09:29:32 2025 +0100
  52. 73e4cbe arm64: configs: Remove obsolete TI config by Aashvij Shenai · Mon Jan 20 14:20:42 2025 +0530
  53. a1452a7 treewide: Replace Maximumm with Maximum in Kconfig symbol description by Marek Vasut · Tue Jan 21 16:36:11 2025 +0100
  54. 4a63527 Merge tag 'u-boot-dfu-20250124' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Fri Jan 24 08:48:48 2025 -0600
  55. 4a6e87f Merge tag 'u-boot-socfpga-next-20250124' of https://source.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · Thu Jan 23 22:40:25 2025 -0600
  56. 483a1bb fpga: intel_sdm_mb: add support for query SDM config error and status by Boon Khai Ng · Fri Jan 17 14:33:31 2025 +0800
  57. 946bc62 net: dwc_eth_xgmac_socfpga: Add support for distinct mac-mode and phy mode. by Boon Khai Ng · Fri Jan 17 14:14:02 2025 +0800
  58. 21204d1 net: dwc_eth_xgmac: Add device name for the error message. by Boon Khai Ng · Fri Jan 17 14:48:23 2025 +0800
  59. e75669d net: dwc_eth_xgmac_socfpga: Add support for rgmii-id mode. by Boon Khai Ng · Fri Jan 17 14:56:25 2025 +0800
  60. 7c789ef net: designware: socfpga: Add RGMII-ID support by Rufus Segar · Wed Dec 04 11:21:27 2024 +0000
  61. 39c68c5 arch: arm: mach-socfpga: Mailbox buffer and SDM doorbell improvement by Alif Zakuan Yuslaimi · Wed Jan 22 10:21:02 2025 +0800
  62. 6275835 arm: socfpga:agilex5: Fix system manager watchdog mode setting by Muhammad Hazim Izzat Zamri · Mon Jan 13 10:08:07 2025 +0800
  63. 7df14b4 Merge patch series "MediaTek ethernet driver refactor and updates" by Tom Rini · Thu Jan 23 18:50:23 2025 -0600
  64. 9d6be17 Merge patch series "Add bitbang feature for npcm8xx and driver" by Tom Rini · Thu Jan 23 18:45:56 2025 -0600
  65. 7af30d6 net: designware: Add bitbang feature for designware driver. by Michael Chang · Fri Jan 17 18:45:40 2025 +0800
  66. 11e8d81 ARM: configs: nuvoton: add bitbang feature for npcm8xx. by Michael Chang · Fri Jan 17 18:45:39 2025 +0800
  67. bf6c099 ARM: dts: nuvoton: Add bitbang delay through dts properties. by Michael Chang · Fri Jan 17 18:45:38 2025 +0800
  68. 7efa638 net: mediatek: add support for Airoha AN8855 ethernet switch by developer · Fri Jan 10 16:41:24 2025 +0800
  69. d0047a0 net: mediatek: add support for MediaTek MT7987 SoC by developer · Fri Jan 10 16:41:20 2025 +0800
  70. 29d9d9f net: mediatek: split ethernet switch code from mtk_eth.c by developer · Fri Jan 10 16:41:13 2025 +0800
  71. ea2a6c4 configs: phycore_am64x_a53_defconfig: Fix environment by Daniel Schultz · Thu Jan 16 03:29:32 2025 -0800
  72. 13c710f configs: phycore_am64x_a53_defconfig: Enable GPIO command by Daniel Schultz · Thu Jan 16 03:29:31 2025 -0800
  73. 605ffff configs: phycore_am64x_a53_defconfig: Fix GPIO controllers by Daniel Schultz · Thu Jan 16 03:29:30 2025 -0800
  74. 8592bbb board: phytec: common: k3: Add missing boot source to env by Daniel Schultz · Thu Jan 16 03:29:29 2025 -0800
  75. 5f421d7 configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool by Daniel Schultz · Wed Jan 15 02:38:13 2025 -0800
  76. d2ed7cb board: phytec: phycore-am62x: Add DDR size fixups if ECC is enabled by Wadim Egorov · Wed Jan 15 10:41:29 2025 +0100
  77. c0023bd Merge patch series "Cumulative fixes and updates for MediaTek platform" by Tom Rini · Thu Jan 23 08:20:42 2025 -0600
  78. 6025ff5 MAINTAINERS: update file list for MediaTek ARM platform by developer · Fri Jan 17 17:18:59 2025 +0800
  79. a6f4936 arm: dts: mediatek: update mt7981 mmc node by developer · Fri Jan 17 17:18:55 2025 +0800
  80. 2602d53 arm: dts: medaitek: add flash interface driving settings for mt7988 by developer · Fri Jan 17 17:18:41 2025 +0800
  81. 3831fef arm: dts: mediatek: add support for all three GMACs for mt7988 by developer · Fri Jan 17 17:18:27 2025 +0800
  82. 540a4da arm: dts: medaitek: fix internal switch link speed of mt7988 by developer · Fri Jan 17 17:18:22 2025 +0800
  83. 8e4a8ca arm: dts: mediatek: add pcie support for mt7988 by developer · Fri Jan 17 17:18:17 2025 +0800
  84. 9b5c0f9 pci: mediatek: add support for multiple ports in mediatek pcie gen3 driver by developer · Fri Jan 17 17:18:11 2025 +0800
  85. d24fd7e pwm: mediatek: add pwm3 support for mt7981 by developer · Fri Jan 17 17:18:06 2025 +0800
  86. 2c98ba8 arm: dts: mediatek: add quad mode capabilities for SPI flashes by developer · Fri Jan 17 17:18:01 2025 +0800
  87. 088a5f9 spi: mtk_spim: check slave device mode in spi-mem's supports_op by developer · Fri Jan 17 17:17:55 2025 +0800
  88. 1af6222 spi: mtk_spim: add support to use DT live tree by developer · Fri Jan 17 17:17:51 2025 +0800
  89. 22f2367 configs: mt7988: move image load address to 0x44000000 by developer · Fri Jan 17 17:17:44 2025 +0800
  90. f4e18a2 configs: mt7629: move image load address to 0x42000000 by developer · Fri Jan 17 17:17:38 2025 +0800
  91. 3b500cc clk: mediatek: fix uninitialized fields issue in INFRA_MUX struct by developer · Fri Jan 17 17:16:38 2025 +0800
  92. 78075f4 board: mediatek: mt7622: remove board_late_init by developer · Fri Jan 17 17:16:33 2025 +0800
  93. 1bb662d bootstd: android: Allow boot with AVB failures when unlocked by Mattijs Korpershoek · Wed Jan 08 15:38:42 2025 +0100
  94. 2c22ec2 bootstd: android: Add missing NULL in the avb partition list by Mattijs Korpershoek · Wed Jan 08 15:38:41 2025 +0100
  95. ee922ab MAINTAINERS: move myself to reviewers for avb/ab by Igor Opaniuk · Thu Jan 09 12:28:22 2025 +0100
  96. 22354ba boot: android: Check kcmdline's for NULL in android_image_get_kernel() by Aaron Kling · Mon Jan 13 10:11:45 2025 +0100
  97. 00da3cc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Jan 23 08:16:15 2025 -0600
  98. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  99. 4afa191 dm: core: Provide ofnode_find_subnode_unit() by Simon Glass · Fri Jan 10 17:00:29 2025 -0700
  100. 9d300ce dm: core: Provide ofnode_name_eq_unit() to accept a unit address by Simon Glass · Fri Jan 10 17:00:28 2025 -0700