summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-09-21 09:58:59 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2017-09-21 10:24:16 +0100
commitb31fbcfea25d4147025669568f1e7d856ee17109 (patch)
tree01a7584018a372c9a434a3eba7d199ab7beb228c
parente960afaa7ce3474724a8548a746b97b4cd0ff500 (diff)
platforms.config: hikey: Add note for upstream atf usage
hikey is now supported in upstream atf, i.e. https://github.com/ARM-software/arm-trusted-firmware but the way the OP-TEE binary is loaded differs from https://github.com/96boards-hikey/arm-trusted-firmware so add a note to inform users about setting a different TOS_BIN when using upstream atf, otherwise firmware boot will hang. Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--platforms.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms.config b/platforms.config
index 6d3abff..deb02f4 100644
--- a/platforms.config
+++ b/platforms.config
@@ -194,6 +194,9 @@ 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
[hikey]
LONGNAME=CircuitCo HiKey
DSC=OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dsc