Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86458?usp=email )
Change subject: mb/google/fizz: Set SMBIOS system type ......................................................................
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 --- M src/mainboard/google/fizz/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index 44ea908..84a5145 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -24,6 +24,7 @@ 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 @@ 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