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
Hi Christoph,
thanks for your report. I've pushed a more elaborate patch for the main and the 24.02_branch: https://review.coreboot.org/c/coreboot/+/81290 https://review.coreboot.org/c/coreboot/+/81291
I've added a Reported-by tag with your name and address, let me know if I shouldn't.
Nico
On 15.03.24 18:12, Christoph Zechner wrote:
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
coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org
Hi Nico,
On 16/03/2024 01:30, Nico Huber wrote:
Hi Christoph,
thanks for your report. I've pushed a more elaborate patch for the main and the 24.02_branch: https://review.coreboot.org/c/coreboot/+/81290 https://review.coreboot.org/c/coreboot/+/81291
perfect, thank you very much!
I've added a Reported-by tag with your name and address, let me know if I shouldn't.
Thanks, that's okay!
Cheers Christoph
Nico
On 15.03.24 18:12, Christoph Zechner wrote:
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
coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org