在 03/01/2016 06:14 PM, Haojian Zhuang 写道:
Since hikey is rebased on OpenPlatformPkg tree, update the build path of hikey platform.
Signed-off-by: Haojian Zhuang haojian.zhuang@linaro.org
platforms.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/platforms.config b/platforms.config index f9c07ea..baaf18a 100644 --- a/platforms.config +++ b/platforms.config @@ -170,7 +170,7 @@ UEFI_IMAGE_DIR=Overdrive
[hikey] LONGNAME=CircuitCo HiKey -DSC=HisiPkg/HiKeyPkg/HiKey.dsc +DSC=OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dsc ARCH=AARCH64 UEFI_BIN=BL33_AP_UEFI.fd UEFI_IMAGE_DIR=HiKey @@ -178,7 +178,7 @@ BUILD_ATF=yes ATF_SPD=opteed TOS_BIN=tee.bin BUILD_TOS=yes -SCP_BIN=HisiPkg/HiKeyPkg/NonFree/mcuimage.bin +SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/mcuimage.bin # Uncomment this to use UART0 as the EDK2 console #BUILDFLAGS=-DSERIAL_BASE=0xF8015000 # Uncomment this to use UART0 as the ARM Trusted Firmware console
Correct the email address of Leif.
Regards Haojian