Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42022
to look at the new patch set (#2).
Change subject: mb/facebook/watson: support firmware version ......................................................................
mb/facebook/watson: support firmware version
SMBIOS type 0 has a field for overall firmware version. This version is the semantic version of the entire host firmware, with coreboot being part of it.
In build/release process, overall firmware version is expected to be updated into version variable in VPD_RO flash region.
If "version" key is found in VPD_RO flash region, use its value to fill in SMBIOS type 0. Otherwise, generate a BIOS_ERR message, concatenate "cb_ver:" and coreboot_version to fill in SMBIOS type 0.
Signed-off-by: Jonathan Zhang jonzhang@fb.com Change-Id: I831fe7019ddd75beb6824b8e09445f339bf7cc8d --- M src/mainboard/facebook/watson/Kconfig M src/mainboard/facebook/watson/Makefile.inc A src/mainboard/facebook/watson/ramstage.c 3 files changed, 47 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/42022/2