hw/arm: Add i.MX 8M Plus EVK board
authorBernhard Beschow <shentey@gmail.com>
Sun, 23 Feb 2025 11:46:54 +0000 (12:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2025 15:32:58 +0000 (15:32 +0000)
commita4eefc69b23713c4e5981d9d91a6e15dfd4496fe
tree4614bafc3f88ababc58b03d0dd566a15c9c509fb
parent0f520f0a9d9516fb3563a9b69c820ac73d2017aa
hw/arm: Add i.MX 8M Plus EVK board

As a first step, implement the bare minimum: CPUs, RAM, interrupt controller,
serial. All other devices of the A53 memory map are represented as
TYPE_UNIMPLEMENTED_DEVICE, i.e. the whole memory map is provided. This allows
for running Linux without it crashing due to invalid memory accesses.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-5-shentey@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: drop 'static const' from serial_table[] definition to avoid
 compile failure on GCC 7.5]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
docs/system/arm/imx8mp-evk.rst [new file with mode: 0644]
docs/system/target-arm.rst
hw/arm/Kconfig
hw/arm/fsl-imx8mp.c [new file with mode: 0644]
hw/arm/imx8mp-evk.c [new file with mode: 0644]
hw/arm/meson.build
include/hw/arm/fsl-imx8mp.h [new file with mode: 0644]