summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/rpl/Kconfig.name
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2023-07-06 14:16:23 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-07-18 15:01:56 +0000
commitd7a07c2873cc2b8c942bae16e5620adfe4318685 (patch)
treea64ba8bdb1dc71c6db061eeba15dcf88aa8fb4eb /src/mainboard/system76/rpl/Kconfig.name
parentff865a329f9f04ed3740b2f7f128fab91886c01c (diff)
downloadcoreboot-d7a07c2873cc2b8c942bae16e5620adfe4318685.tar.gz
coreboot-d7a07c2873cc2b8c942bae16e5620adfe4318685.tar.bz2
coreboot-d7a07c2873cc2b8c942bae16e5620adfe4318685.zip
mb/system76/rpl: Add Serval WS 13 as a variant
The Serval Workstation 13 (serw13) is a Raptor Lake-HX board. Tested with a custom TianoCore UefiPayloadPkg. Working: - PS/2 Keyboard - I2C HID touchpad - Both DIMM slots with 5200 MT/s memory - Both 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 output - 3.5mm microphone input - S3 suspend/resume - Booting Pop!_OS Linux 22.04 with kernel 6.2.7 Not working: - Discrete/Hybrid graphics - Thunderbolt Change-Id: Id709a7d06854ba9de673d5e3f25c0a1bbcc53d21 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73440 Reviewed-by: Jeremy Soller <jeremy@system76.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/rpl/Kconfig.name')
-rw-r--r--src/mainboard/system76/rpl/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/Kconfig.name b/src/mainboard/system76/rpl/Kconfig.name
index 3525bb588fa9..2661ae772519 100644
--- a/src/mainboard/system76/rpl/Kconfig.name
+++ b/src/mainboard/system76/rpl/Kconfig.name
@@ -6,3 +6,6 @@ config BOARD_SYSTEM76_GAZE18
config BOARD_SYSTEM76_ORYP11
bool "oryp11"
+
+config BOARD_SYSTEM76_SERW13
+ bool "serw13"