summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus/Pci
diff options
context:
space:
mode:
Diffstat (limited to 'EdkModulePkg/Bus/Pci')
-rw-r--r--EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/PciBus/Dxe/LightPciBus.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBusLite.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.mbd2
-rw-r--r--EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.mbd2
8 files changed, 8 insertions, 8 deletions
diff --git a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.mbd b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.mbd
index 903a092..6de42bb 100644
--- a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.mbd
+++ b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>DxeMemoryAllocationLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.mbd b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.mbd
index 16bc289..a8757d7 100644
--- a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.mbd
+++ b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>DxeMemoryAllocationLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.mbd b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.mbd
index f6e3ba1..b9ad38f 100644
--- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.mbd
+++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.mbd
@@ -35,7 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>DxeMemoryAllocationLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/LightPciBus.mbd b/EdkModulePkg/Bus/Pci/PciBus/Dxe/LightPciBus.mbd
index eea4971..2bed01a 100644
--- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/LightPciBus.mbd
+++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/LightPciBus.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>UefiDevicePathLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.mbd b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.mbd
index 41543f7..d343fd5 100644
--- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.mbd
+++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>DxeMemoryAllocationLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBusLite.mbd b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBusLite.mbd
index c029652..3e2db59 100644
--- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBusLite.mbd
+++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBusLite.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>UefiDevicePathLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.mbd b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.mbd
index 76d35e7..e0ea583 100644
--- a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.mbd
+++ b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiDriverEntryPoint</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxePrintLib</Library>
<Library>BaseLib</Library>
<Library>DxeMemoryAllocationLib</Library>
diff --git a/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.mbd b/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.mbd
index c4dfccb..8127eb0 100644
--- a/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.mbd
+++ b/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.mbd
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Library>UefiLib</Library>
<Library>UefiDriverEntryPoint</Library>
<Library>DxeReportStatusCodeLib</Library>
- <Library>BaseDebugLibReportStatusCode</Library>
+ <Library>PeiDxeDebugLibReportStatusCode</Library>
<Library>EdkDxeRuntimeDriverLib</Library>
<Library>UefiDriverModelLib</Library>
<Library>DxeHobLib</Library>