diff options
author | Leahy, Leroy P <leroy.p.leahy@intel.com> | 2016-05-04 17:38:55 -0700 |
---|---|---|
committer | Prince Agyeman <prince.agyeman@intel.com> | 2016-05-05 16:12:39 -0700 |
commit | 89ecd4cf8078aa946083cdcbf9af81ff29f8d9f5 (patch) | |
tree | 43fb5e1df85bd35fa43715653cdf5d1c6d819d88 | |
parent | 248c30bbd49a1da90ba1d3ce799c5ac5007ae7a9 (diff) | |
download | edk2-platforms-89ecd4cf8078aa946083cdcbf9af81ff29f8d9f5.tar.xz |
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>
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.fdf | 3 | ||||
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc | 3 | ||||
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf index c44fc0f2fd..85748a6052 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf @@ -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
diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc index fa3e21a220..95bc9b7eda 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc @@ -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
diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc index 082c983505..fec376d1d8 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc @@ -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
|