Re: [U-Boot] [PATCH v5 2/6] ARMv8: Add secure sections for PSCI text and data

2016-12-08 Thread Tom Rini
On Thu, Dec 08, 2016 at 11:58:22AM +0800, Hongbo Zhang wrote: > This patch adds secure_text, secure_data and secure_stack sections for ARMv8 > to > hold PSCI text and data, and it is based on the legacy implementation of > ARMv7. > > ARMV8_SECURE_BASE defines the address for PSCI secure section

[U-Boot] [PATCH v5 2/6] ARMv8: Add secure sections for PSCI text and data

2016-12-07 Thread Hongbo Zhang
This patch adds secure_text, secure_data and secure_stack sections for ARMv8 to hold PSCI text and data, and it is based on the legacy implementation of ARMv7. ARMV8_SECURE_BASE defines the address for PSCI secure sections, ARMV8_PSCI and ARMV8_PSCI_NR_CPUS are firstly used in this patch, so they