[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board |
Date: |
Tue, 25 Feb 2025 14:19:28 +0000 |
On Sun, 23 Feb 2025 at 11:47, Bernhard Beschow <shentey@gmail.com> wrote:
>
> 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>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation, (continued)
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine, Bernhard Beschow, 2025/02/23
- [PATCH v2 01/18] hw/usb/hcd-dwc3: Align global registers size with Linux, Bernhard Beschow, 2025/02/23
- [PATCH v2 02/18] hw/pci-host/designware: Prevent device attachment on internal PCIe root bus, Bernhard Beschow, 2025/02/23
- [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfig switches next to implementations, Bernhard Beschow, 2025/02/23
- [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board, Bernhard Beschow, 2025/02/23
- Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board, Bernhard Beschow, 2025/02/26
[PATCH v2 05/18] hw/arm/fsl-imx8mp: Implement clock tree, Bernhard Beschow, 2025/02/23
[PATCH v2 06/18] hw/arm/fsl-imx8mp: Add SNVS, Bernhard Beschow, 2025/02/23
[PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers, Bernhard Beschow, 2025/02/23
[PATCH v2 08/18] hw/arm/fsl-imx8mp: Add PCIe support, Bernhard Beschow, 2025/02/23