Re: [PATCH 05/21] hw/arm: Add i.MX 8M Plus EVK board

2025-01-29 Thread Bernhard Beschow
Am 29. Januar 2025 12:17:33 UTC schrieb Peter Maydell : >On Tue, 28 Jan 2025 at 22:16, Bernhard Beschow wrote: >> >> >> >> Am 28. Januar 2025 14:29:53 UTC schrieb Peter Maydell >> : >> >On Mon, 20 Jan 2025 at 20:38, Bernhard Beschow wrote: >> >> >> >> diff --git a/MAINTAINERS b/MAINTAINERS >

Re: [PATCH 05/21] hw/arm: Add i.MX 8M Plus EVK board

2025-01-29 Thread Peter Maydell
On Tue, 28 Jan 2025 at 22:16, Bernhard Beschow wrote: > > > > Am 28. Januar 2025 14:29:53 UTC schrieb Peter Maydell > : > >On Mon, 20 Jan 2025 at 20:38, Bernhard Beschow wrote: > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index 846b81e3ec..cace8cf25b 100644 > >> --- a/MAINTAINERS > >> +

Re: [PATCH 05/21] hw/arm: Add i.MX 8M Plus EVK board

2025-01-28 Thread Bernhard Beschow
Am 28. Januar 2025 14:29:53 UTC schrieb Peter Maydell : >On Mon, 20 Jan 2025 at 20:38, Bernhard Beschow 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,

Re: [PATCH 05/21] hw/arm: Add i.MX 8M Plus EVK board

2025-01-28 Thread Peter Maydell
On Mon, 20 Jan 2025 at 20:38, Bernhard Beschow 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

[PATCH 05/21] hw/arm: Add i.MX 8M Plus EVK board

2025-01-20 Thread Bernhard Beschow
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. Signe