Commit Graph

4 Commits

Author SHA1 Message Date
Venkat Devarasetty 29f3c58b30 msm: pm: debug counters to DDR
Today the PC debug counters are placed in IMEM. There is
a need for more memory to save these counters for extra
CPUs in newer platforms. As IMEM is scarce resource, move
these per CPU counters to non cacheable area in DDR.
Also save the physical start address in IMEM for easy
access to location of counters while analyzing dumps.

Change-Id: I049a67594d6a7b292c7fe617396639efa46c8d96
Signed-off-by: Venkat Devarasetty <vdevaras@codeaurora.org>
2014-06-20 16:58:18 +05:30
Venkat Devarasetty bc8d01618a qcom: pm: update warmboot code for cluster architecture
Current warmboot code is designed for only single cluster
configuration. Update the logic to store and read the warmboot
address for cores in multicluster configuration.

Change-Id: Idc18ff35ff8ff9097bee2886c2011cd71c2d6376
Signed-off-by: Venkat Devarasetty <vdevaras@codeaurora.org>
2014-05-19 16:31:58 -06:00
Xiaocheng Li b115e4fda4 ARM: msm: Update MPIDR mask for ARMV8-32bit support
In ARMv8, MPIDR bit[0:23] are all used for multi-clusters support,
so update the MPIDR mask accordingly.

Change-Id: Iae5a2308e7c854a5e85746dffbce7715cf86d86b
Signed-off-by: Xiaocheng Li <lix@codeaurora.org>
Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
2014-03-03 17:24:04 +08:00
Murali Nalajala 3b8d6de0f8 msm: idle-v7: move idle-v7 driver to a new location
This patch moves idle-v7 driver from mach-msm directory
to machine independent location in a kernel tree.

Change-Id: Ie7a60aeef9d0e4a15230d84d2d5273be3035d887
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
2014-02-17 14:22:51 +05:30