diff options
author | Maurice Ma <maurice.ma@intel.com> | 2016-05-13 11:43:23 -0700 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2016-05-13 14:08:56 -0700 |
commit | aa52bace8f4aedb3172dbabb8fed71841e108abd (patch) | |
tree | 074f124dedfcb6a0a244cf70b13da7c72cee5e6a /CorebootPayloadPkg | |
parent | 86ae8cf236ca5b99765de0a6de6fa9307e936db7 (diff) | |
download | edk2-platforms-aa52bace8f4aedb3172dbabb8fed71841e108abd.tar.xz |
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>
Diffstat (limited to 'CorebootPayloadPkg')
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.fdf | 3 | ||||
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc | 3 | ||||
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf index 4aee5ac631..848438ffad 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf @@ -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
diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc index 725c912db8..7db4e15edc 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc @@ -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
diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc index c2396592d1..730134637f 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc @@ -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
|