diff options
author | Tim Crawford <tcrawford@system76.com> | 2024-05-21 15:17:29 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-29 20:57:44 +0000 |
commit | 8b9716e2269de0c63a42b0cb3b5205925050ee81 (patch) | |
tree | 64e216409c9768b2b7c5ba1aa3b286dbc4edfe5b /src/mainboard/system76/rpl/Kconfig.name | |
parent | 3a4e1392df96ab22fd5c90d8e4aa082b77c5cab9 (diff) |
mb/system76/rpl: Add Oryx Pro 12 as a variant
The Oryx Pro 12 (oryp12) is a Raptor Lake-HX board.
Tested with a custom edk2 UefiPayloadPkg.
Working:
- PS/2 keyboard
- I2C HID touchpad
- Both DIMM slots (with Crucial CT8G48C40S5)
- M.2 NVMe SSDs
- MicroSD card reader
- Webcam
- Ethernet
- WiFi/Bluetooth
- Integrated graphics using Intel GOP driver
- Backlight controls on Linux 6.8
- Internal microphone
- Internal speakers
- Combined headset + mic 3.5mm audio
- 3.5mm microphone input
- S3 suspend/resume
- Booting Pop!_OS Linux 22.04 with kernel 6.8.0
- TPM 2.0 device
Not working:
- Discrete/Hybrid graphics
- Thunderbolt
Change-Id: I11cf2dbd1512ebae44e0109bdb78e6eafa027444
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82596
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/system76/rpl/Kconfig.name')
-rw-r--r-- | src/mainboard/system76/rpl/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/Kconfig.name b/src/mainboard/system76/rpl/Kconfig.name index da5d400d8c..a33e57caa2 100644 --- a/src/mainboard/system76/rpl/Kconfig.name +++ b/src/mainboard/system76/rpl/Kconfig.name @@ -21,5 +21,8 @@ config BOARD_SYSTEM76_LEMP12 config BOARD_SYSTEM76_ORYP11 bool "oryp11" +config BOARD_SYSTEM76_ORYP12 + bool "oryp12" + config BOARD_SYSTEM76_SERW13 bool "serw13" |