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>
This commit is contained in:
Matt DeVillier 2025-02-16 13:11:39 -06:00 committed by Felix Singer
commit d0f5fc7444

View file

@ -15,12 +15,14 @@ config BOARD_GOOGLE_BASEBOARD_BELTINO
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