audk/UefiPayloadPkg/Library/PlatformBootManagerLib
Dong, Guo 33a3293651 UefiPayloadPkg/BootManager: Add PS2 keyboard support
Add PS2 keyboard support.
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2316

This patch adds PS2 keyboard support in boot manager, and
add a build flag PS2_KEYBOARD_ENABLE for PS2 keyboard to
build PS2 keyboard driver and SIO driver. Be default the
build flag is not enabled since PS2 keyboard is not common
used. could use -DPS2_KEYBOARD_ENABLE to enable build it
if need this feature.

Signed-off-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Benjamin You <benjamin.you@intel.com>
2020-01-02 05:32:05 +00:00
..
PlatformBootManager.c
PlatformBootManager.h
PlatformBootManagerLib.inf
PlatformConsole.c UefiPayloadPkg/BootManager: Add PS2 keyboard support 2020-01-02 05:32:05 +00:00
PlatformConsole.h
PlatformData.c