mirror of https://github.com/acidanthera/audk.git
1. Impl PI 1.2 PCI part. Major changes include:
a. Update PciBusDxe module, and move it from IntelFrameworkModulePkg to MdeModulePkg b. Move IncompatiblePciDeviceSupportDxe module from IntelFrameworkModulePkg to MdeModulePkg c. Update the related consumes in inf/dsc/fdf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9350 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
061b1c204f
commit
4ad90a84f7
|
@ -112,7 +112,7 @@ INF UefiCpuPkg/CpuIoDxe/CpuIo.inf
|
|||
INF UefiCpuPkg/CpuDxe/CpuDxe.inf
|
||||
INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||
INF PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
INF IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
INF PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||
INF MdeModulePkg/Universal/Metronome/Metronome.inf
|
||||
INF PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
||||
|
|
|
@ -270,7 +270,7 @@
|
|||
UefiCpuPkg/CpuDxe/CpuDxe.inf
|
||||
PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||
MdeModulePkg/Universal/Metronome/Metronome.inf {
|
||||
<LibraryClasses>
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
UefiCpuPkg/CpuDxe/CpuDxe.inf
|
||||
PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||
MdeModulePkg/Universal/Metronome/Metronome.inf {
|
||||
<LibraryClasses>
|
||||
|
|
|
@ -112,7 +112,7 @@ INF UefiCpuPkg/CpuIoDxe/CpuIo.inf
|
|||
INF UefiCpuPkg/CpuDxe/CpuDxe.inf
|
||||
INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||
INF PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
INF IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
INF PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||
INF MdeModulePkg/Universal/Metronome/Metronome.inf
|
||||
INF PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
||||
|
|
|
@ -271,7 +271,7 @@
|
|||
UefiCpuPkg/CpuDxe/CpuDxe.inf
|
||||
PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||
PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||
MdeModulePkg/Universal/Metronome/Metronome.inf {
|
||||
<LibraryClasses>
|
||||
|
|
Loading…
Reference in New Issue