Re: [Qemu-devel] [PATCH for-2.5 v3 1/3] arm: boot: Add secure_board_setup flag

2015-11-08 Thread Peter Crosthwaite
On Fri, Nov 6, 2015 at 6:45 AM, Peter Maydell wrote: > > On 3 November 2015 at 04:30, Peter Crosthwaite > wrote: > > Add a flag that when set, will cause the primary CPU to start in secure > > mode, even if the overall boot is non-secure. This is useful for when > > there is a board-setup blob th

Re: [Qemu-devel] [PATCH for-2.5 v3 1/3] arm: boot: Add secure_board_setup flag

2015-11-06 Thread Peter Maydell
On 3 November 2015 at 04:30, Peter Crosthwaite wrote: > Add a flag that when set, will cause the primary CPU to start in secure > mode, even if the overall boot is non-secure. This is useful for when > there is a board-setup blob that needs to run from secure mode, but > device and secondary CPU i

[Qemu-devel] [PATCH for-2.5 v3 1/3] arm: boot: Add secure_board_setup flag

2015-11-02 Thread Peter Crosthwaite
Add a flag that when set, will cause the primary CPU to start in secure mode, even if the overall boot is non-secure. This is useful for when there is a board-setup blob that needs to run from secure mode, but device and secondary CPU init should still be done as-normal for a non- secure boot. Sig