Re: [PATCH v12 02/10] qcom: scm: Add SCM warmboot support for quad core SoCs

2014-11-26 Thread Stephen Boyd
On 11/26/2014 04:13 PM, Lina Iyer wrote: Quad core SoCs like APQ8074, APQ8064, APQ8084 need SCM support set up warm boot addresses in the Secure Monitor. Extend the SCM flags to support warm boot addresses for secondary cores. We do not need to export the warmboot flags. Move them into the imple

[PATCH v12 02/10] qcom: scm: Add SCM warmboot support for quad core SoCs

2014-11-26 Thread Lina Iyer
Quad core SoCs like APQ8074, APQ8064, APQ8084 need SCM support set up warm boot addresses in the Secure Monitor. Extend the SCM flags to support warm boot addresses for secondary cores. We do not need to export the warmboot flags. Move them into the implementation file. Signed-off-by: Lina Iyer