Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/edk2/+/58778 )
Change subject: UefiPayloadPkg: Enable PS2 keyboard by default ......................................................................
UefiPayloadPkg: Enable PS2 keyboard by default
Signed-off-by: Matt DeVillier matt.devillier@gmail.com Change-Id: I33cc1654fbe2e578aa8f1485d755fc19b4db780d Reviewed-on: https://review.coreboot.org/c/edk2/+/58778 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Sean Rhodes admin@starlabs.systems Reviewed-by: Patrick Georgi pgeorgi@google.com --- M UefiPayloadPkg/UefiPayloadPkg.dsc 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Sean Rhodes: Looks good to me, but someone else must approve
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 856d5ea..4aab59e 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -27,7 +27,7 @@ PCD_DYNAMIC_AS_DYNAMICEX = TRUE
DEFINE SOURCE_DEBUG_ENABLE = FALSE - DEFINE PS2_KEYBOARD_ENABLE = FALSE + DEFINE PS2_KEYBOARD_ENABLE = TRUE DEFINE UNIVERSAL_PAYLOAD = FALSE
#
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.