Hi Julien, Thank you for the patch.
On Fri, Jan 23, 2026 at 09:37, Julien Stephan <[email protected]> wrote: > From: Julien Masson <[email protected]> > > This adds support for the MT8390 EVK board with the following > features enabled/tested: Boot, UART, Watchdog and MMC. > > MT8390 is based on MT8188. > > Signed-off-by: Julien Masson <[email protected]> > Signed-off-by: Julien Stephan <[email protected]> > --- > board/mediatek/mt8390_evk/MAINTAINERS | 5 +++++ > board/mediatek/mt8390_evk/Makefile | 3 +++ > board/mediatek/mt8390_evk/mt8390_evk.c | 34 > ++++++++++++++++++++++++++++++++++ > configs/mt8390_evk_defconfig | 27 +++++++++++++++++++++++++++ > 4 files changed, 69 insertions(+) > > diff --git a/board/mediatek/mt8390_evk/MAINTAINERS > b/board/mediatek/mt8390_evk/MAINTAINERS > new file mode 100644 > index 00000000000..73fc28b096e > --- /dev/null > +++ b/board/mediatek/mt8390_evk/MAINTAINERS > @@ -0,0 +1,5 @@ > +MT8390 EVK > +M: Julien Masson <[email protected]> Since Julien Masson is marked as maintainer here, can we guarantee he will be doing some testing/reviewing on patches for this particular board? If not, maybe find another maintainer. > +S: Maintained > +F: board/mediatek/mt8390_evk/ > +F: configs/mt8390_evk_defconfig Could we add this board to the MediaTek board documentation? https://docs.u-boot.org/en/latest/board/mediatek/index.html I know that doc is a bit outdated but it would be nice to improve it and list this board. For me, that can be done in a future series/improvement. Thanks Mattijs

