edk2-msm8916/build.sh
Ivaylo Ivanov c75269db6e initial bringup
Signed-off-by: Ivaylo Ivanov <ivo.ivanov@null.net>
2021-09-01 15:27:03 +03:00

9 lines
327 B
Bash
Executable File

#!/bin/bash
# based on the instructions from edk2-platform
set -e
. build_common.sh
# not actually GCC5; it's GCC7 on Ubuntu 18.04.
GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -s -n 0 -a AARCH64 -t GCC5 -p Pixel3XL/Pixel3XL.dsc
gzip -c < workspace/Build/Pixel3XL/DEBUG_GCC5/FV/PIXEL3XL_UEFI.fd >uefi.img
cat j5.dtb >>uefi.img