mirror of https://github.com/acidanthera/audk.git
CorebootPayloadPkg: Use serial drivers with PlatformHookLib
Use the serial drivers which update the serial PCDs from PlatformHookLib. Change-Id: Ie6a3526d56332ee1cf07edb24ff39634a981183f Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
This commit is contained in:
parent
248c30bbd4
commit
89ecd4cf80
|
@ -112,11 +112,12 @@ INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
|||
#
|
||||
INF CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
|
||||
INF CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
|
||||
INF CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
|
||||
|
||||
#
|
||||
# ISA Support
|
||||
#
|
||||
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
||||
INF CorebootModulePkg/SerialDxe/SerialDxe.inf
|
||||
|
||||
#
|
||||
# Console Support
|
||||
|
|
|
@ -388,6 +388,7 @@
|
|||
#
|
||||
CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
|
||||
CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
|
||||
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
|
||||
|
||||
#
|
||||
# SCSI/ATA/IDE/DISK Support
|
||||
|
@ -415,7 +416,7 @@
|
|||
#
|
||||
# ISA Support
|
||||
#
|
||||
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
||||
CorebootModulePkg/SerialDxe/SerialDxe.inf
|
||||
|
||||
#
|
||||
# Console Support
|
||||
|
|
|
@ -393,6 +393,7 @@
|
|||
#
|
||||
CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
|
||||
CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
|
||||
CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
|
||||
|
||||
#
|
||||
# SCSI/ATA/IDE/DISK Support
|
||||
|
@ -420,7 +421,7 @@
|
|||
#
|
||||
# ISA Support
|
||||
#
|
||||
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
||||
CorebootModulePkg/SerialDxe/SerialDxe.inf
|
||||
|
||||
#
|
||||
# Console Support
|
||||
|
|
Loading…
Reference in New Issue