Update EDK2 build config

This commit is contained in:
Jeremy Soller
2019-05-02 15:11:07 -06:00
parent 87d53d9879
commit c9e444edf4
4 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ set -e
if [ -z "$1" ]
then
echo "$0 [UEFIPAYLOAD.fd]" >&2
echo "$0 [UEFIPAYLOAD.fd] <ARGS..>" >&2
exit 1
fi
UEFIPAYLOAD="$(realpath "$1")"
@@ -23,7 +23,8 @@ pushd edk2 >/dev/null
-a X64 \
-b "${BUILD_TYPE}" \
-t "${TOOLCHAIN}" \
-p CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
-p CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc \
"${@:2}"
cp -v \
"Build/CorebootPayloadPkgX64/${BUILD_TYPE}_${TOOLCHAIN}/FV/UEFIPAYLOAD.fd" \