aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/common/mtk_sip_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/common/mtk_sip_svc.h')
-rw-r--r--plat/mediatek/common/mtk_sip_svc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plat/mediatek/common/mtk_sip_svc.h b/plat/mediatek/common/mtk_sip_svc.h
index cd4096e73..74b17b645 100644
--- a/plat/mediatek/common/mtk_sip_svc.h
+++ b/plat/mediatek/common/mtk_sip_svc.h
@@ -31,6 +31,14 @@
#define MTK_SIP_KERNEL_BOOT_AARCH32 0x82000200
#define MTK_SIP_KERNEL_BOOT_AARCH64 0xC2000200
+/* VCORE */
+#define MTK_SIP_VCORE_CONTROL_ARCH32 0x82000506
+#define MTK_SIP_VCORE_CONTROL_ARCH64 0xC2000506
+
+/* APUSYS SMC call */
+#define MTK_SIP_APUSYS_CONTROL_AARCH32 0x8200051E
+#define MTK_SIP_APUSYS_CONTROL_AARCH64 0xC200051E
+
/* Mediatek SiP Calls error code */
enum {
MTK_SIP_E_SUCCESS = 0,