mb/lenovo/*: Add MAINBOARD_FAMILY

The Kconfig MAINBOARD_FAMILY sets the family field of SMBIOS entry 1.
Match what vendor firmware does and use the same value as in the
version field.

Required for fwupd which uses the family field to generate a GUID.

Change-Id: I0033c42c5eac6b9d47d0acd16c67467b6d419534
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32727
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Patrick Rudolph 2019-05-10 15:38:29 +02:00 committed by Patrick Rudolph
parent 2be0b50be5
commit f77eb44433
1 changed files with 4 additions and 0 deletions

View File

@ -13,4 +13,8 @@ config MAINBOARD_VENDOR
string string
default "LENOVO" default "LENOVO"
config MAINBOARD_FAMILY
string
default MAINBOARD_PART_NUMBER
endif # VENDOR_LENOVO endif # VENDOR_LENOVO