summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun KS <arunks@codeaurora.org>2016-01-21 13:57:23 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-25 16:03:30 -0700
commitdb599a70cb5bcbab7db755a09c926057f0591ca8 (patch)
tree9eaf6b4c631a82b42658b58f095b4d93ebf4cc60 /include
parentbe106d01b6bdd00d69f59cb45085691381dca495 (diff)
soc: qcom: pil-mss: Add scm call to inform TZ of modem area
Add support to make scm_calls to TZ to inform modem start address and size so that TZ can unmap this range to avoid speculative access. Change-Id: I4640ddab56991522870e9879d17fe5732dc40223 Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> Signed-off-by: Arun KS <arunks@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/subsystem_restart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/subsystem_restart.h b/include/soc/qcom/subsystem_restart.h
index 0331c10f958e..3a5f6e678b4f 100644
--- a/include/soc/qcom/subsystem_restart.h
+++ b/include/soc/qcom/subsystem_restart.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -79,6 +79,7 @@ struct subsys_desc {
int shutdown_ack_gpio;
int ramdump_disable;
bool no_auth;
+ bool pil_mss_memsetup;
int ssctl_instance_id;
u32 sysmon_pid;
int sysmon_shutdown_ret;