summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeon Chen <leon.chen@mediatek.com>2016-07-11 16:05:23 +0800
committerLeon Chen <leon.chen@mediatek.com>2016-09-12 17:13:55 +0800
commitc1ff80b1289df2c6d950413eab37cdd999b462a6 (patch)
treecc4fa4668e1a4862a87a1c3dba21091333aadf15 /include
parent77b05323921c23e4261ddd8fee5c326a79b0af97 (diff)
Support for Mediatek MT6795 SoC
This patch support single core to boot to Linux kernel through Trusted Firmware. It also support 32 bit kernel and 64 bit kernel booting.
Diffstat (limited to 'include')
-rw-r--r--include/lib/aarch64/arch_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/aarch64/arch_helpers.h b/include/lib/aarch64/arch_helpers.h
index f9f0715f..4d936ad5 100644
--- a/include/lib/aarch64/arch_helpers.h
+++ b/include/lib/aarch64/arch_helpers.h
@@ -273,6 +273,7 @@ DEFINE_SYSREG_RW_FUNCS(cntvoff_el2)
DEFINE_SYSREG_RW_FUNCS(vpidr_el2)
DEFINE_SYSREG_RW_FUNCS(vmpidr_el2)
+DEFINE_SYSREG_RW_FUNCS(cntp_ctl_el0)
DEFINE_SYSREG_READ_FUNC(isr_el1)