diff options
| author | Tom Rini <[email protected]> | 2026-04-07 13:51:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-07 13:52:01 -0600 |
| commit | 0a7e2a90ad4df4235946c2349fc9430e87428d4f (patch) | |
| tree | 94e89b01681146373877ec0f0a736da9a50d2134 /board | |
| parent | c3062edfed295c010f81dd31b9e9cdfaaeaa71a4 (diff) | |
| parent | c344faa37d287ff761813b519f8e1412b6153b76 (diff) | |
Merge tag 'mediatek-for-master-2026-04-07' of https://source.denx.de/u-boot/custodians/u-boot-mediatek
This is the first wave of MediaTek changes for this merge window. We
also expect to be sending another decent-sized pull request later for
the backlog of patches that are currently waiting on dependencies or
need little more time for review.
* Fixes for cargo-culted issues in mach-mediatek init.c files.
* Some consistency cleanups of recently added Genio boards (510/700/1200).
* Some pinctrl improvements to support newer MediaTek SOCs (mt8189 compatible).
* New devicetree and config for Genio 520/720 EVK boards (can boot to eMMC or SD).
* New CPU-specific functions to read vendor-specific CPU info at runtime.
Diffstat (limited to 'board')
| -rw-r--r-- | board/mediatek/MAINTAINERS | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/board/mediatek/MAINTAINERS b/board/mediatek/MAINTAINERS index 446a9e8e53c..c342ff24330 100644 --- a/board/mediatek/MAINTAINERS +++ b/board/mediatek/MAINTAINERS @@ -1,20 +1,28 @@ +MT8189/MT8371/MT8391 EVK +M: Macpaul Lin <[email protected]> +S: Maintained +F: arch/arm/dts/mt8371-genio-520-evk-u-boot.dtsi +F: arch/arm/dts/mt8371-genio-common-u-boot.dtsi +F: arch/arm/dts/mt8391-genio-720-evk-u-boot.dtsi +F: configs/mt8189.config +F: configs/mt8371_genio_520_evk_defconfig +F: configs/mt8391_genio_720_evk_defconfig + MT8365 EVK M: Julien Masson <[email protected]> S: Maintained F: configs/mt8365_evk_defconfig -MT8370 EVK -M: Macpaul Lin <[email protected]> -S: Maintained -F: configs/mt8370_evk_defconfig - -MT8390 EVK -M: Julien Masson <[email protected]> +MT8188/MT8370/MT8390 M: Macpaul Lin <[email protected]> +M: Julien Stephan <[email protected]> S: Maintained -F: configs/mt8390_evk_defconfig +F: configs/mt8188.config +F: configs/mt8370_genio_510_evk_defconfig +F: configs/mt8390_genio_700_evk_defconfig -MT8395 EVK +MT8395 M: Macpaul Lin <[email protected]> +M: Julien Stephan <[email protected]> S: Maintained -F: configs/mt8395_evk_defconfig +F: configs/mt8395_genio_1200_evk_defconfig |
