Re: [PATCH v2 0/3] bootwrapper: Add support for big.LITTLE models

2012-10-09 Thread Peter Maydell
On 9 October 2012 14:06, Dave Martin wrote: > On Tue, Oct 09, 2012 at 01:31:55PM +0100, Peter Maydell wrote: >> Patch 2 made git complain about trailing whitespace in one place >> but I'll just zap that in passing when I apply these. > > Thanks > >> Dave, unless you have any further review comment

Re: [PATCH v2 0/3] bootwrapper: Add support for big.LITTLE models

2012-10-09 Thread Dave Martin
On Tue, Oct 09, 2012 at 01:31:55PM +0100, Peter Maydell wrote: > On 8 October 2012 14:59, Jon Medhurst (Tixy) wrote: > > This mostly boils down to initialising the Cache Coherent Interconnect > > (CCI). We do this by looking in the device-tree for a CCI node, that way > > the same semihosting boot

Re: [PATCH v2 0/3] bootwrapper: Add support for big.LITTLE models

2012-10-09 Thread Peter Maydell
On 8 October 2012 14:59, Jon Medhurst (Tixy) wrote: > This mostly boils down to initialising the Cache Coherent Interconnect > (CCI). We do this by looking in the device-tree for a CCI node, that way > the same semihosting bootwrapper binary can be used on both the > big.LITTLE models and on the A

[PATCH v2 0/3] bootwrapper: Add support for big.LITTLE models

2012-10-08 Thread Jon Medhurst (Tixy)
This mostly boils down to initialising the Cache Coherent Interconnect (CCI). We do this by looking in the device-tree for a CCI node, that way the same semihosting bootwrapper binary can be used on both the big.LITTLE models and on the A15 models which don't have a CCI. Changes sinces v1: - Adde