[PATCH 5/5] arm: mediatek: consolidate ARMv8 memory maps
Tom Rini
trini at konsulko.com
Fri Feb 6 14:56:20 CET 2026
On Fri, Feb 06, 2026 at 11:07:14AM +0100, Julien Stephan wrote:
> Le ven. 6 févr. 2026 à 00:52, David Lechner <dlechner at baylibre.com> a écrit :
> >
> > Consolidate all mem_map definitions for MediaTek ARMv8 platforms into a
> > single file. The size of the DDR and MMIO regions can vary, so Kconfig
> > options are added to configure them by target.
> >
> > Signed-off-by: David Lechner <dlechner at baylibre.com>
> > ---
> > arch/arm/mach-mediatek/Kconfig | 21 ++++++++++++++++
> > arch/arm/mach-mediatek/Makefile | 1 +
> > .../arm/mach-mediatek/armv8-mem-map.c | 14 ++++-------
> > arch/arm/mach-mediatek/mt7622/init.c | 20 ---------------
> > arch/arm/mach-mediatek/mt7981/init.c | 21 ----------------
> > arch/arm/mach-mediatek/mt7986/init.c | 21 ----------------
> > arch/arm/mach-mediatek/mt7987/init.c | 21 ----------------
> > arch/arm/mach-mediatek/mt7988/init.c | 21 ----------------
> > arch/arm/mach-mediatek/mt8183/init.c | 20 ---------------
> > arch/arm/mach-mediatek/mt8512/init.c | 21 ----------------
> > arch/arm/mach-mediatek/mt8516/init.c | 20 ---------------
> > arch/arm/mach-mediatek/mt8518/init.c | 21 ----------------
> > board/mediatek/mt8365_evk/MAINTAINERS | 5 ----
> > board/mediatek/mt8365_evk/Makefile | 3 ---
> > board/mediatek/mt8390_evk/MAINTAINERS | 6 -----
> > board/mediatek/mt8390_evk/Makefile | 3 ---
> > board/mediatek/mt8390_evk/mt8390_evk.c | 29 ----------------------
> > 17 files changed, 27 insertions(+), 241 deletions(-)
[snip]
> > -struct mm_region *mem_map = mt8518_mem_map;
> > diff --git a/board/mediatek/mt8365_evk/MAINTAINERS b/board/mediatek/mt8365_evk/MAINTAINERS
> > deleted file mode 100644
> > index e0d65efe812..00000000000
> > --- a/board/mediatek/mt8365_evk/MAINTAINERS
> > +++ /dev/null
>
> Hi David,
>
> You are removing board/mediatek/mt8365_evk directory (and mt8390_evk
> below), so you left mt8365_evk_defconfig (and mt8365_evk_defconfig)
> without any entries in MAINTAINERS files.
> So maybe we should add them to the MAINTAINERS file at the root directory?
defconfigs without MAINTAINERS entries will fail CI (and you can do this
locally with tools/buildman/buildman --maintainer-check). We should just
create board/mediatek/MAINTAINERS or arch/arm/mach-mediatek/MAINTAINERS.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260206/41943e50/attachment.sig>
More information about the U-Boot
mailing list