diff options
author | Leon Chen <leon.chen@mediatek.com> | 2016-07-11 16:05:23 +0800 |
---|---|---|
committer | Leon Chen <leon.chen@mediatek.com> | 2016-09-12 17:13:55 +0800 |
commit | c1ff80b1289df2c6d950413eab37cdd999b462a6 (patch) | |
tree | cc4fa4668e1a4862a87a1c3dba21091333aadf15 /include/lib | |
parent | 77b05323921c23e4261ddd8fee5c326a79b0af97 (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/lib')
-rw-r--r-- | include/lib/aarch64/arch_helpers.h | 1 |
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) |