coreboot-kgpe-d16/src
Jonathan Zhang 380c4b447c 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42942
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: insomniac <insomniac@slackware.it>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
2020-07-07 17:29:19 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD variable 2020-07-04 11:21:01 +00:00
commonlib {drivers,mainboard}: Move FSP logo support to fsp1_1 2019-11-14 11:33:46 +00:00
console Revert "console,boot_state: Exclude printk() from reported times" 2019-12-03 09:45:36 +00:00
cpu nb/intel/sandybridge: Set up console in bootblock 2019-11-18 11:48:35 +00:00
device arch/x86: Remove EARLY_EBDA_INIT support 2019-11-10 15:38:45 +00:00
drivers drivers/ipmi: Add IPMI Read FRU function 2019-12-12 15:10:32 +00:00
ec include: Make stdbool.h a separate file 2019-11-18 22:47:13 +00:00
include Revert "console,boot_state: Exclude printk() from reported times" 2019-12-03 09:45:36 +00:00
lib Revert "console,boot_state: Exclude printk() from reported times" 2019-12-03 09:45:36 +00:00
mainboard mb/facebook/watson: select VPD_SMBIOS_VERSION 2020-07-07 17:29:19 +00:00
northbridge nb/intel/sandybridge/mrc: Handle P2P disabling via devicetree 2019-11-18 11:52:24 +00:00
security include: Make stdbool.h a separate file 2019-11-18 22:47:13 +00:00
soc soc/intel/fsp_broadwell_de: Check if memory is 'locked' 2020-06-24 11:53:44 +00:00
southbridge sb/amd/hudson: Fix typo in GEC firmware name 2019-11-19 12:46:36 +00:00
superio superio/*/*/acpi: Improve the readability of the IndexField 2019-11-05 16:08:55 +00:00
vendorcode vendorcode/eltan/security: Move eltan security from chipset to security menu 2019-11-16 20:41:10 +00:00
Kconfig smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD variable 2020-07-04 11:21:01 +00:00