Hello I am trying to modify/rebuild a Coreboot+EDK2 rom for my hardware. To do that I need Intel vendor blobs that I cannot find in web unfortunately. Intel seems does not share the blobs publicly.
Here is the build script used to build my UEFI payload https://github.com/MattDevo/edk2/blob/master/build-cpp-hswbdw-box.sh it needs vbt.bin and IntelGopDriver.efi for Haswell. So I would like to get my device rom image and extract all the blobs. BaseTools located at the sourcetree seems focusing around building the image. But I do not see anything related to splitting the result. googling does not give a clear answer neither. Is there a simple tool that allows to extract these Intel blobs from Build/CorebootPayloadPkgX64/RELEASE_GCC5/FV/UEFIPAYLOAD.fd ? _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

