Re: [PATCH v2 1/3] bootwrapper: Allow for multiple clusters in boot CPU detection

2012-10-09 Thread Dave Martin
On Mon, Oct 08, 2012 at 02:59:17PM +0100, Jon Medhurst (Tixy) wrote: > From: Jon Medhurst > > Check all the CPU affinity fields of MPIDR, so we select only > the first CPU of the first cluster as the one to boot on. Shame, we can't run this on pre-v7 CPUs now ;) (Well, v6T2). The chance of us w

[PATCH v2 1/3] bootwrapper: Allow for multiple clusters in boot CPU detection

2012-10-08 Thread Jon Medhurst (Tixy)
From: Jon Medhurst Check all the CPU affinity fields of MPIDR, so we select only the first CPU of the first cluster as the one to boot on. Signed-off-by: Jon Medhurst --- boot.S |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.S b/boot.S index 727119a..40ebd33 100644