TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/PciPlatform.h>
This protocol provides the interface between the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific driver to describe the unique features of a platform.
Definition at line 315 of file PciPlatform.h.
EFI_PCI_PLATFORM_GET_PCI_ROM _EFI_PCI_PLATFORM_PROTOCOL::GetPciRom |
Gets the PCI device's option ROM from a platform-specific location.
Definition at line 333 of file PciPlatform.h.
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY _EFI_PCI_PLATFORM_PROTOCOL::GetPlatformPolicy |
Retrieves the platform policy regarding enumeration.
Definition at line 329 of file PciPlatform.h.
EFI_PCI_PLATFORM_PHASE_NOTIFY _EFI_PCI_PLATFORM_PROTOCOL::PlatformNotify |
The notification from the PCI bus enumerator to the platform that it is about to enter a certain phase during the enumeration process.
Definition at line 320 of file PciPlatform.h.
EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER _EFI_PCI_PLATFORM_PROTOCOL::PlatformPrepController |
The notification from the PCI bus enumerator to the platform for each PCI controller at several predefined points during PCI controller initialization.
Definition at line 325 of file PciPlatform.h.