On Tue, 2 Dec 2025 at 10:33, Gaurav Sharma <[email protected]> wrote: > > > > > -----Original Message----- > > From: Peter Maydell <[email protected]> > > Sent: 02 December 2025 15:30 > > To: Gaurav Sharma <[email protected]> > > Cc: [email protected]; [email protected] > > Subject: [EXT] Re: [PATCHv3 01/13] hw/arm: Add the i.MX 8MM > > EVK(Evaluation Kit) board > > > > Caution: This is an external email. Please take care when clicking links or > > opening attachments. When in doubt, report the message using the 'Report > > this email' button > > > > > > On Wed, 19 Nov 2025 at 13:00, Gaurav Sharma <[email protected]> > > wrote: > > > > > > Implemented CPUs, RAM, UARTs and Interrupt Controller Other > > > peripherals are represented as TYPE_UNIMPLEMENTED_DEVICE Complete > > > memory map of the SoC is provided. > > > > > > Signed-off-by: Gaurav Sharma <[email protected]> > > > --- > > > docs/system/arm/imx8mm-evk.rst | 68 ++++++ > > > docs/system/target-arm.rst | 1 + > > > hw/arm/Kconfig | 12 ++ > > > hw/arm/fsl-imx8mm.c | 363 +++++++++++++++++++++++++++++++++ > > > hw/arm/imx8mm-evk.c | 109 ++++++++++ > > > hw/arm/meson.build | 2 + > > > include/hw/arm/fsl-imx8mm.h | 156 ++++++++++++++ > > > > Could you also add a section to MAINTAINERS for this new board, please? > > I was going through this > https://www.qemu.org/docs/master/devel/maintainers.html. It implies that the > contributors are generally people who have been actively contributing to the > community for a while. Since this is my first contribution to the community, > whose name will go up as a Maintainer ?
Mostly what we want here is that there's a section in the MAINTAINERS file so the new source files for this board get listed. It's more about ensuring the right people get cc'd for reviewing future patches than anything else: for Arm boards I do the "collect the patches up and send pull requests" part. For this you can list yourself with either an M: or R: tag, as you prefer. Include the "L: [email protected]" line also, and some S: tag. thanks -- PMM
