merge/skulls

Version 1.06 still has COREBOOT_DMI_DATE "12/07/2022"

Opened this issue · 1 comments

Wrote version 1.06, rebooted, looked at dmidecode and was surprised to still see the 12/07/2022 date. Wrote 1.06 again and nothing changed. Checked .rom file and found COREBOOT_DMI_DATE set at "12/07/2022". Could not find COREBOOT_DMI_DATE in github

$cat x230_coreboot_seabios_3c528f2830_top.rom | strings | grep 2022
Wed Dec 07 04:52:10 UTC 2022
#define COREBOOT_BUILD "Wed Dec 07 04:52:10 UTC 2022"
#define COREBOOT_DMI_DATE "12/07/2022"
#define ASL_VERSION 0x20220331
Wed Dec 07 04:52:10 UTC 2022
#define BUILD_TOOLS "gcc: (coreboot toolchain v2022-09-18_c8870b1334) 11.2.0 binutils: (GNU Binutils) 2.37"
Wed Dec 07 04:52:10 UTC 2022
$

It is referenced by smbios_write_type0() in Coreboot in version.h and version.c