aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-07-27 17:18:42 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2015-07-27 17:46:05 +0100
commite8acf9fc24859c9132bfc592efcd4f9d1109ebae (patch)
tree2ab815928b2f9b8a76671b632a236ad985c21420
parente1a64c3c7e3f5e958ed0a546ed49abb2c0242f96 (diff)
Juno: Add bl0.bin
Use new EXTRA_FILES option to include bl0.img in the generated output. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--platforms.config2
1 files changed, 2 insertions, 0 deletions
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