Ping?
On Thu, Feb 1, 2018 at 1:26 AM, Victor Chong victor.chong@linaro.org wrote:
Now that most, if not all, Linaro builds have reverted to using upstream ATF instead of the 96boards-hikey fork, change the default TOS_BIN value to match.
Signed-off-by: Victor Chong victor.chong@linaro.org
platforms.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/platforms.config b/platforms.config index deb02f4..e47ba3b 100644 --- a/platforms.config +++ b/platforms.config @@ -194,9 +194,6 @@ 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 @@ -205,7 +202,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 -- 2.15.1