Hello Philipp Deppenwiese, build bot (Jenkins), Christian Walter, insomniac,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42942
to look at the new patch set (#2).
Change subject: mb/facebook/watson: select VPD_SMBIOS_VERSION ......................................................................
mb/facebook/watson: select VPD_SMBIOS_VERSION
Select VPD, GENERATE_SMBIOS_TABLES, VPD_SMBIOS_VERSION so that "firmware_version" key value in RO_VPD is reported in smbios type 0 as BIOS version.
TEST=Build coreboot image for WatsonV2, run "vpd -s firmware_version=FB_OSF_1.2 -i RO_VPD -f build/coreboot.rom" command to add firmware_version key value pair in RO_VPD, flash the image to WatsonV2 and reboot it, run dmidecode to verify:
[root@localhost ~]# dmidecode -t 0 ... BIOS Information Vendor: coreboot Version: FB_OSF_1.2 ...
Signed-off-by: Jonathan Zhang jonzhang@fb.com Change-Id: I31fb2cef01161175a0c01094c5445f7fa340f2d0 --- M src/mainboard/facebook/watson/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/42942/2