Finishing Mower - pulsar mower parts
Use the INF file to specify the information required to package a UEFI Driver into a PCI Option ROM image without having to manually run the EfiRom utility. Chapter 7 covers Driver Entry Points and includes a number of example INF files. The following example shows an expanded version of the AbcDriverMinimum from Chapter 7 and also shows how the PCI Option ROM related information can be specified. The only changes are the addition of the PCI statements in the [Defines] section. These PCI statements allow the Vendor ID, Device ID, Class Code, and Revision values to be specified and they are used to fill in the PCI Option ROM headers. The PCI_COMPRESS statement specifies whether the UEFI Driver should be compressed using the UEFI compression algorithm or not. If a statement is not present, the value is assumed to be 0 If the PCI statements are present, and if the UEFI Driver is successfully built, the PCI Option ROM image is then automatically generated. The one limitation of this method is that the PCI Option ROMs are allowed to contain only a single UEFI Driver.
Neil
Neil