aboutsummaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/include/platform_def.h
diff options
context:
space:
mode:
authorSandeep Tripathy <sandeep.tripathy@broadcom.com>2020-08-26 19:54:41 +0530
committerSandeep Tripathy <sandeep.tripathy@broadcom.com>2020-09-10 18:54:06 +0530
commitdeb875b511acdfb02aed3142269162f23f4b57ee (patch)
treebe65ffac3709e4973b297c754cd0a8ec11a85e26 /plat/nvidia/tegra/include/platform_def.h
parent262aceaac48b56eebf1dcf69601c98c01f6ae38d (diff)
downloadtrusted-firmware-a-deb875b511acdfb02aed3142269162f23f4b57ee.tar.gz
plat: tegra: Use generic ehf defines
Use common ehf file for generic frameworks like SDEI, RAS and extend plat specific defines using 'PLAT_EHF_DESC'. Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com> Change-Id: I8a8161c6030f8d226a8bdf0301e7fe6139f019a4
Diffstat (limited to 'plat/nvidia/tegra/include/platform_def.h')
-rw-r--r--plat/nvidia/tegra/include/platform_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/nvidia/tegra/include/platform_def.h b/plat/nvidia/tegra/include/platform_def.h
index 2331869d2d..1176cde829 100644
--- a/plat/nvidia/tegra/include/platform_def.h
+++ b/plat/nvidia/tegra/include/platform_def.h
@@ -100,6 +100,9 @@
#define PLAT_SDEI_NORMAL_PRI U(0x30)
#define PLAT_TEGRA_WDT_PRIO U(0x40)
+#define PLAT_EHF_DESC EHF_PRI_DESC(PLAT_PRI_BITS,\
+ PLAT_TEGRA_WDT_PRIO)
+
/*******************************************************************************
* SDEI events
******************************************************************************/