Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62636 )
Change subject: mb/starlabs/labtop: Pull SSD Pin to low when entering S3 ......................................................................
mb/starlabs/labtop: Pull SSD Pin to low when entering S3
Pull GPP_D16 to low when suspending, otherwise it will remain active and use power.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I2cbe7caf66e8d8c27414aca3b74416c2b8115ea1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62636 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/starlabs/labtop/acpi/sleep.asl 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/starlabs/labtop/acpi/sleep.asl b/src/mainboard/starlabs/labtop/acpi/sleep.asl index 7ed74e3..78a2d29 100644 --- a/src/mainboard/starlabs/labtop/acpi/sleep.asl +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -2,6 +2,12 @@
Method (MPTS, 1, NotSerialized) { +#if CONFIG(BOARD_STARLABS_STARBOOK_TGL) + If (Arg0 == 0x03) { + _SB.PCI0.CTXS (GPP_D16) + } +#endif + RPTS (Arg0) }
13 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.