From a0562266e48f95694f90150cd385cd029e004cb0 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Apr 2025 12:11:06 +0100 Subject: [PATCH] mb/starlabs/starbook/tgl: Remove SSD GPIO quirk This quirk was added to turn of the SSD in S3. This is now handled by the RTD3 driver, so it can be removed. Change-Id: Iaf6364a0957f95411c11e31c8317e1c4ec5c769f Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87166 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/acpi/sleep.asl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mainboard/starlabs/starbook/acpi/sleep.asl b/src/mainboard/starlabs/starbook/acpi/sleep.asl index 78a2d290db..7ed74e3514 100644 --- a/src/mainboard/starlabs/starbook/acpi/sleep.asl +++ b/src/mainboard/starlabs/starbook/acpi/sleep.asl @@ -2,12 +2,6 @@ Method (MPTS, 1, NotSerialized) { -#if CONFIG(BOARD_STARLABS_STARBOOK_TGL) - If (Arg0 == 0x03) { - \_SB.PCI0.CTXS (GPP_D16) - } -#endif - RPTS (Arg0) }