RAS: SGI: Add flags needed to build components for RAS feature
authorSughosh Ganu <[email protected]>
Wed, 16 May 2018 13:18:56 +0000 (18:48 +0530)
committerSughosh Ganu <[email protected]>
Thu, 26 Jul 2018 16:43:44 +0000 (22:13 +0530)
Add the various flags that are required to build the components needed
to enable the RAS feature on SGI575 platform. By default, all flags
are set to 0, disabling building of all corresponding components.

Change-Id: I7f8536fba895043ef6e397cc33ac9126cb572132
Signed-off-by: Sughosh Ganu <[email protected]>
plat/arm/css/sgi/sgi-common.mk

index 92e1012a300b0d96d2fc28708a8d37f8e3fee10c..e0996c78df1a587c643b99ff86582516ef3da833 100644 (file)
@@ -8,6 +8,16 @@ ENABLE_PLAT_COMPAT             :=      0
 
 CSS_ENT_BASE                   :=      plat/arm/css/sgi
 
+RAS_EXTENSION                  :=      0
+
+ENABLE_SPM                     :=      0
+
+SDEI_SUPPORT                   :=      0
+
+EL3_EXCEPTION_HANDLING         :=      0
+
+HANDLE_EA_EL3_FIRST            :=      0
+
 INTERCONNECT_SOURCES   :=      ${CSS_ENT_BASE}/sgi_interconnect.c
 
 PLAT_INCLUDES          +=      -I${CSS_ENT_BASE}/include