summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2018-11-20 13:31:15 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2018-11-20 14:19:30 +0000
commitb1c46a04b9bf2c448195df74b0ade77db10cb752 (patch)
tree6ecc34c820e589ba3ed7a68c98e4a8dad01ce1d7
parent7ab9118d243141b319bb29d7f04361747ea229d9 (diff)
platforms.config: update for 2018.11 release
- Sync new comment header from current uefi-tools. - Add ARM Sgi575 platform. - Delete developerbox. - Fix a few line endings. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--platforms.config25
1 files changed, 13 insertions, 12 deletions
diff --git a/platforms.config b/platforms.config
index 055fe9d..797d45e 100644
--- a/platforms.config
+++ b/platforms.config
@@ -39,6 +39,8 @@
# different from UEFI platform name.
# - SCP_BIN SCP image to pass to ARM Trusted Firmware.
# - TOS_BIN Trusted OS image to pass to ARM Trusted Firmware.
+# - TOS_BIN_EXTRA1 First extra Trusted OS image
+# - TOS_BIN_EXTRA2 Second extra Trusted OS image
# The path is relative to
# $EDK2_DIR/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/.
# To actually build the Trusted OS, you must also set
@@ -54,9 +56,9 @@
# - TOS_BUILDFLAGS Any special flags you want to pass to the Trusted OS
# build command.
# - EXTRA_FILES Any additional files to be copied to output dir.
-# - EXEC_FILES Any additional files to be copied - relative to <ARCH>
-# directory in target build root (<TARGET>_<TOOLCHAIN>)
-# instead of FV dir.
+# - EXEC_FILES Any additional files to be copied - relative to <ARCH>
+# directory in target build root (<TARGET>_<TOOLCHAIN>)
+# instead of FV dir.
# - PREBUILD_CMDS Any commands you want to execute before the build step.
# - POSTBUILD_CMDS Any commands you want to execute after the build step.
# - PACKAGES_PATH Additional directories to search for packages under.
@@ -98,10 +100,10 @@ UEFI_BIN=D06.fd
UEFI_IMAGE_DIR=D06
EXTRA_FILES=D06FIRMWAREUPDATECAPSULEFMPPKCS7.Cap
-[qemu-arm]
+[qemu-arm]
LONGNAME=QEMU ARM Emulator
DSC=ArmVirtPkg/ArmVirtQemu.dsc
-ARCH=ARM
+ARCH=ARM
UEFI_BIN=QEMU_EFI.fd
UEFI_IMAGE_DIR=ArmVirtQemu-ARM
EXTRA_FILES=QEMU_VARS.fd
@@ -110,17 +112,16 @@ EXTRA_FILES=QEMU_VARS.fd
LONGNAME=QEMU AArch64 Emulator
DSC=ArmVirtPkg/ArmVirtQemu.dsc
ARCH=AARCH64
-UEFI_BIN=QEMU_EFI.fd
+UEFI_BIN=QEMU_EFI.fd
UEFI_IMAGE_DIR=ArmVirtQemu-AARCH64
EXTRA_FILES=QEMU_VARS.fd
-[developerbox]
-LONGNAME=Socionext SynQuacer developer box
-DSC=Platform/Socionext/DeveloperBox/DeveloperBox.dsc
+[sgi575]
+LONGNAME=ARM SGI575 FVP
+DSC=Platform/ARM/SgiPkg/SgiPlatform.dsc
ARCH=AARCH64
-UEFI_BIN=SPI_NOR_IMAGE.fd
-UEFI_IMAGE_DIR=DeveloperBox
-EXTRA_FILES=SYNQUACERFIRMWAREUPDATECAPSULEFMPPKCS7.Cap
+UEFI_BIN=BL33_AP_UEFI.fd
+UEFI_IMAGE_DIR=ArmSgi
[capsuleapp]
LONGNAME=EDK2 Capsule Update application (64-bit)