aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2019-06-26 10:59:05 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2019-06-26 06:39:47 +0100
commitd3be5eeb171a0c3ff76d298088fe315bbdfe445e (patch)
tree5f634215c0a22b9be3ba2aeed66ae95dfead9d67
parentd2d86c711bfeb986bc0d318dfa5998cebaa0e7ab (diff)
configs: Update platform config file for FVP and Junoarmlt-20190708-00119.06
Use uefi.bin as UEFI build name in platform config files Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rw-r--r--configs/common/common.fvp1
-rw-r--r--configs/common/common.juno1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/common/common.fvp b/configs/common/common.fvp
index cc86298..99df321 100644
--- a/configs/common/common.fvp
+++ b/configs/common/common.fvp
@@ -47,6 +47,7 @@ UEFI_PLAT_fvp[platname]="ArmVExpress-FVP-AArch64"
UEFI_PLAT_fvp[output]=fvp
UEFI_PLAT_fvp[defines]=
UEFI_PLAT_fvp[binary]="FVP_AARCH64_EFI.fd"
+UEFI_PLAT_fvp[outbin]=uefi.bin
OPTEE_BUILD_ENABLED=1
OPTEE_FLAVOUR="fvp"
diff --git a/configs/common/common.juno b/configs/common/common.juno
index 724fb87..6f617c0 100644
--- a/configs/common/common.juno
+++ b/configs/common/common.juno
@@ -47,6 +47,7 @@ UEFI_PLAT_juno[platname]="ArmJuno"
UEFI_PLAT_juno[output]=juno
UEFI_PLAT_juno[defines]=
UEFI_PLAT_juno[binary]="BL33_AP_UEFI.fd"
+UEFI_PLAT_juno[outbin]=uefi.bin
ARM_TF_PLATS="juno"