From db599a70cb5bcbab7db755a09c926057f0591ca8 Mon Sep 17 00:00:00 2001 From: Arun KS Date: Thu, 21 Jan 2016 13:57:23 +0530 Subject: 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 Signed-off-by: Arun KS --- include/soc/qcom/subsystem_restart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3