Le mer. 4 févr. 2026 à 21:29, Tom Rini <[email protected]> a écrit : > > On Wed, Feb 04, 2026 at 09:24:30PM +0100, Julien Stephan wrote: > > > This adds support for the MT8370 EVK board with the following > > features enabled/tested: Boot, UART, Watchdog and MMC. > > > > MT8370 is based on MT8188. > > > > Signed-off-by: Julien Stephan <[email protected]> > > --- > > board/mediatek/mt8370_evk/MAINTAINERS | 6 ++++++ > > board/mediatek/mt8370_evk/Makefile | 3 +++ > > board/mediatek/mt8370_evk/mt8370_evk.c | 34 > > ++++++++++++++++++++++++++++++++++ > > 3 files changed, 43 insertions(+) > > I'm wondering now, can we reduce things to be more generic? I'm assuming > the memory map is not the same but this is basically the tiny bit of > code for mt8390_evk or mt8365_evk (which doesn't have an empty > board_init, is there a CONFIG option to disable in 8370 and 8390?). >
Hi Tom, We discussed this internally with David. He was already working on a cleanup series, and as part of that work he addressed your comment by adding additional memory map cleanups. I’ve now sent a v2 of this series, rebased on top of David’s cleanup series. Cheers Julien > -- > Tom

