Attention is currently required from: Martin Roth, Stefan Reinauer. Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61550 )
Change subject: payloads/tianocore: Remove used build option ......................................................................
payloads/tianocore: Remove used build option
Remove -DPS2_KEYBOARD_ENABLE being passed to edk2 as it has no effect. The correct argument for PS2 Keyboard is: -D PS2_KEYBOARD_ENABLE=TRUE -D SIO_BUS_ENABLE=TRUE
This is hard coded into uefipayload_202107.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ic52e0afa7744f4a902274c41aed59ca23fd9f5fc --- M payloads/external/tianocore/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/61550/1
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index a4ccfc7..f99b80e 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -9,7 +9,7 @@ project_git_branch=uefipayload_202107 upstream_git_repo=https://github.com/tianocore/edk2
-build_flavor=-D BOOTLOADER=COREBOOT -D PCIE_BASE=$(CONFIG_ECAM_MMCONF_BASE_ADDRESS) -DPS2_KEYBOARD_ENABLE +build_flavor=-D BOOTLOADER=COREBOOT -D PCIE_BASE=$(CONFIG_ECAM_MMCONF_BASE_ADDRESS)
ifeq ($(CONFIG_TIANOCORE_COREBOOTPAYLOAD),y) project_git_branch=coreboot_fb