CorebootPayloadPkg: Use generic SerialDxe driver

Use generic SerialDxe driver in MdeModulePkg instead of the one
in CorebootModulePkg. By doing this the reference for
PciSioSerialDxe driver will also be removed from DSC and FDF file.

Cc: Prince Agyeman <prince.agyeman@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Lee Leahy <leroy.p.leahy@intel.com>
This commit is contained in:
Maurice Ma 2016-05-13 11:43:23 -07:00
parent 86ae8cf236
commit aa52bace8f
3 changed files with 3 additions and 6 deletions

View File

@ -112,12 +112,11 @@ INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#
INF CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
INF CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
INF CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
#
# ISA Support
#
INF CorebootModulePkg/SerialDxe/SerialDxe.inf
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
#
# Console Support

View File

@ -398,7 +398,6 @@
#
CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
#
# SCSI/ATA/IDE/DISK Support
@ -438,7 +437,7 @@
#
# ISA Support
#
CorebootModulePkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
#
# Console Support

View File

@ -402,7 +402,6 @@
#
CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
#
# SCSI/ATA/IDE/DISK Support
@ -442,7 +441,7 @@
#
# ISA Support
#
CorebootModulePkg/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
#
# Console Support