On Wednesday 13 August 2014 01:13 AM, Lina Iyer wrote: > Quad core targets like APQ8074, APQ8064, APQ8084 need SCM support set up > warm boot addresses in the Secure Monitor. Extend the SCM flags to > support warmboot addresses for seconday cores. > > Signed-off-by: Lina Iyer <lina.iyer@xxxxxxxxxx> > --- > include/soc/qcom/scm-boot.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/soc/qcom/scm-boot.h b/include/soc/qcom/scm-boot.h > index 6aabb24..7ae2152 100644 > --- a/include/soc/qcom/scm-boot.h > +++ b/include/soc/qcom/scm-boot.h > @@ -18,6 +18,9 @@ > #define SCM_FLAG_COLDBOOT_CPU3 0x20 > #define SCM_FLAG_WARMBOOT_CPU0 0x04 > #define SCM_FLAG_WARMBOOT_CPU1 0x02 > +#define SCM_FLAG_WARMBOOT_CPU2 0x10 > +#define SCM_FLAG_WARMBOOT_CPU3 0x40 > + An extra line introduced here. > > int scm_set_boot_addr(phys_addr_t addr, int flags); > > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html