Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86460?usp=email )
Change subject: mb/google/puff: Set SMBIOS system type ......................................................................
mb/google/puff: Set SMBIOS system type
Puff variants will now correctly show their SMBIOS type as an all-in-one (dooly, scout) or a mini-pc (all other variants) rather than the default desktop type.
Change-Id: Id24ff40f0aacade359f281def8be2a41c752d0d6 Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86460 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/mainboard/google/puff/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Felix Singer: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/puff/Kconfig b/src/mainboard/google/puff/Kconfig index 0abe53a..3e64f05 100644 --- a/src/mainboard/google/puff/Kconfig +++ b/src/mainboard/google/puff/Kconfig @@ -35,6 +35,7 @@ select SPD_CACHE_IN_FMAP select SPD_READ_BY_WORD select SPI_TPM + select SYSTEM_TYPE_MINIPC if !SYSTEM_TYPE_ALL_IN_ONE select TPM_GOOGLE_CR50
config BOARD_GOOGLE_AMBASSADOR @@ -44,6 +45,7 @@ config BOARD_GOOGLE_DOOLY select BOARD_GOOGLE_BASEBOARD_PUFF select INTEL_GMA_HAVE_VBT + select SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_DUFFY_LEGACY select BOARD_GOOGLE_BASEBOARD_PUFF @@ -85,6 +87,7 @@
config BOARD_GOOGLE_SCOUT select BOARD_GOOGLE_BASEBOARD_PUFF + select SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_WYVERN select BOARD_GOOGLE_BASEBOARD_PUFF