All,

I am attempting to generate an compressed ROM image for our NIC driver.

I have the following defined in my .INF file -

PCI_VENDOR_ID = 0x177D
PCI_DEVICE_ID     = 0x9700
PCI_CLASS_CODE = 0x0200
PCI_REVISION      = 0x0003
PCI_COMPRESS  = TRUE

However, when I issue the build command -

  build -a X64 -p LioDescPkg/LioDxe.dsc -b RELEASE 

The ROM is built with the following command -

EfiRom -i 0x9702 -f 0x177D -l 0x0200 -r 0x0003 -o 
/home/pmahan/src/EdkII/edk2/Build/LioDxe/RELEASE_GCC48/X64/LioDxe.rom -e 
/home/pmahan/src/EdkII/edk2/Build/LioDxe/RELEASE_GCC48/X64/LioDxePkg/LioDxe/LioDxe/DEBUG/LioDxe.efi


Notice that it is issuing the '-e' not '-ec' as I expected.

Is this a know issue?

Thanks,

Patrick
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to