Hi,
while building coreboot for a LGA1151 board, we encountered the following error:
TOOL Creating SMC BIOSINFO metadata E: Unsupported coreboot minor version E: Error creating 'build/mainboard/supermicro/x11-lga1151-series/smcbiosinfo.bin' make: *** [util/supermicro/Makefile.mk:22: build/mainboard/supermicro/x11-lga1151-series/smcbiosinfo.bin] Error 1
content of build/build.h: ... #define COREBOOT_ORIGIN_GIT_REVISION "Unknown" #define COREBOOT_EXTRA_VERSION "" #define COREBOOT_MAJOR_VERSION 24 #define COREBOOT_MINOR_VERSION 202 ...
content of.coreboot-version: 24.02.01-0a280ff747
Find a patch attached that fixes parsing the minor version in genbuild_h.sh.
Best regards Christoph Zechner