Rebase edk2 on edk2-stable202002

Rebase on the latest stable tag of EDK II, switching from
CorebootPayloadPkg to the new UefiPayloadPkg.
This commit is contained in:
Tim Crawford
2020-05-20 16:27:50 -06:00
committed by Jeremy Soller
parent 6d66adc7f5
commit d645e62cde
2 changed files with 3 additions and 3 deletions

2
edk2

Submodule edk2 updated: f40dc199c2...e61bb9222c

View File

@@ -9,8 +9,8 @@ then
fi
UEFIPAYLOAD="$(realpath "$1")"
PACKAGE=CorebootPayloadPkg
#PACKAGE=UefiPayloadPkg
#PACKAGE=CorebootPayloadPkg
PACKAGE=UefiPayloadPkg
BUILD_TYPE=RELEASE
#BUILD_TYPE=DEBUG
TOOLCHAIN=GCC5