summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2023-02-08 21:33:44 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2023-02-09 21:40:17 +0000
commit05df1084edecdd7a0e9560371debacfe70ab3896 (patch)
treee29c9a1f980cd4da51262d3b03440f99cbf15a53 /src/soc
parentf411db35616b6eae983af83f53325fb53a4b3787 (diff)
downloadcoreboot-05df1084edecdd7a0e9560371debacfe70ab3896.tar.gz
coreboot-05df1084edecdd7a0e9560371debacfe70ab3896.tar.bz2
coreboot-05df1084edecdd7a0e9560371debacfe70ab3896.zip
mb/prodrive/hermes: Hook up wake on USB option
Hook up the `wake_on_usb` EEPROM setting so that it works as intended. TEST=Keysmash on a USB keyboard, verify Hermes does not wake from S3. Change-Id: I81531b90abae6a62754ea66c47e934e1f440bda2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72906 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/cannonlake/acpi/xhci.asl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/acpi/xhci.asl b/src/soc/intel/cannonlake/acpi/xhci.asl
index fbe811e9521a..bc4574d22239 100644
--- a/src/soc/intel/cannonlake/acpi/xhci.asl
+++ b/src/soc/intel/cannonlake/acpi/xhci.asl
@@ -87,6 +87,12 @@ Device (XHCI)
Offset (0x10),
, 16,
XMEM, 16, /* MEM_BASE */
+ Offset (0x74),
+ D0D3, 2, /* POWERSTATE */
+ , 6,
+ PMEE, 1, /* PME_EN */
+ , 6,
+ PMES, 1, /* PME_STS */
}
Method (_PS0, 0, Serialized)