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
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
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
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
+ 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
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
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