X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FPciBus%2FDxe%2FPciBus.msa;h=b8e15f9fb38c35987e95fc2ddcadd65dc53f6819;hp=1ec7426116f9dd401cdaa1d786cfc5fac0def4fa;hb=6874dbd0e24535c3c4a89dddfdac98ad25b0617b;hpb=aec91719af561e4edbe5be99e5c3a7dfeaeed0dc diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa index 1ec7426116..b8e15f9fb3 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa @@ -1,47 +1,65 @@ - - + - PciBus + PciBus DXE_DRIVER - BS_DRIVER - 93B80004-9FB3-11d4-9A3A-0090273FC14D - 0 + 93B80004-9FB3-11d4-9A3A-0090273FC14D + 1.0 Component description file for PciBus module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation - - All rights reserved. This program and the accompanying materials + PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO + space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable + support hot plug. + Copyright (c) 2006, Intel Corporation + All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - 2006-03-12 17:09 - 2006-03-19 15:18 - EFI_SPECIFICATION_VERSION 0x00000000 + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + PciBus + - DebugLib - UefiDriverModelLib - UefiDriverEntryPoint - BaseLib - UefiLib - BaseMemoryLib - ReportStatusCodeLib - MemoryAllocationLib - UefiBootServicesTableLib - DevicePathLib + + DebugLib + + + UefiDriverModelLib + + + UefiDriverEntryPoint + + + BaseLib + + + UefiLib + + + BaseMemoryLib + + + ReportStatusCodeLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + + + DevicePathLib + + + PeCoffGetEntryPointLib + + + PcdLib + PciBus.h @@ -66,50 +84,77 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. PciEnumeratorSupport.c PciResourceSupport.c PciCommand.c + ComponentName.h ComponentName.c PciDeviceSupport.c pcibus.c PciIo.c PciLib.c - - MdePkg - EdkModulePkg - + + + + - DevicePath - PciRootBridgeIo - PciPlatform - IncompatiblePciDeviceSupport - PciHostBridgeResourceAllocation - PciHotPlugInit - Decompress - LoadedImage - UgaIo - PciIo - BusSpecificDriverOverride - PciHotPlugRequest + + gEfiDevicePathProtocolGuid + + + gEfiPciRootBridgeIoProtocolGuid + + + gEfiPciPlatformProtocolGuid + + + gEfiIncompatiblePciDeviceSupportProtocolGuid + + + gEfiPciHostBridgeResourceAllocationProtocolGuid + + + gEfiPciHotPlugInitProtocolGuid + + + gEfiDecompressProtocolGuid + + + gEfiLoadedImageProtocolGuid + + + gEfiUgaIoProtocolGuid + + + gEfiPciIoProtocolGuid + + + gEfiBusSpecificDriverOverrideProtocolGuid + + + gEfiPciHotPlugRequestProtocolGuid + - - gEfiUgaIoProtocolGuid - - - gEfiPciOptionRomTableGuid - + + gEfiUgaIoProtocolGuid + + + gEfiPciOptionRomTableGuid + - - PciOptionRomTable - - - StatusCodeSpecificData - - - PciHotplugDevice - + + gEfiPciOptionRomTableGuid + + + gEfiStatusCodeSpecificDataGuid + + + gEfiPciHotplugDeviceGuid + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 PciBusEntryPoint @@ -118,4 +163,22 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. gPciBusComponentName - + + + PcdPciIsaEnable + gEfiGenericPlatformTokenSpaceGuid + Whether ISA decoding is enabled on this platform so we should avoid those aliased resources + + + PcdPciVgaEnable + gEfiGenericPlatformTokenSpaceGuid + Whether VGA decoding is enabled on this platform so we should avoid those aliased resources + + + PcdPciBusHotplugDeviceSupport + gEfiGenericPlatformTokenSpaceGuid + TRUE + If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size. + + + \ No newline at end of file