aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmkar Anand Kulkarni <omkar.kulkarni@arm.com>2020-04-22 13:27:56 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-04-22 13:30:39 +0530
commit13b8a7c32236d88a137914ee88524ffdbd53400d (patch)
tree06dffe43e5fa807fbb46012a54b73ce0dd4f98aa
parent1ac26a1251eb5b498c224b93e9f6371758847f75 (diff)
configs: reenable ras support for platforms with dmc620 controller
Reenable the RAS support for platforms with the DMC-620 controller. The platforms on which RAS support is being reenabled include SGI-575, RD-N1-Edge and RD-E1-Edge. Change-Id: I5766e3549ed0be9f89050b490eaa809acf8a8c24 Signed-off-by: Omkar Anand Kulkarni <omkar.kulkarni@arm.com>
-rwxr-xr-xconfigs/rde1edge/rde1edge6
-rwxr-xr-xconfigs/rdn1edge/rdn1edge6
-rw-r--r--configs/sgi575/sgi5756
3 files changed, 9 insertions, 9 deletions
diff --git a/configs/rde1edge/rde1edge b/configs/rde1edge/rde1edge
index d401a01..5e59ba6 100755
--- a/configs/rde1edge/rde1edge
+++ b/configs/rde1edge/rde1edge
@@ -41,15 +41,15 @@ GRUB_PLAT_CONFIG_FILE=${TOP_DIR}/build-scripts/configs/rde1edge/grub_config/rde1
# ARM_TF Flags
ARM_TF_PLATS="rde1edge"
ARM_TF_DEBUG_ENABLED=1
-ARM_TF_ENABLE_SPM=0
-ARM_TF_RAS_EXTENSION=0
+ARM_TF_ENABLE_SPM=1
+ARM_TF_RAS_EXTENSION=1
# Enable support for secure partition, partition manager and RAS.
# If SPM is enabled, ensure that UEFI_MM_BUILD_ENABLED is set to 1.
# If SPM is disabled, ensure that secure storage and RAS features are disabled
# as well in uefi (ref: uefi-tools/edk2-platforms.config file).
if [ "$ARM_TF_ENABLE_SPM" == "1" ]; then
- ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM"
+ ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM SPM_MM=$ARM_TF_RAS_EXTENSION"
if [ "$ARM_TF_RAS_EXTENSION" == "1" ]; then
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS RAS_EXTENSION=1"
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS SDEI_SUPPORT=1"
diff --git a/configs/rdn1edge/rdn1edge b/configs/rdn1edge/rdn1edge
index 9ee9ac9..ee7bb0c 100755
--- a/configs/rdn1edge/rdn1edge
+++ b/configs/rdn1edge/rdn1edge
@@ -41,15 +41,15 @@ GRUB_PLAT_CONFIG_FILE=${TOP_DIR}/build-scripts/configs/rdn1edge/grub_config/rdn1
# ARM_TF Flags
ARM_TF_PLATS="rdn1edge"
ARM_TF_DEBUG_ENABLED=1
-ARM_TF_ENABLE_SPM=0
-ARM_TF_RAS_EXTENSION=0
+ARM_TF_ENABLE_SPM=1
+ARM_TF_RAS_EXTENSION=1
# Enable support for secure partition, partition manager and RAS.
# If SPM is enabled, ensure that UEFI_MM_BUILD_ENABLED is set to 1.
# If SPM is disabled, ensure that secure storage and RAS features are disabled
# as well in uefi (ref: uefi-tools/edk2-platforms.config file).
if [ "$ARM_TF_ENABLE_SPM" == "1" ]; then
- ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM"
+ ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM SPM_MM=$ARM_TF_RAS_EXTENSION"
if [ "$ARM_TF_RAS_EXTENSION" == "1" ]; then
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS RAS_EXTENSION=1"
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS SDEI_SUPPORT=1"
diff --git a/configs/sgi575/sgi575 b/configs/sgi575/sgi575
index 57d4dbc..54aad91 100644
--- a/configs/sgi575/sgi575
+++ b/configs/sgi575/sgi575
@@ -41,15 +41,15 @@ GRUB_PLAT_CONFIG_FILE=${TOP_DIR}/build-scripts/configs/sgi575/grub_config/sgi575
# ARM_TF Flags
ARM_TF_PLATS="sgi575"
ARM_TF_DEBUG_ENABLED=1
-ARM_TF_ENABLE_SPM=0
-ARM_TF_RAS_EXTENSION=0
+ARM_TF_ENABLE_SPM=1
+ARM_TF_RAS_EXTENSION=1
# Enable support for secure partition, partition manager and RAS.
# If SPM is enabled, ensure that UEFI_MM_BUILD_ENABLED is set to 1.
# If SPM is disabled, ensure that secure storage and RAS features are disabled
# as well in uefi (ref: uefi-tools/edk2-platforms.config file).
if [ "$ARM_TF_ENABLE_SPM" == "1" ]; then
- ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM"
+ ARM_TF_BUILD_FLAGS="ENABLE_SPM=$ARM_TF_ENABLE_SPM SPM_MM=$ARM_TF_RAS_EXTENSION"
if [ "$ARM_TF_RAS_EXTENSION" == "1" ]; then
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS RAS_EXTENSION=1"
ARM_TF_BUILD_FLAGS="$ARM_TF_BUILD_FLAGS SDEI_SUPPORT=1"