aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-04-12 23:18:02 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-04-13 08:07:08 +0530
commit7af225020836efea68c34930a2257230030c21a0 (patch)
tree12745437e2222aeff6f61bd5b25f79ad6d014bff
parent26d70b873cd9c2eea555658d688a9e561ffb37e0 (diff)
configs/rddaniel: adapt to changes in edk2-platforms
There are changes in edk2-platforms which required each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: Ida7273b4670211ee1359337ed1f113feb047ab32 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xconfigs/rddaniel/rddaniel18
1 files changed, 9 insertions, 9 deletions
diff --git a/configs/rddaniel/rddaniel b/configs/rddaniel/rddaniel
index 7cc4c01..f91278b 100755
--- a/configs/rddaniel/rddaniel
+++ b/configs/rddaniel/rddaniel
@@ -64,17 +64,17 @@ VALID_FILESYSTEMS="busybox"
#UEFI Options.
UEFI_BUILD_ENABLED=1
if [ "$ARM_TF_ENABLE_SPM" == "1" ]; then
- UEFI_PLATFORMS="rddaniel rddaniel_mm_standalone"
+ UEFI_PLATFORMS="rddanielcfgm rddaniel_mm_standalone"
else
- UEFI_PLATFORMS="rddaniel"
+ UEFI_PLATFORMS="rddanielcfgm"
fi
-declare -A UEFI_PLAT_rddaniel
-UEFI_PLAT_rddaniel[platname]="ArmSgi"
-UEFI_PLAT_rddaniel[output]=css-common
-UEFI_PLAT_rddaniel[defines]="-D EDK2_PLAT=rddaniel -D EDK2_ENABLE_SMSC_91X -D VALIDATION_LVL=$VALIDATION_LVL"
-UEFI_PLAT_rddaniel[defines]="${UEFI_PLAT_rddaniel[defines]} -D EDK2_ENABLE_RAS=$ARM_TF_RAS_EXTENSION"
-UEFI_PLAT_rddaniel[binary]="BL33_AP_UEFI.fd"
-UEFI_PLAT_rddaniel[outbin]=uefi.bin
+declare -A UEFI_PLAT_rddanielcfgm
+UEFI_PLAT_rddanielcfgm[platname]="RdDanielCfgM"
+UEFI_PLAT_rddanielcfgm[output]=css-common
+UEFI_PLAT_rddanielcfgm[defines]="-D EDK2_PLAT=rddaniel -D EDK2_ENABLE_SMSC_91X -D VALIDATION_LVL=$VALIDATION_LVL"
+UEFI_PLAT_rddanielcfgm[defines]="${UEFI_PLAT_rddanielcfgm[defines]} -D EDK2_ENABLE_RAS=$ARM_TF_RAS_EXTENSION"
+UEFI_PLAT_rddanielcfgm[binary]="BL33_AP_UEFI.fd"
+UEFI_PLAT_rddanielcfgm[outbin]=uefi.bin
#Standalone MM Build Options
UEFI_MM_BUILD_ENABLED=$ARM_TF_ENABLE_SPM