merge / skulls

pre-built coreboot images and documentation on how to flash them for Thinkpad Laptops
GNU General Public License v3.0
669 stars 65 forks source link

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

Open Gusher123 opened 1 year ago

Gusher123 commented 1 year ago

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 $

Gusher123 commented 1 year ago

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