Re: [Qemu-devel] [PATCH for-2.5 v1 2/4] arm: boot: Add board specific setup code API

2015-10-27 Thread Peter Crosthwaite
On Tue, Oct 27, 2015 at 5:19 AM, Peter Maydell wrote: > On 25 October 2015 at 23:13, Peter Crosthwaite > wrote: > > Add an API for boards to inject their own preboot software (or > > firmware) seqeuence. > > > > The software then returns to bootloader via the link register. This > > allows board

Re: [Qemu-devel] [PATCH for-2.5 v1 2/4] arm: boot: Add board specific setup code API

2015-10-27 Thread Peter Maydell
On 25 October 2015 at 23:13, Peter Crosthwaite wrote: > Add an API for boards to inject their own preboot software (or > firmware) seqeuence. > > The software then returns to bootloader via the link register. This > allows boards to do their own little bits of firmware setup without > needed to re

[Qemu-devel] [PATCH for-2.5 v1 2/4] arm: boot: Add board specific setup code API

2015-10-25 Thread Peter Crosthwaite
Add an API for boards to inject their own preboot software (or firmware) seqeuence. The software then returns to bootloader via the link register. This allows boards to do their own little bits of firmware setup without needed to replace the bootloader completely (which is the requirement for exis