UefiPayloadPkg: Add a macro to enable or diable the serial driver.
This patch doesn't change the default behavior. Reviewed-by: Guo Dong <guo.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
ac6e5d6b41
commit
672bd1c711
@@ -136,7 +136,9 @@ INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
#
|
||||
# ISA Support
|
||||
#
|
||||
!if $(SERIAL_DRIVER_ENABLE) == TRUE
|
||||
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
||||
!endif
|
||||
!if $(PS2_KEYBOARD_ENABLE) == TRUE
|
||||
INF OvmfPkg/SioBusDxe/SioBusDxe.inf
|
||||
INF MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
|
||||
|
Reference in New Issue
Block a user