From fdc8fd3602eddabdbbd0d9d87329343160cec337 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 26 Jan 2021 11:50:36 -0700 Subject: mb/system76/oryp5: Add System76 Oryx Pro 5 Tested with TianoCore payload (UefiPayloadPkg). Working: - PS/2 keyboard, touchpad - Both DIMM slots - Both NVMe ports - SATA port - All USB ports - Webcam - Ethernet - Integrated graphics - Internal microphone - S3 suspend/resume - Flashing with flashrom - Booting to Ubuntu Linux and Windows Not working: - Discrete/Hybrid graphics - Internal speakers These two require new drivers to work correctly, which will be added and enabled later. Change-Id: Iae6e530dcd52df3642cdfe74b65bfff5aa0dd402 Signed-off-by: Tim Crawford Signed-off-by: Jeremy Soller Reviewed-on: https://review.coreboot.org/c/coreboot/+/47892 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/system76/oryp5/acpi/gpe.asl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/mainboard/system76/oryp5/acpi/gpe.asl (limited to 'src/mainboard/system76/oryp5/acpi/gpe.asl') diff --git a/src/mainboard/system76/oryp5/acpi/gpe.asl b/src/mainboard/system76/oryp5/acpi/gpe.asl new file mode 100644 index 0000000000..81022642e4 --- /dev/null +++ b/src/mainboard/system76/oryp5/acpi/gpe.asl @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +// GPP_B23 SCI +Method (_L17, 0, Serialized) +{ + Debug = Concatenate("GPE _L17: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO)) + If (\_SB.PCI0.LPCB.EC0.ECOK) { + If (\_SB.PCI0.LPCB.EC0.WFNO == 1) { + Notify(\_SB.LID0, 0x80) + } + } +} -- cgit v1.2.3