1. a09852d arm_ffa: introduce sandbox FF-A support by Abdellatif El Khlifi · 1 year, 3 months ago
  2. 39d383b arm_ffa: introduce Arm FF-A support by Abdellatif El Khlifi · 1 year, 3 months ago
  3. b83dc8d lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 3 months ago
  4. 7048f26 lib: uuid: introduce uuid_str_to_le_bin function by Abdellatif El Khlifi · 1 year, 3 months ago
  5. d998735 arm64: smccc: add support for SMCCCv1.2 x0-x17 registers by Abdellatif El Khlifi · 1 year, 3 months ago
  6. a169438 Prepare v2023.10-rc2 by Tom Rini · 1 year, 3 months ago
  7. df89674 configs: Resync with savedefconfig by Tom Rini · 1 year, 3 months ago
  8. 543f7d0 Merge branch '2023-08-07-assorted-fixes' by Tom Rini · 1 year, 3 months ago
  9. 7ee1325 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · 1 year, 4 months ago
  10. fa96774 common: Drop duplicate space in SPL_BMP description by Marek Vasut · 1 year, 4 months ago
  11. 3b7b738 common: fix detection of SYS_MALLOC_F_LEN=0x0 by Heinrich Schuchardt · 1 year, 4 months ago
  12. af62d83 spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 4 months ago
  13. 0d2761a spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 4 months ago
  14. a536b2f bloblist: Enforce CRC32 by Tom Rini · 1 year, 3 months ago
  15. a2b1327 MAINTAINERS: Update rockchip platform maintain files by Kever Yang · 1 year, 3 months ago
  16. 5042995 MAINTAINERS: add DT/bindings files to at91 entry by Eugen Hristev · 1 year, 3 months ago
  17. 29760c8 board: ten64: add missing error checks for retimer power on by Mathew McBride · 1 year, 3 months ago
  18. 3cc7708 ARM: renesas: Update MAINTAINERS file by Marek Vasut · 1 year, 3 months ago
  19. 2940b52 get_maintainer.pl: Add an ignore list for git history by Tom Rini · 1 year, 3 months ago
  20. 60c95b1 Azure: Squash a number of jobs and re-order slightly by Tom Rini · 1 year, 3 months ago
  21. ccbc785 Azure: Rework Rockchip jobs again by Tom Rini · 1 year, 3 months ago
  22. b1a8ef7 Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 3 months ago
  23. 48d4c0a buildman: Drop warning about orphaned defconfigs by Simon Glass · 1 year, 4 months ago
  24. 1c81e08 buildman: Exit after reading toolchain by Simon Glass · 1 year, 4 months ago
  25. b496620 event: Fix a wrong type_name from dm_post_init to dm_post_init_f by Jaehoon Chung · 1 year, 4 months ago
  26. d8a2d3b binman: ftest: Add test for xilinx-bootgen etype by Lukas Funke · 1 year, 4 months ago
  27. 7fcfa9d binman: etype: Add xilinx-bootgen etype by Lukas Funke · 1 year, 4 months ago
  28. 7f51fe5 binman: btool: Add Xilinx Bootgen btool by Lukas Funke · 1 year, 4 months ago
  29. 93a203d binman: Renumber 291 and 292 test files by Simon Glass · 1 year, 3 months ago
  30. fd13001 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 3 months ago
  31. 276c0c8 cmd: Enable BIND by default if we have USB_ETHER by Tom Rini · 1 year, 3 months ago
  32. 718f1d4 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 3 months ago
  33. 47b121f usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 3 months ago
  34. da768f9 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 3 months ago
  35. 9787da0 Merge branch '2023-08-04-toradex-platform-updates' by Tom Rini · 1 year, 3 months ago
  36. 7d1a106 board: toradex: add verdin am62 support by Marcel Ziswiler · 1 year, 3 months ago
  37. e5fe63d arm: dts: k3-binman: fix rcfg_yaml and pcfg_yaml labels by Marcel Ziswiler · 1 year, 3 months ago
  38. 5c87b19 arm: mach-k3: am62: fix 2nd mux option of clkout0 by Marcel Ziswiler · 1 year, 3 months ago
  39. 0bcfda1 toradex: tdx-cfg-block: add verdin am62 skus by Marcel Ziswiler · 1 year, 3 months ago
  40. a038342 toradex: tdx-cfg-block: rework display adapter name handling by Max Krummenacher · 1 year, 4 months ago
  41. 39e521f toradex: tdx-cfg-block: rework carrier board name handling by Max Krummenacher · 1 year, 4 months ago
  42. 94757b4 toradex: tdx-cfg-block: add yavia carrier cfg block info by Max Krummenacher · 1 year, 4 months ago
  43. 989892f Merge branch '2023-08-03-assorted-fixes' by Tom Rini · 1 year, 3 months ago
  44. 11158ae bootstd: Init the size before reading extlinux file by Simon Glass · 1 year, 4 months ago
  45. 2984d21 bootstd: Init the size before reading the devicetree by Simon Glass · 1 year, 4 months ago
  46. 6a8c2f9 bootstd: Avoid allocating memory for the EFI file by Simon Glass · 1 year, 4 months ago
  47. 146242c bootstd: Use a function to detect network in EFI bootmeth by Simon Glass · 1 year, 4 months ago
  48. 0c0c82b bootflow: Export setup_fs() by Simon Glass · 1 year, 4 months ago
  49. 63baa84 virtio: provide driver name in debug message by Heinrich Schuchardt · 1 year, 4 months ago
  50. 42cd759 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 4 months ago
  51. e205fbc rzn1-snarc: Add missing MAINTAINERS file by Tom Rini · 1 year, 4 months ago
  52. eda90d2 board/freescale: Drop two orphaned entries by Tom Rini · 1 year, 4 months ago
  53. b54fad3 vexpress64: Rework MAINTAINERS file slightly by Tom Rini · 1 year, 4 months ago
  54. c2ad531 ARM: imx: Update MAINTAINERS file on DH electronics i.MX8M Plus DHCOM by Marek Vasut · 1 year, 4 months ago
  55. aa423f2 freescale: Remove Rajesh Bhagat MAINTAINERS by Sean Anderson · 2 years, 1 month ago
  56. 6cdd4b8 Merge tag 'efi-2023-10-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 4 months ago
  57. 8b572a3 Merge branch '2023-08-03-mediatek-and-ten64-updates' by Tom Rini · 1 year, 4 months ago
  58. 1c35cc8 board: ten64: strip extra u-boot compatibles from FDT by Mathew McBride · 1 year, 4 months ago
  59. 67de596 board: ten64: opt out of fsl_setenv_bootcmd by Mathew McBride · 1 year, 4 months ago
  60. 07164d0 arch: arm: fsl-layerscape: allow "opt-out" of fsl_setenv_bootcmd by Mathew McBride · 1 year, 4 months ago
  61. 02a8592 board: traverse: ten64: adopt standard boot defaults by Mathew McBride · 1 year, 4 months ago
  62. 6af6677 board: ten64: disable watchdog autostart by Mathew McBride · 1 year, 4 months ago
  63. 06e19a6 board: traverse: ten64: set serial# to be 'label' MAC by Mathew McBride · 1 year, 4 months ago
  64. 56610ef board: traverse: ten64: fix allocation order of MAC addresses by Mathew McBride · 1 year, 4 months ago
  65. 080ea65 board: traverse: ten64: init nvme devices in late boot to ensure bootflow availability by Mathew McBride · 1 year, 4 months ago
  66. 3c052f9 configs: ten64: enable NVME_PCI by Mathew McBride · 1 year, 4 months ago
  67. 0a63fb9 board: ten64: add a bootmenu entries for NAND-based entries by Mathew McBride · 1 year, 4 months ago
  68. bcedba5 board: traverse: ten64: add NAND based OpenWrt bootcmd by Mathew McBride · 1 year, 4 months ago
  69. 1fd2186 board: traverse: ten64: specify bootargs for recovery environment by Mathew McBride · 1 year, 4 months ago
  70. 154d908 board: traverse: ten64: update DPAA2 (network) binary path on sdcards by Mathew McBride · 1 year, 4 months ago
  71. 1edd144 board: traverse: ten64: fix DPAA2 (network) DPL corruption issue by Mathew McBride · 1 year, 4 months ago
  72. 7a041fe board: traverse: ten64: ensure retimer reset is done on new board revisions by Mathew McBride · 1 year, 4 months ago
  73. 269b4a3 board: traverse: ten64: recognize board revision D by Mathew McBride · 1 year, 4 months ago
  74. bc4adc9 board: mediatek: add MT7988 reference boards by Weijie Gao · 1 year, 4 months ago
  75. 96b381e arm: mediatek: add support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  76. 2bff97a tools: mtk_image: use uint32_t for ghf header magic and version by Weijie Gao · 1 year, 4 months ago
  77. 93eb707 net: mediatek: add support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  78. 7628194 net: mediatek: add support for NETSYS v3 by Weijie Gao · 1 year, 4 months ago
  79. ba026eb net: mediatek: add USXGMII support by Weijie Gao · 1 year, 4 months ago
  80. 118855e arm: dts: mediatek: add infracfg registers to support GMAC/USB3 Co-PHY by Weijie Gao · 1 year, 4 months ago
  81. 585a1a4 net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981 by Weijie Gao · 1 year, 4 months ago
  82. aef54ea arm: dts: medaitek: convert gmac link mode to 2500base-x by Weijie Gao · 1 year, 4 months ago
  83. bd70f3c net: mediatek: add support for SGMII 1Gbps auto-negotiation mode by Weijie Gao · 1 year, 4 months ago
  84. 159458d net: mediatek: add missing static qualifier by Weijie Gao · 1 year, 4 months ago
  85. c94ad00 net: mediatek: fix direct MDIO clause 45 access via SoC by Weijie Gao · 1 year, 4 months ago
  86. c41a058 net: mediatek: optimize the switch reset delay wait time by Weijie Gao · 1 year, 4 months ago
  87. c73d387 net: mediatek: connect switch to PSE only when starting eth is requested by Weijie Gao · 1 year, 4 months ago
  88. e34cf6f pinctrl: mediatek: add pinctrl driver for MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  89. f9c6106 pinctrl: mediatek: add pinmux_set ops support by Weijie Gao · 1 year, 4 months ago
  90. 4fd0be0 pinctrl: mediatek: fix the return value in driving configuration functions by Weijie Gao · 1 year, 4 months ago
  91. 7cb50cd pinctrl: mediatek: convert most definitions to const by Weijie Gao · 1 year, 4 months ago
  92. df4c82f reset: mediatek: add reset definition for MediaTek MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  93. 4214369 clk: mediatek: add clock driver support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  94. fec8ee6 pwm: mtk: add support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 4 months ago
  95. 0a648bd arm: dts: enable i2c support for MediaTek MT7981 by Weijie Gao · 1 year, 4 months ago
  96. 7fa40df i2c: mediatek: fix I2C usability for MT7981 by Weijie Gao · 1 year, 4 months ago
  97. 6f1cc26 reset: mediatek: check malloc return valaue before use by Weijie Gao · 1 year, 4 months ago
  98. 0fd96bf serial: mtk: initial priv data before using by Weijie Gao · 1 year, 4 months ago
  99. b43512d spi: mtk_spim: clear IRQ enable bits by Weijie Gao · 1 year, 4 months ago
  100. 793e623 spi: mtk_spim: get spi clk rate only once by Weijie Gao · 1 year, 4 months ago