Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board

2025-02-11 Thread Bernhard Beschow
Am 11. Februar 2025 10:06:19 UTC schrieb Peter Maydell : >On Mon, 10 Feb 2025 at 22:44, Bernhard Beschow wrote: >> >> >> >> Am 10. Februar 2025 17:30:01 UTC schrieb Peter Maydell >> : >> >On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: >> >> >> >> As a first step, implement the bare min

Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board

2025-02-11 Thread Peter Maydell
On Mon, 10 Feb 2025 at 22:44, Bernhard Beschow wrote: > > > > Am 10. Februar 2025 17:30:01 UTC schrieb Peter Maydell > : > >On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: > >> > >> As a first step, implement the bare minimum: CPUs, RAM, interrupt > >> controller, > >> serial. All other de

Re: [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board

2025-02-10 Thread Bernhard Beschow
Am 10. Februar 2025 17:30:01 UTC schrieb Peter Maydell : >On Tue, 4 Feb 2025 at 09:21, 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 v2 04/18] hw/arm: Add i.MX 8M Plus EVK board

2025-02-10 Thread Peter Maydell
On Tue, 4 Feb 2025 at 09:21, 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 v2 04/18] hw/arm: Add i.MX 8M Plus EVK board

2025-02-04 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