Re: [Qemu-devel] [PATCH v2 0/3] Leon3 patches

2019-05-03 Thread KONRAD Frederic
Le 5/3/19 à 10:19 AM, Mark Cave-Ayland a écrit : On 25/04/2019 13:18, KONRAD Frederic wrote: Hi all, Those are some little fixes for the leon3 machine: * The first part initializes the uart and the timer when no bios are provided. * The second part adds AHB and APB plug and play

Re: [Qemu-devel] [PATCH v2 0/3] Leon3 patches

2019-05-03 Thread Mark Cave-Ayland
On 25/04/2019 13:18, KONRAD Frederic wrote: > Hi all, > > Those are some little fixes for the leon3 machine: > * The first part initializes the uart and the timer when no bios are > provided. > * The second part adds AHB and APB plug and play devices to allow to boot > linux. > * Th

[Qemu-devel] [PATCH v2 0/3] Leon3 patches

2019-04-25 Thread KONRAD Frederic
Hi all, Those are some little fixes for the leon3 machine: * The first part initializes the uart and the timer when no bios are provided. * The second part adds AHB and APB plug and play devices to allow to boot linux. * The third part adds myself to the MAINTAINERS for this board.