Hello everyone, I'm currently trying to build CorebootPayloadPkg to integrate it into my coreboot. I follewed the instructions in CorebootPayloadPkg/BuildAndIntegrationInstructions.txt to build UEFIPAYLOAD.fd. The instructions tell me to add choose this file as an executable elf payload in the coreboot configuration. Now, when building coreboot, I end up with the following output: > Performing operation on 'COREBOOT' region... > E: The stage file is not in ELF format! > E: skipping 32 bytes of FV padding > E: skipping 28 bytes of section padding > E: Could not add [UEFIPAYLOAD.fd, 852750 bytes (832 KB)@0x0]; too big? > E: Failed to add 'UEFIPAYLOAD.fd' into ROM image. > E: Failed while operating on 'COREBOOT' region! > E: The image will be left unmodified. > make: *** [build/coreboot.pre] Error 1 As the script tells me to check if the payload is too big, I set my BIOS chip size to 12 MB in the config just to make sure this is not a problem. This didn't help. I also asked on #coreboot, where I was told to use the cbfstool to include my payload which failed with the same message. So to me it looks like whatever UEFIPAYLOAD.fd is, it is not a Coreboot payload. Are there any commands missing from the documentation that I need to build a valid payload? Thanks in advance. Regards Janne