summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/rpl/dsdt.asl
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2023-06-23 16:01:24 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-07-03 12:54:25 +0000
commit6cb18a5b34089329f835b22f1b5e7086aac37505 (patch)
tree8a788b7b43b903b71d3d73aaf09b50b3da5bd4d3 /src/mainboard/system76/rpl/dsdt.asl
parentbfb35f2488b9d392847df1e1d64c0f2fd1c7eccc (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/dsdt.asl')
-rw-r--r--src/mainboard/system76/rpl/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/rpl/dsdt.asl b/src/mainboard/system76/rpl/dsdt.asl
index df4681b4e6..addb4df14d 100644
--- a/src/mainboard/system76/rpl/dsdt.asl
+++ b/src/mainboard/system76/rpl/dsdt.asl
@@ -19,6 +19,9 @@ DefinitionBlock(
{
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
#include <soc/intel/alderlake/acpi/southbridge.asl>
+ #if CONFIG(BOARD_SYSTEM76_ORYP11)
+ #include <soc/intel/alderlake/acpi/tcss.asl>
+ #endif // CONFIG(BOARD_SYSTEM76_ORYP11)
}
#include <southbridge/intel/common/acpi/sleepstates.asl>