summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/rpl/Kconfig
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2023-07-20 11:28:07 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-07-25 19:46:05 +0000
commit9091a94528f93cd0d7f641f0cbb1b6e1acce535c (patch)
tree4749b35d6be37e7abb05395a3822b53db1f82920 /src/mainboard/system76/rpl/Kconfig
parentd6656bed832b5cf42e86bac286c3cfa5ba30f16d (diff)
mb/system76/rpl: Add Bonobo WS 15 as a variant
The Bonobo Workstation 15 (bonw15) is a Raptor Lake-HX board. Tested with a custom edk2 UefiPayloadPkg. Working: - PS/2 keyboard - I2C HID touchpad - Both DIMM slots with 5200 MT/s memory - All M.2 SSD slots - All USB ports - Webcam - Ethernet - WiFi/Bluetooth - Integrated graphics using Intel GOP driver - Internal microphone - Internal speakers - Combined 3.5mm headphone + mic audio - 3.5mm microphone input - S3 suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 6.2.7 - TPM 2.0 device Not working: - Discrete/Hybrid graphics - Thunderbolt Change-Id: I6d4e408604a0c5c5272e841f4093baaf28c790cd Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75276 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/rpl/Kconfig')
-rw-r--r--src/mainboard/system76/rpl/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/Kconfig b/src/mainboard/system76/rpl/Kconfig
index 6d94ee680e..693ca5f405 100644
--- a/src/mainboard/system76/rpl/Kconfig
+++ b/src/mainboard/system76/rpl/Kconfig
@@ -29,6 +29,12 @@ config BOARD_SYSTEM76_ADDW3
select PCIEXP_HOTPLUG
select SOC_INTEL_ALDERLAKE_PCH_S
+config BOARD_SYSTEM76_BONW15
+ select BOARD_SYSTEM76_RPL_COMMON
+ select EC_SYSTEM76_EC_DGPU
+ select PCIEXP_HOTPLUG
+ select SOC_INTEL_ALDERLAKE_PCH_S
+
config BOARD_SYSTEM76_DARP9
select BOARD_SYSTEM76_RPL_COMMON
select PCIEXP_HOTPLUG
@@ -63,6 +69,7 @@ config MAINBOARD_DIR
config VARIANT_DIR
default "addw3" if BOARD_SYSTEM76_ADDW3
+ default "bonw15" if BOARD_SYSTEM76_BONW15
default "darp9" if BOARD_SYSTEM76_DARP9
default "galp7" if BOARD_SYSTEM76_GALP7
default "gaze18" if BOARD_SYSTEM76_GAZE18
@@ -74,6 +81,7 @@ config OVERRIDE_DEVICETREE
config MAINBOARD_PART_NUMBER
default "addw3" if BOARD_SYSTEM76_ADDW3
+ default "bonw15" if BOARD_SYSTEM76_BONW15
default "darp9" if BOARD_SYSTEM76_DARP9
default "galp7" if BOARD_SYSTEM76_GALP7
default "gaze18" if BOARD_SYSTEM76_GAZE18
@@ -82,6 +90,7 @@ config MAINBOARD_PART_NUMBER
config MAINBOARD_SMBIOS_PRODUCT_NAME
default "Adder WS" if BOARD_SYSTEM76_ADDW3
+ default "Bonobo WS" if BOARD_SYSTEM76_BONW15
default "Darter Pro" if BOARD_SYSTEM76_DARP9
default "Galago Pro" if BOARD_SYSTEM76_GALP7
default "Gazelle" if BOARD_SYSTEM76_GAZE18
@@ -90,6 +99,7 @@ config MAINBOARD_SMBIOS_PRODUCT_NAME
config MAINBOARD_VERSION
default "addw3" if BOARD_SYSTEM76_ADDW3
+ default "bonw15" if BOARD_SYSTEM76_BONW15
default "darp9" if BOARD_SYSTEM76_DARP9
default "galp7" if BOARD_SYSTEM76_GALP7
default "gaze18" if BOARD_SYSTEM76_GAZE18