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
(cherry picked from commit ffea3844c00daf8dee466840a4932cac04b3eb57)
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk
index 683d7ac..aa4052f 100644
--- a/make_helpers/defaults.mk
+++ b/make_helpers/defaults.mk
@@ -273,6 +273,9 @@
 # True Random Number firmware Interface support
 TRNG_SUPPORT			:= 0
 
+# Check to see if Errata ABI is supported
+ERRATA_ABI_SUPPORT		:= 0
+
 # SMCCC PCI support
 SMC_PCI_SUPPORT			:= 0