Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86456?usp=email )
Change subject: mb/google/beltino: Set SMBIOS system type ......................................................................
mb/google/beltino: Set SMBIOS system type
Beltino variants will now correctly show their SMBIOS type as an all-in-one (monroe) or a mini-pc (all other variants) rather than the default desktop type.
Change-Id: Ia9f17236c415b626fd5d553a453cf43d4145ef41 Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86456 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/beltino/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/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig index b3695cc..8bde8e6 100644 --- a/src/mainboard/google/beltino/Kconfig +++ b/src/mainboard/google/beltino/Kconfig @@ -15,12 +15,14 @@ select NORTHBRIDGE_INTEL_HASWELL select SOUTHBRIDGE_INTEL_LYNXPOINT select SUPERIO_ITE_IT8772F + select SYSTEM_TYPE_MINIPC if !SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_MCCLOUD select BOARD_GOOGLE_BASEBOARD_BELTINO
config BOARD_GOOGLE_MONROE select BOARD_GOOGLE_BASEBOARD_BELTINO + select SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_PANTHER select BOARD_GOOGLE_BASEBOARD_BELTINO