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

2016-12-07 Thread Hongbo Zhang
On Wed, Nov 30, 2016 at 4:49 AM, york sun wrote: > On 11/25/2016 02:48 AM, 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. >> >> Signed-off-by: Hongbo Z

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

2016-11-30 Thread Hongbo Zhang
Hmm, my way was still programmer "manually" exclusive. Will add that. Thanks. On Wed, Nov 30, 2016 at 4:51 AM, york sun wrote: > On 11/29/2016 12:49 PM, york@nxp.com wrote: >> On 11/25/2016 02:48 AM, Hongbo Zhang wrote: >>> This patch adds secure_text, secure_data and secure_stack sections f

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

2016-11-29 Thread york sun
On 11/29/2016 12:49 PM, york@nxp.com wrote: > On 11/25/2016 02:48 AM, 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. >> >> Signed-off-by: Hongbo Zhang

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

2016-11-29 Thread york sun
On 11/25/2016 02:48 AM, 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. > > Signed-off-by: Hongbo Zhang > Reviewed-by: Tom Rini > --- > arch/arm/config.mk

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

2016-11-25 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. Signed-off-by: Hongbo Zhang Reviewed-by: Tom Rini --- arch/arm/config.mk| 3 ++- arch/arm/cpu/armv8/Kconfig| 31 ++