aboutsummaryrefslogtreecommitdiff
path: root/leg-virt-tiancore-edk2-upstream.yaml
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-11-30 10:01:40 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2015-11-30 10:01:40 +0100
commit5807f9eb202bd179fc1bc2e521135266484145c2 (patch)
tree3de9b467f99698d301af81160735ff5c4dad31ca /leg-virt-tiancore-edk2-upstream.yaml
parent2df2d62b5fd6b0d50afadfdbb697c800ac6051c7 (diff)
leg-virt-tianocore: build 32-bit firmwares with secure boot support
Change-Id: Ie0c3d6eb19a67c94698405878ce90d73d3f974e6 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'leg-virt-tiancore-edk2-upstream.yaml')
-rw-r--r--leg-virt-tiancore-edk2-upstream.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/leg-virt-tiancore-edk2-upstream.yaml b/leg-virt-tiancore-edk2-upstream.yaml
index 239955031b..2478539c4e 100644
--- a/leg-virt-tiancore-edk2-upstream.yaml
+++ b/leg-virt-tiancore-edk2-upstream.yaml
@@ -107,7 +107,7 @@
for tc in GCC48 GCC49
do
mkdir -p ${OUTDIR}/QEMU-ARM/${type}_${tc}
- build -a ARM -t ${tc} -b ${type} -n $NUM_THREADS -p ArmVirtPkg/ArmVirtQemu.dsc
+ build -a ARM -t ${tc} -b ${type} -n $NUM_THREADS -p ArmVirtPkg/ArmVirtQemu.dsc -D SECURE_BOOT_ENABLE
cp Build/ArmVirtQemu-ARM/${type}_${tc}/FV/QEMU_EFI.fd ${OUTDIR}/QEMU-ARM/${type}_${tc}
done