summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-03-19 06:42:40 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2018-03-21 00:58:02 +0000
commit083ba8c0a2be9bc6d609b34bb7c92929cdbaf265 (patch)
tree2fc2f170414d9da188cf55a17892f272fc32bd90
parent7e9ec1ebb8cd5a7a7902216c6e227803df4f12fa (diff)
platforms.config: hikey: Change default TOS_BIN
Now that most, if not all, Linaro builds have reverted to using upstream ATF instead of one of the 96boards's forks, change the default TOS_BIN value to match. Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Haojian Zhuang <haojian.zhuang@linaro.org> Reviewed-by: Fathi Boudra <fathi.boudra@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--platforms.config10
1 files changed, 6 insertions, 4 deletions
diff --git a/platforms.config b/platforms.config
index 8d8c224..3d501cf 100644
--- a/platforms.config
+++ b/platforms.config
@@ -196,9 +196,11 @@ PACKAGES_PATH=OpenPlatformPkg/Platforms/AMD/Styx/Binary
UEFI_BIN=STYX_ROM.fd
UEFI_IMAGE_DIR=Cello
-# NOTE: If using upstream ATF, i.e.
-# https://github.com/ARM-software/arm-trusted-firmware
-# please set TOS_BIN=tee-pager.bin
+# NOTE: If using 96board's forks of ATF, i.e.
+# https://github.com/96boards-hikey/arm-trusted-firmware
+# or
+# https://github.com/96boards/arm-trusted-firmware
+# please set TOS_BIN=tee.bin
[hikey]
LONGNAME=CircuitCo HiKey
DSC=OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dsc
@@ -207,7 +209,7 @@ UEFI_BIN=BL33_AP_UEFI.fd
UEFI_IMAGE_DIR=HiKey
BUILD_ATF=yes
ATF_SPD=opteed
-TOS_BIN=tee.bin
+TOS_BIN=tee-pager.bin
TOS_PLATFORM_FLAVOR=hikey
BUILD_TOS=yes
SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/mcuimage.bin