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