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(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86460
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)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
--
To view, visit https://review.coreboot.org/c/coreboot/+/86460?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Id24ff40f0aacade359f281def8be2a41c752d0d6
Gerrit-Change-Number: 86460
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86459?usp=email )
Change subject: mb/google/jecht: Set SMBIOS system type
......................................................................
mb/google/jecht: Set SMBIOS system type
Jecht variants will now correctly show their SMBIOS type as mini-pc
rather than the default desktop type.
Change-Id: I4f1be147bcfdad6247101db5b5943301466e60ad
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86459
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
---
M src/mainboard/google/jecht/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
build bot (Jenkins): Verified
Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index c8cf7d6..eb3b985 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -13,6 +13,7 @@
select MAINBOARD_HAS_TPM1
select SOC_INTEL_BROADWELL
select SUPERIO_ITE_IT8772F
+ select SYSTEM_TYPE_MINIPC
config BOARD_GOOGLE_GUADO
select BOARD_GOOGLE_BASEBOARD_JECHT
--
To view, visit https://review.coreboot.org/c/coreboot/+/86459?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I4f1be147bcfdad6247101db5b5943301466e60ad
Gerrit-Change-Number: 86459
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
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(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86458
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply(a)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
--
To view, visit https://review.coreboot.org/c/coreboot/+/86458?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ida61c68d3664115ca29cb11e6820edb1496e4709
Gerrit-Change-Number: 86458
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86457?usp=email )
Change subject: mb/google/cyan: Set SYSTEM_TYPE_CONVERTIBLE for cyan/kefka
......................................................................
mb/google/cyan: Set SYSTEM_TYPE_CONVERTIBLE for cyan/kefka
Cyan and Kefka are convertible devices, so set them as such so their
SMBIOS type is set correctly, necessary for some Linux tablet drivers.
Change-Id: Ief81c7ba83eb5326dd6199508a3194008dee243b
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86457
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/google/cyan/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/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig
index 2bb6b92..eacc8ef 100644
--- a/src/mainboard/google/cyan/Kconfig
+++ b/src/mainboard/google/cyan/Kconfig
@@ -29,12 +29,14 @@
config BOARD_GOOGLE_CYAN
select BOARD_GOOGLE_BASEBOARD_CYAN
+ select SYSTEM_TYPE_CONVERTIBLE
config BOARD_GOOGLE_EDGAR
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_KEFKA
select BOARD_GOOGLE_BASEBOARD_CYAN
+ select SYSTEM_TYPE_CONVERTIBLE
config BOARD_GOOGLE_REKS
select BOARD_GOOGLE_BASEBOARD_CYAN
--
To view, visit https://review.coreboot.org/c/coreboot/+/86457?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ief81c7ba83eb5326dd6199508a3194008dee243b
Gerrit-Change-Number: 86457
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
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(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86456
Reviewed-by: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply(a)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
--
To view, visit https://review.coreboot.org/c/coreboot/+/86456?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ia9f17236c415b626fd5d553a453cf43d4145ef41
Gerrit-Change-Number: 86456
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Attention is currently required from: Jason Nien, Martin Roth, Matt DeVillier.
Felix Singer has posted comments on this change by Matt DeVillier. ( https://review.coreboot.org/c/coreboot/+/86468?usp=email )
Change subject: mb/google/skyrim/var/frostflow: Set SYSTEM_TYPE_CONVERTIBLE
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86468?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6c3306270cbc80bb55fb536a1fc51a5546287649
Gerrit-Change-Number: 86468
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 20 Feb 2025 01:24:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Matt DeVillier.
Felix Singer has posted comments on this change by Matt DeVillier. ( https://review.coreboot.org/c/coreboot/+/86467?usp=email )
Change subject: mb/google/glados/var/cave: Set SYSTEM_TYPE_CONVERTIBLE
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86467?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8f2ec82c97676aa315c18286b5e2eb94d46004ec
Gerrit-Change-Number: 86467
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Andy Ebrahiem <ahmet.ebrahiem(a)9elements.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Comment-Date: Thu, 20 Feb 2025 01:23:40 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes