]> git.proxmox.com Git - mirror_edk2.git/commit
1. Impl PI 1.2 PCI part. Major changes include:
authordavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Oct 2009 03:43:09 +0000 (03:43 +0000)
committerdavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Oct 2009 03:43:09 +0000 (03:43 +0000)
commitd47bdf84990a6727065ae9cb6b8f61991f609bc5
treea76b2f1a20b78ab1ae910cf5a701ba281bd041bc
parentf8a1c229b353a13175b4f8682f550c7d54354686
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@9346 6f19259b-4bc3-4df7-8a09-765794883524
33 files changed:
IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/ComponentName.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBus.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciIo.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciIo.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.h [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c [deleted file]
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h [deleted file]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc