From 521e0460e4292ff0bdaad4ca3861603d13ccfe1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 2 Dec 2022 19:16:21 +0200 Subject: sb,soc/intel,mb: Drop leftover comments and TODOs in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I74f943e9b616458a16aa13c29706cf1551fcbbb2 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/70366 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans --- src/mainboard/lenovo/t60/acpi/platform.asl | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'src/mainboard/lenovo/t60') diff --git a/src/mainboard/lenovo/t60/acpi/platform.asl b/src/mainboard/lenovo/t60/acpi/platform.asl index 50da033b2d..08ea6aef2b 100644 --- a/src/mainboard/lenovo/t60/acpi/platform.asl +++ b/src/mainboard/lenovo/t60/acpi/platform.asl @@ -18,23 +18,6 @@ Method(_WAK,1) /* Wake the HKEY to init BT/WWAN */ \_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0) - // CPU specific part - - // Notify PCI Express slots in case a card - // was inserted while a sleep state was active. - - // Are we going to S3? - If (Arg0 == 3) { - // .. - } - - // Are we going to S4? - If (Arg0 == 4) { - // .. - } - - // TODO: Windows XP SP2 P-State restore - Return(Package(){0,0}) } @@ -47,16 +30,6 @@ Scope(\_SB) */ Method(_INI, 0) { - /* The DTS data in NVS is probably not up to date. - * Update temperature values and make sure AP thermal - * interrupts can happen - */ - - // TRAP(71) // TODO - \GOS() - - /* SMM power state and C4-on-C3 settings need to be updated */ - // TRAP(43) // TODO } } -- cgit v1.2.3