diff options
author | Jeremy Soller <jeremy@system76.com> | 2023-06-23 16:01:24 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-03 12:54:25 +0000 |
commit | 6cb18a5b34089329f835b22f1b5e7086aac37505 (patch) | |
tree | 8a788b7b43b903b71d3d73aaf09b50b3da5bd4d3 /src/mainboard/system76/rpl/Kconfig.name | |
parent | bfb35f2488b9d392847df1e1d64c0f2fd1c7eccc (diff) |
mb/system76/rpl: Add Oryx Pro 11 as a variant
The Oryx Pro 11 (oryp11) is a Raptor Lake-H board.
Tested with a custom TianoCore UefiPayloadPkg.
Working:
- PS/2 keyboard
- I2C HID touchpad
- Both DIMM slots
- Both M.2 NVMe SSD slots
- All USB ports
- Webcam
- Ethernet
- WiFi/Bluetooth
- Integrated graphics using Intel GOP driver
- Internal microphone
- Internal speakers
- Combined headphone + mic 3.5mm audio
- 3.5mm microphone input
- S3 suspend/resume
- Booting Pop!_OS Linux 22.04 with kernel 6.2.7
Change-Id: I0d29e03cdde523a95ae6d174a9948f4c119cca6e
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73976
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.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 5bccbd2b47..aa267e7b10 100644 --- a/src/mainboard/system76/rpl/Kconfig.name +++ b/src/mainboard/system76/rpl/Kconfig.name @@ -1,2 +1,5 @@ config BOARD_SYSTEM76_GAZE18 bool "gaze18" + +config BOARD_SYSTEM76_ORYP11 + bool "oryp11" |