Lines Matching full:platform
3 the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific
4 driver to describe the unique features of a platform.
11 This Protocol is defined in UEFI Platform Initialization Specification 1.2
42 /// enumeration. By using this selection, the platform indicates that it does
50 /// By using this selection, the platform indicates that it wants to support
71 /// platform indicates that it will support VGA devices that require VGA
72 /// ranges, including those that require VGA aliases. The platform further
94 /// the platform indicates that it wants to support PCI devices that require
100 /// this selection, the platform indicates that it will support VGA devices
146 /// EFI_PCI_EXECUTION_PHASE is used to call a platform protocol and execute
147 /// platform-specific code.
152 /// platform hook is called before the PCI bus driver calls the
158 /// platform hook is called before the PCI bus driver calls the
164 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
171 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
182 The notification from the PCI bus enumerator to the platform that it is
185 The PlatformNotify() function can be used to notify the platform driver so that
186 it can perform platform-specific actions. No specific actions are required.
188 may be added as required in the future. The PCI bus driver calls the platform driver
215 The notification from the PCI bus enumerator to the platform for each PCI
218 The PlatformPrepController() function can be used to notify the platform driver so that
219 it can perform platform-specific actions. No specific actions are required.
221 added as required in the future. The PCI bus driver calls the platform driver twice for
252 Retrieves the platform policy regarding enumeration.
254 The GetPlatformPolicy() function retrieves the platform policy regarding PCI
259 @param[out] PciPolicy The platform policy with respect to VGA and ISA aliasing.
273 Gets the PCI device's option ROM from a platform-specific location.
275 The GetPciRom() function gets the PCI device's option ROM from a platform-specific location.
280 stored in platform-specific storage, and this member function can retrieve it from that storage
282 scanning the ROM that is attached to any controller, which allows a platform to specify a ROM
312 /// Bridge Resource Allocation driver and a platform-specific driver to describe
313 /// the unique features of a platform.
317 /// The notification from the PCI bus enumerator to the platform that it is about to
322 /// The notification from the PCI bus enumerator to the platform for each PCI
327 /// Retrieves the platform policy regarding enumeration.
331 /// Gets the PCI device's option ROM from a platform-specific location.