summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorNishant Sharma <nishant.sharma@arm.com>2023-10-12 10:45:28 +0100
committerNishant Sharma <nishant.sharma@arm.com>2023-10-12 10:45:28 +0100
commit6e92a82c81d2b0e49df730f68c8312beec1d3b48 (patch)
tree6b6db97e34432c2926840a9ae6597fd90b26c962 /plat
parentf5e1bed2669cce46a1d7c6b8d3f8f884b4d589b3 (diff)
feat(ras): reuse SPM_MM specific defines for SPMC_AT_EL3
For EL3 SPMC configuration enabled platforms, allow the reuse of SPM_MM specific definitions. Signed-off-by: Nishant Sharma <nishant.sharma@arm.com> Change-Id: Ic88db49d4f854c718d064b2c301a639fc2df2857
Diffstat (limited to 'plat')
-rw-r--r--plat/common/aarch64/plat_ehf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/common/aarch64/plat_ehf.c b/plat/common/aarch64/plat_ehf.c
index be0fac170..41b175d56 100644
--- a/plat/common/aarch64/plat_ehf.c
+++ b/plat/common/aarch64/plat_ehf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2023, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2020, Broadcom
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -25,7 +25,7 @@ ehf_pri_desc_t plat_exceptions[] = {
EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
#endif
-#if SPM_MM
+#if SPM_MM || (SPMC_AT_EL3 && SPMC_AT_EL3_SEL0_SP)
#if RAS_FFH_SUPPORT
#if (PLAT_SP_PRI != PLAT_RAS_PRI)
EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SP_PRI),