Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
From 4c843ce18a7534e722670ecb892a2dedd3eae5b3 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 5 Aug 2011 17:24:48 +0400 Subject: [PATCH 1/1] target-arm: Add new secondary CPU bootloader Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Peter Maydell
On 5 August 2011 13:10, Evgeny Voevodin wrote: > On 08/05/2011 03:35 PM, Peter Maydell wrote: >> What's the motivation for this? (ie what target board needs this?) > > The motivation is that Samsung s5pc210 board which is under development > needs this. Also, I believe that more boards will need i

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
On 08/05/2011 03:35 PM, Peter Maydell wrote: On 5 August 2011 11:37, Evgeny Voevodin wrote: Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system controller. The position where to find this start address is hardcoded to 0x1030. This commit adds n

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Peter Maydell
On 5 August 2011 11:37, Evgeny Voevodin wrote: > Secondary CPU bootloader enables interrupt and issues wfi until start > address is written to system controller. The position where to find this > start address is hardcoded to 0x1030. This commit adds new bootloader > for secondary CPU which al

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
Sorry for flooding. Looks like my e-mail preferences have been broken.

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
>From 851173b22dc2c5d5f8bb46eef07c452af78f61e8 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 29 Jul 2011 09:36:21 +0400 Subject: [PATCH 1/2] arm: Add new secondary CPU bootloader Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system contr

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
>From 851173b22dc2c5d5f8bb46eef07c452af78f61e8 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 29 Jul 2011 09:36:21 +0400 Subject: [PATCH 1/2] arm: Add new secondary CPU bootloader Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system contr

Re: [Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
>From 851173b22dc2c5d5f8bb46eef07c452af78f61e8 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 29 Jul 2011 09:36:21 +0400 Subject: [PATCH 1/2] arm: Add new secondary CPU bootloader Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system contr

[Qemu-devel] [PATCH] target-arm: upgrade for secondary cpu bootloader

2011-08-05 Thread Evgeny Voevodin
Secondary CPU bootloader enables interrupt and issues wfi until start address is written to system controller. The position where to find this start address is hardcoded to 0x1030. This commit adds new bootloader for secondary CPU which allows a target board to cpecify a position where to f