Lines Matching full:rom
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.
276 The option ROM will be loaded into memory. This member function is used to return an image
277 that is packaged as a PCI 2.2 option ROM. The image may contain both legacy and EFI option
279 option ROM images for embedded controllers. Option ROMs for embedded controllers are typically
282 scanning the ROM that is attached to any controller, which allows a platform to specify a ROM
283 image that is different from the ROM image on a PCI card.
287 @param[out] RomImage If the call succeeds, the pointer to the pointer to the option ROM image.
291 FreePool(), when the caller is done with the option ROM.
292 …@param[out] RomSize If the call succeeds, a pointer to the size of the option ROM size. Otherw…
295 …@retval EFI_SUCCESS The option ROM was available for this device and loaded into memory.
296 @retval EFI_NOT_FOUND No option ROM was available for this device.
297 @retval EFI_OUT_OF_RESOURCES No memory was available to load the option ROM.
298 @retval EFI_DEVICE_ERROR An error occurred in obtaining the option ROM.
331 /// Gets the PCI device's option ROM from a platform-specific location.