mb/google/fizz: Set SMBIOS system type

Fizz variants will now correctly show their SMBIOS type as an
all-in-one (karma) or a mini-pc (all other variants) rather than the
default desktop type.

Change-Id: Ida61c68d3664115ca29cb11e6820edb1496e4709
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86458
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2025-02-16 15:12:00 -06:00 committed by Felix Singer
commit 2974781987

View file

@ -24,6 +24,7 @@ config BOARD_GOOGLE_BASEBOARD_FIZZ
select RT8168_GET_MAC_FROM_VPD
select RT8168_SUPPORT_LEGACY_VPD_MAC
select RT8168_SET_LED_MODE
select SYSTEM_TYPE_MINIPC if !SYSTEM_TYPE_ALL_IN_ONE
select TPM_GOOGLE_CR50
config BOARD_GOOGLE_FIZZ
@ -34,6 +35,7 @@ config BOARD_GOOGLE_KARMA
select DRIVERS_GENERIC_MAX98357A
select DRIVERS_I2C_DA7219
select EXCLUDE_NATIVE_SD_INTERFACE
select SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_ENDEAVOUR
select BOARD_GOOGLE_BASEBOARD_FIZZ