aboutsummaryrefslogtreecommitdiff
path: root/platforms/tc2
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-06-29 16:14:59 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2016-09-02 16:02:35 +0100
commitb5dba2250e6e3b9d64934063ec9e53bef4b059c0 (patch)
tree6d00531dab72909596ed82832df7cd434db7ebb3 /platforms/tc2
parent6602a2d3643fd071eb7a94ee44b1d4218a4d4c86 (diff)
ARMLT: add uefi filesystem
ARMLT builds a UEFI only output. This isn't a filesystem as such, but with the architecture of the build scripts, using it as a filesystem flavour is the obvious way to create platform independent output dirs. Change-Id: I3eaa5d165ac02758b0a2e372f36918a11dfb9ff4 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'platforms/tc2')
-rw-r--r--platforms/tc2/tc25
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/tc2/tc2 b/platforms/tc2/tc2
index 4efa4a7..2a332b5 100644
--- a/platforms/tc2/tc2
+++ b/platforms/tc2/tc2
@@ -132,4 +132,9 @@ if [ "$UBOOT_BUILD_ENABLED" == "1" ]; then
TARGET_BINS_COPY_LIST_ANDROID[$[index++]]="${OUTDIR}/tc2/uboot.bin ${TC2_ANDROID_UBOOT_FOLDER}/boot-tc2.bin"
fi
+TC2_UEFI_FOLDER=$PLATDIR/tc2-uefi/uefi
+index=${#TARGET_BINS_COPY_LIST_UEFI[@]}
+TARGET_BINS_COPY_LIST_UEFI[$[index++]]="${OUTDIR}/tc2/uefi.bin ${TC2_UEFI_FOLDER}/boot-tc2.bin"
+TARGET_BINS_COPY_LIST_UEFI[$[index++]]="${TOP_DIR}/vexpress-firmware/SOFTWARE/bootuefi.txt ${TC2_UEFI_FOLDER}/bootscr.txt"
+
FLAVOUR_BUILD_SCRIPTS="build-uboot.sh build-uefi.sh build-linux.sh build-devtrees.sh build-scp.sh build-arm-tf.sh build-optee-os.sh build-android.sh build-target-bins.sh"