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 --- platforms.config | 3 +++ 1 file changed, 3 insertions(+)
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