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
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
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
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