On Tue, Feb 27, 2018 at 11:17:47AM +0000, Leif Lindholm wrote:
On Wed, Jan 31, 2018 at 04:26:14PM +0000, Victor Chong 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
Sorry, I misfiltered this as well.
However, platforms.config is now outdated since it belongs to the old OpenPlatformPkg build support rather than edk2-platforms, which is where the most up to date (if still incomplete) upstream hikey support exists.
edk2-build.sh, which is the script used for the edk2-platforms way of building uses edk2-platforms.config instead.
uefi-build.sh/platforms.config will go away eventually, so would it be an option to migrate away from them at this point?
I still use uefi-build.sh for building qemu UEFI :)
Heyi
/ Leif
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
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-uefi