aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSandeep Tripathy <sandeep.tripathy@broadcom.com>2020-08-12 18:42:13 +0530
committerSandeep Tripathy <sandeep.tripathy@broadcom.com>2020-08-26 22:02:23 +0530
commit262aceaac48b56eebf1dcf69601c98c01f6ae38d (patch)
treea66575a76e8a8f09df5576ab157530b77cdf62da /include
parent3e1e08b79925f4acba5a900f6a6fea1b73648806 (diff)
downloadplatform_external_arm-trusted-firmware-262aceaac48b56eebf1dcf69601c98c01f6ae38d.tar.gz
platform_external_arm-trusted-firmware-262aceaac48b56eebf1dcf69601c98c01f6ae38d.tar.bz2
platform_external_arm-trusted-firmware-262aceaac48b56eebf1dcf69601c98c01f6ae38d.zip
ehf: use common priority level enumuration
'EHF' is used by RAS, SDEI, SPM_MM common frameworks. If platform needs to plug-in specific handlers then 'PLAT_EHF_DESC' can be used to populate platform specific priority levels. Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com> Change-Id: I37af7e0e48111f87b6982604bf5c15db3e05755d
Diffstat (limited to 'include')
-rw-r--r--include/plat/arm/common/arm_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/common/arm_def.h b/include/plat/arm/common/arm_def.h
index 293e7ce6f..c01864306 100644
--- a/include/plat/arm/common/arm_def.h
+++ b/include/plat/arm/common/arm_def.h
@@ -568,7 +568,7 @@
#define PLAT_SDEI_NORMAL_PRI 0x70
/* ARM platforms use 3 upper bits of secure interrupt priority */
-#define ARM_PRI_BITS 3
+#define PLAT_PRI_BITS 3
/* SGI used for SDEI signalling */
#define ARM_SDEI_SGI ARM_IRQ_SEC_SGI_0