Re: [Qemu-devel] [RFC v0 4/4] arm: boot: Add support for Linux specific boot devs

2015-06-30 Thread Peter Crosthwaite
On Tue, Jun 30, 2015 at 12:45 PM, Peter Maydell wrote: > On 30 June 2015 at 20:21, Peter Crosthwaite > wrote: >> If booting Linux, call the Linux specific init routine for all devs >> that support it. >> >> Signed-off-by: Peter Crosthwaite >> >> --- >> Doesn't solve the problem of conditional se

Re: [Qemu-devel] [RFC v0 4/4] arm: boot: Add support for Linux specific boot devs

2015-06-30 Thread Peter Maydell
On 30 June 2015 at 20:21, Peter Crosthwaite wrote: > If booting Linux, call the Linux specific init routine for all devs > that support it. > > Signed-off-by: Peter Crosthwaite > > --- > Doesn't solve the problem of conditional setup, e.g. GIC needs to only > do NS setup on NS boot. I think this

[Qemu-devel] [RFC v0 4/4] arm: boot: Add support for Linux specific boot devs

2015-06-30 Thread Peter Crosthwaite
If booting Linux, call the Linux specific init routine for all devs that support it. Signed-off-by: Peter Crosthwaite --- Doesn't solve the problem of conditional setup, e.g. GIC needs to only do NS setup on NS boot. I think this should be solved by passing the boot_info to the GIC as opaque dat