]> git.proxmox.com Git - mirror_edk2.git/commit
Add PciBus & IdeBus
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Jun 2007 14:02:17 +0000 (14:02 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Jun 2007 14:02:17 +0000 (14:02 +0000)
commitead42efc6b7d264d5cb9b5eb81bbddc499e42a56
tree6ba2e5aedca0cd76b16393edde325c02df411a74
parent83f6d1a03b9037663fb1587d135020c7333235cb
Add PciBus & IdeBus
PciBus cannot build for now for some definition missing.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2852 6f19259b-4bc3-4df7-8a09-765794883524
44 files changed:
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ComponentName.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/DriverConfiguration.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/DriverDiagnostics.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ata.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/atapi.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ide.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/ide.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciCommand.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDriverOverride.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciDriverOverride.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumerator.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciEnumeratorSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciIo.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciLib.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciLib.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciOptionRomSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciPowerManagement.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciResourceSupport.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciRomTable.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciRomTable.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/pcibus.h [new file with mode: 0644]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc