From 0f9ce68950035bac649ed44de07c4cbf3e1e43b0 Mon Sep 17 00:00:00 2001 From: Aaron Gamble Date: Tue, 11 Mar 2014 11:00:55 -0700 Subject: security: tlk: Move program VPR smc to SIP call Change-Id: Ibd1dcd64c990b284926a15891902d2364df66c8e Signed-off-by: Aaron Gamble Reviewed-on: http://git-master/r/380437 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Varun Wadekar --- security/tlk_driver/ote_protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/tlk_driver/ote_protocol.h b/security/tlk_driver/ote_protocol.h index 7e10feed5233..c5aea3d234e3 100644 --- a/security/tlk_driver/ote_protocol.h +++ b/security/tlk_driver/ote_protocol.h @@ -112,12 +112,14 @@ enum { /* Trusted OS calls */ TE_SMC_REGISTER_REQ_BUF = 0x32000002, - TE_SMC_PROGRAM_VPR = 0x32000003, TE_SMC_REGISTER_IRQ_HANDLER = 0x32000004, TE_SMC_NS_IRQ_DONE = 0x32000005, TE_SMC_INIT_LOGGER = 0x32000007, TE_SMC_SS_REGISTER_HANDLER = 0x32000008, TE_SMC_SS_REQ_COMPLETE = 0x32000009, + + /* SIP (SOC specific) calls. */ + TE_SMC_PROGRAM_VPR = 0x82000003, }; enum { -- cgit v1.2.3