Re: [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

2015-10-27 Thread Peter Crosthwaite
On Tue, Oct 27, 2015 at 8:37 AM, Peter Maydell wrote: > On 27 October 2015 at 15:21, Peter Crosthwaite > wrote: > > > > > > On Tue, Oct 27, 2015 at 5:31 AM, Peter Maydell > > > wrote: > >> > >> On 25 October 2015 at 23:13, Peter Crosthwaite > >> wrote: > >> > Add a Linux-specific pre-boot rout

Re: [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

2015-10-27 Thread Peter Maydell
On 27 October 2015 at 15:21, Peter Crosthwaite wrote: > > > On Tue, Oct 27, 2015 at 5:31 AM, Peter Maydell > wrote: >> >> On 25 October 2015 at 23:13, Peter Crosthwaite >> wrote: >> > Add a Linux-specific pre-boot routine that matches the device >> > specific bootloaders behaviour. This is neede

Re: [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

2015-10-27 Thread Peter Crosthwaite
On Tue, Oct 27, 2015 at 5:31 AM, Peter Maydell wrote: > On 25 October 2015 at 23:13, Peter Crosthwaite > wrote: > > Add a Linux-specific pre-boot routine that matches the device > > specific bootloaders behaviour. This is needed for modern Linux that > > expects the ARM PLL in SLCR to be a more

Re: [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

2015-10-27 Thread Peter Maydell
On 25 October 2015 at 23:13, Peter Crosthwaite wrote: > Add a Linux-specific pre-boot routine that matches the device > specific bootloaders behaviour. This is needed for modern Linux that > expects the ARM PLL in SLCR to be a more even value (not 26). > > Cc: Alistair Francis > Signed-off-by: Pe

[Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

2015-10-25 Thread Peter Crosthwaite
Add a Linux-specific pre-boot routine that matches the device specific bootloaders behaviour. This is needed for modern Linux that expects the ARM PLL in SLCR to be a more even value (not 26). Cc: Alistair Francis Signed-off-by: Peter Crosthwaite --- Changed since RFC: Use bootloader callback to