Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Peter Maydell
On Wed, 12 Mar 2025 at 09:40, Thomas Huth wrote: > > On 25/02/2025 19.04, Peter Maydell wrote: > > From: 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_UNIM

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Bernhard Beschow
Am 12. März 2025 11:13:01 UTC schrieb Peter Maydell : >On Wed, 12 Mar 2025 at 10:44, Cédric Le Goater wrote: >> >> On 3/12/25 11:27, Philippe Mathieu-Daudé wrote: >> > + Cédric for Aspeed >> > >> > On 12/3/25 11:20, Peter Maydell wrote: >> >> The bug is that this is directly inheriting from TYP

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Peter Maydell
On Wed, 12 Mar 2025 at 10:44, Cédric Le Goater wrote: > > On 3/12/25 11:27, Philippe Mathieu-Daudé wrote: > > + Cédric for Aspeed > > > > On 12/3/25 11:20, Peter Maydell wrote: > >> The bug is that this is directly inheriting from TYPE_DEVICE, > >> not from TYPE_SYSBUS_DEVICE. Doing the former is

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Cédric Le Goater
On 3/12/25 11:27, Philippe Mathieu-Daudé wrote: + Cédric for Aspeed On 12/3/25 11:20, Peter Maydell wrote: On Wed, 12 Mar 2025 at 09:40, Thomas Huth wrote: On 25/02/2025 19.04, Peter Maydell wrote: From: Bernhard Beschow As a first step, implement the bare minimum: CPUs, RAM, interrupt co

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Philippe Mathieu-Daudé
+ Cédric for Aspeed On 12/3/25 11:20, Peter Maydell wrote: On Wed, 12 Mar 2025 at 09:40, Thomas Huth wrote: On 25/02/2025 19.04, Peter Maydell wrote: From: Bernhard Beschow As a first step, implement the bare minimum: CPUs, RAM, interrupt controller, serial. All other devices of the A53 me

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Philippe Mathieu-Daudé
On 12/3/25 10:40, Thomas Huth wrote: On 25/02/2025 19.04, Peter Maydell wrote: From: 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 mem

Re: [PULL 31/43] hw/arm: Add i.MX 8M Plus EVK board

2025-03-12 Thread Thomas Huth
On 25/02/2025 19.04, Peter Maydell wrote: From: 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 run