summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/whl-u/acpi/tbt.asl
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2021-03-25 16:40:53 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-04-14 19:59:46 +0000
commit3647e86862ddc5cf200b0f552518d66b72996d8d (patch)
tree8056f3977f327e80e9c09908e820554ce10484b5 /src/mainboard/system76/whl-u/acpi/tbt.asl
parentc0538d46130fe091c3e544eeb6fba7ffb5fc38f0 (diff)
mb/system76/whl-u: Add System76 Galago Pro 3 Rev C
Tested with TianoCore payload (UefiPayloadPkg). Working: - PS/2 keyboard, touchpad - Both DIMM slots - NVMe port - SATA port - SD card slot - Left USB 3 Type-A port - Right USB 3 Type-A port - Right USB 3 Type-C port - Webcam - Ethernet - Integrated graphics using Intel GOP driver - mDP output - HDMI output - Internal microphone - Internal speakers - 3.5mm audio input - 3.5mm audio output - S3 suspend/resume - Flashing with flashrom - Booting to Ubuntu Linux 20.10 and Windows 10 Not tested: - Thunderbolt functionality Change-Id: I5c992e603dbd57ae1b4ddc3a0f9bfc92d6acc813 Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51832 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/whl-u/acpi/tbt.asl')
-rw-r--r--src/mainboard/system76/whl-u/acpi/tbt.asl29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/mainboard/system76/whl-u/acpi/tbt.asl b/src/mainboard/system76/whl-u/acpi/tbt.asl
new file mode 100644
index 0000000000..56c2c9b991
--- /dev/null
+++ b/src/mainboard/system76/whl-u/acpi/tbt.asl
@@ -0,0 +1,29 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+// See https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-root-ports
+Scope(\_SB.PCI0.RP05) {
+ Method(_DSD, 0, NotSerialized) {
+ Return (Package(4) {
+ // https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-root-ports#identifying-pcie-root-ports-supporting-hot-plug-in-d3
+ ToUUID("6211e2c0-58a3-4af3-90e1-927a4e0c55a4"),
+ Package(1) {
+ Package(2) {
+ "HotPlugSupportInD3",
+ 1
+ }
+ },
+ // https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-root-ports#identifying-externally-exposed-pcie-root-ports
+ ToUUID("efcc06cc-73ac-4bc3-bff0-76143807c389"),
+ Package(2) {
+ Package(2) {
+ "ExternalFacingPort",
+ 1
+ },
+ Package(2) {
+ "UID",
+ 0
+ }
+ }
+ })
+ }
+}