Re: [Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-31 Thread Aurelien Jarno
On Sat, May 08, 2010 at 10:43:35PM +0200, Lars Munch wrote: > Booting an arm kernel has been broken a while when booting from non zero start > address. This is due to the order of events: board init loads the kernel and > sets register 15 to the start address and then qemu_system_reset reset the cp

Re: [Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-29 Thread Lars Munch
On Sat, May 29, 2010 at 8:51 PM, Aurelien Jarno wrote: > On Sat, May 29, 2010 at 08:42:52PM +0200, Lars Munch wrote: >> On Fri, May 28, 2010 at 9:24 PM, Aurelien Jarno wrote: >> > On Sat, May 08, 2010 at 10:43:35PM +0200, Lars Munch wrote: >> >> Booting an arm kernel has been broken a while when

Re: [Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-29 Thread Aurelien Jarno
On Sat, May 29, 2010 at 08:42:52PM +0200, Lars Munch wrote: > On Fri, May 28, 2010 at 9:24 PM, Aurelien Jarno wrote: > > On Sat, May 08, 2010 at 10:43:35PM +0200, Lars Munch wrote: > >> Booting an arm kernel has been broken a while when booting from non zero > >> start > >> address. This is due t

Re: [Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-29 Thread Lars Munch
On Fri, May 28, 2010 at 9:24 PM, Aurelien Jarno wrote: > On Sat, May 08, 2010 at 10:43:35PM +0200, Lars Munch wrote: >> Booting an arm kernel has been broken a while when booting from non zero >> start >> address. This is due to the order of events: board init loads the kernel and >> sets registe

Re: [Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-28 Thread Aurelien Jarno
On Sat, May 08, 2010 at 10:43:35PM +0200, Lars Munch wrote: > Booting an arm kernel has been broken a while when booting from non zero start > address. This is due to the order of events: board init loads the kernel and > sets register 15 to the start address and then qemu_system_reset reset the cp

[Qemu-devel] [PATCH] arm: fix arm kernel boot for non zero start addr

2010-05-08 Thread Lars Munch
Booting an arm kernel has been broken a while when booting from non zero start address. This is due to the order of events: board init loads the kernel and sets register 15 to the start address and then qemu_system_reset reset the cpu making register 15 zero again. This patch fixes the usage of th