]> git.baikalelectronics.ru Git - arm-tf.git/commit
Tegra186: fix per-cpu wake times for CPU power states
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 9 Feb 2016 22:55:44 +0000 (14:55 -0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Mon, 20 Mar 2017 16:14:16 +0000 (09:14 -0700)
commitaa1bdc960c2280895d90e3af9b915e596300a340
tree225e3f567c89a8565d7c2c2911b971a3749a8174
parent7dd5af0a09dc546e43f775b52150ded8383078c8
Tegra186: fix per-cpu wake times for CPU power states

This patch fixes the logic used to calculate the CPU index for
storing the per-cpu wake times. We use the MIDR register to
calculate the CPU index now. This allows us to store values for
Denver/A57 CPUs properly.

Change-Id: I9df0377afd4b92bbdaea495c0df06a9780a99d09
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/soc/t186/plat_psci_handlers.c