Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60644 )
Change subject: payloads/tianocore: Change default branch to uefipayload_202201 ......................................................................
payloads/tianocore: Change default branch to uefipayload_202201
Change default EDKII branch to uefipayload_202201 which inludes the following changes: * Add support for TPM * Add secureboot support * Allow changing the boot menu key * Rebase on upstream
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I7fee7e5414ea01a6049be6c1b9b7abc3776cc7d0 --- M payloads/external/tianocore/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/60644/1
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 9c79de9..aeafcf4 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -6,7 +6,7 @@ project_name=Tianocore project_dir=$(CURDIR)/tianocore project_git_repo=https://github.com/mrchromebox/edk2 -project_git_branch=uefipayload_202107 +project_git_branch=uefipayload_202201 upstream_git_repo=https://github.com/tianocore/edk2
build_flavor=-D BOOTLOADER=COREBOOT -D PCIE_BASE=$(CONFIG_ECAM_MMCONF_BASE_ADDRESS) -DPS2_KEYBOARD_ENABLE