aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/scm-boot.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06ARM: qcom: Split Qualcomm support into legacy and multiplatformKumar Gala1-22/+0
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform. As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over to mach-qcom. Signed-off-by: Kumar Gala <galak@codeaurora.org>
2011-02-28msm: Use explicit GPLv2 licensesDavid Brown1-23/+7
Replace a BSD-style license in Code Aurora Forum authored files with an explicit GPLv2. Signed-off-by: David Brown <davidb@codeaurora.org>
2011-01-07msm: scm-boot: Support for setting cold/warm boot addressesStepan Moskovchenko1-0/+38
Add support for setting the cold boot address of core 1 and the warm boot addresses of cores 0 and 1 using a secure domain call. Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>