summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSona Mathew <SonaRebecca.Mathew@arm.com>2022-11-18 18:05:38 -0600
committerSona Mathew <SonaRebecca.Mathew@arm.com>2023-05-05 13:23:10 -0500
commitffea3844c00daf8dee466840a4932cac04b3eb57 (patch)
tree92f18d3415c5f382a13a72fedac10b343796754d /Makefile
parent76fef4757253fd140ca62c8450e4d2921a81a9da (diff)
downloadarm-trusted-firmware-ffea3844c00daf8dee466840a4932cac04b3eb57.tar.gz
feat(errata_abi): errata management firmware interface
This patch adds the errata management firmware interface for lower ELs to discover details about CPU erratum. Based on the CPU erratum identifier the interface enables the OS to find the mitigation of an erratum in EL3. The ABI can only be present in a system that is compliant with SMCCCv1.1 or higher. This implements v1.0 of the errata ABI spec. For details on all possible return values, refer the design documentation below: ABI design documentation: https://developer.arm.com/documentation/den0100/1-0?lang=en Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com> Change-Id: I70f0e2569cf92e6e02ad82e3e77874546232b89a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7368ca59b..21d65cfed 100644
--- a/Makefile
+++ b/Makefile
@@ -1163,6 +1163,7 @@ $(eval $(call assert_booleans,\
SIMICS_BUILD \
FEATURE_DETECTION \
TRNG_SUPPORT \
+ ERRATA_ABI_SUPPORT \
CONDITIONAL_CMO \
)))
@@ -1295,6 +1296,7 @@ $(eval $(call add_defines,\
TRUSTED_BOARD_BOOT \
CRYPTO_SUPPORT \
TRNG_SUPPORT \
+ ERRATA_ABI_SUPPORT \
USE_COHERENT_MEM \
USE_DEBUGFS \
ARM_IO_IN_DTB \