On 15 December 2014 at 11:11, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On 11 December 2014 at 23:29, Greg Bellows <greg.bell...@linaro.org> > wrote: > > Add "secure" Vexpress machine specific property to allow override of the > > default secure state configuration. By default, when using the QEMU > > -kernel command line argument, Vexpress machines boot into NS/SVC. When > using > > the QEMU -bios command line argument, Vexpress machines boot into S/SVC. > > > > The secure state can be changed from the default specifying the secure > > state as a machine property. For example, the below command line would > enable > > secure state on a -linux boot: > > > > aarch64-softmmu/qemu-system-aarch64 > > -machine type=vexpress-a15,secure=on > > -kernel ... > > This example's a bit odd because "on" is the default. > > Whoops, yes it is. Changed to "off"
> > Signed-off-by: Greg Bellows <greg.bell...@linaro.org> > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > thanks > -- PMM >