From e8acf9fc24859c9132bfc592efcd4f9d1109ebae Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Mon, 27 Jul 2015 17:18:42 +0100 Subject: Juno: Add bl0.bin Use new EXTRA_FILES option to include bl0.img in the generated output. Signed-off-by: Leif Lindholm --- platforms.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms.config b/platforms.config index 6a495eb..b991115 100644 --- a/platforms.config +++ b/platforms.config @@ -23,6 +23,7 @@ # # Optional options: # - BUILDFLAGS Any special flags you want to pass to the build command. +# - EXTRA_FILES Any additional files to be copied to output dir. # - PREBUILD_CMDS Any commands you want to execute before the build step. # - POSTBUILD_CMDS Any commands you want to execute after the build step. # @@ -36,6 +37,7 @@ BUILD_ATF=yes UEFI_BIN=BL33_AP_UEFI.fd UEFI_IMAGE_DIR=ArmJuno SCP_BIN=OpenPlatformPkg/Platforms/ARM/Juno/Binary/bl30.bin +EXTRA_FILES=../../../../OpenPlatformPkg/Platforms/ARM/Juno/Binary/bl0.bin ../../../../OpenPlatformPkg/Platforms/ARM/Juno/Binary/Copying.txt [fvp-base-armbds] LONGNAME=aarch64 FVP Base RTSM -- cgit v1.2.3