Update EDK2 build config
This commit is contained in:
@@ -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" \
|
||||
|
Reference in New Issue
Block a user