Re: [U-Boot] [RFC PATCH] ARM: create .secure_stack section only for PSCI

2016-09-26 Thread Chen-Yu Tsai
On Mon, Sep 26, 2016 at 1:21 PM, Masahiro Yamada wrote: > Jon Master reports that QEMU refuses to load a U-Boot image built > with CONFIG_ARMV7_NONSEC, but without CONFIG_ARMV7_PSCI since > commit 5a3aae68c74e ("ARM: armv7: guard memory reserve for PSCI > with #ifdef CONFIG_ARMV7_PSCI"). > > It lo

[U-Boot] [RFC PATCH] ARM: create .secure_stack section only for PSCI

2016-09-25 Thread Masahiro Yamada
Jon Master reports that QEMU refuses to load a U-Boot image built with CONFIG_ARMV7_NONSEC, but without CONFIG_ARMV7_PSCI since commit 5a3aae68c74e ("ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCI"). It looks like only PSCI that needs the Secure stack, so move the #ifdef t