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