summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorAndrew Thoelke <andrew.thoelke@arm.com>2014-10-10 12:13:48 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-10-10 12:13:48 +0100
commitd07baec4b5bf141acc2c36aaf68ea977a7a916fb (patch)
treee5435de9af8551738a16125050f1919ccbd59127 /include/lib
parent7e998c42ce1ffa16101cc712a3b914c311e29788 (diff)
parent14c0526b737592776360fec99b452e740879d532 (diff)
Merge pull request #206 from soby-mathew/sm/reset_cntvoff
Reset CNTVOFF_EL2 register before exit into EL1 on warm boot
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/aarch64/arch_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib/aarch64/arch_helpers.h b/include/lib/aarch64/arch_helpers.h
index 09365fb9..d431baaf 100644
--- a/include/lib/aarch64/arch_helpers.h
+++ b/include/lib/aarch64/arch_helpers.h
@@ -262,6 +262,8 @@ DEFINE_SYSREG_RW_FUNCS(cnthctl_el2)
DEFINE_SYSREG_RW_FUNCS(tpidr_el3)
+DEFINE_SYSREG_RW_FUNCS(cntvoff_el2)
+
DEFINE_SYSREG_RW_FUNCS(vpidr_el2)
DEFINE_SYSREG_RW_FUNCS(vmpidr_el2)