summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2022-12-02 19:16:21 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2022-12-07 11:33:38 +0000
commit521e0460e4292ff0bdaad4ca3861603d13ccfe1d (patch)
treed0f50fdf75599471abca42603c6a1f21f348cfb6 /src/mainboard/gigabyte
parent2c3ebd8b9d56c01d8e4adadf6f4e4d5b56cdb4e1 (diff)
downloadcoreboot-521e0460e4292ff0bdaad4ca3861603d13ccfe1d.tar.gz
coreboot-521e0460e4292ff0bdaad4ca3861603d13ccfe1d.tar.bz2
coreboot-521e0460e4292ff0bdaad4ca3861603d13ccfe1d.zip
sb,soc/intel,mb: Drop leftover comments and TODOs in ASL
Change-Id: I74f943e9b616458a16aa13c29706cf1551fcbbb2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70366 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ga-945gcm-s2l/acpi/platform.asl19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/platform.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/platform.asl
index cf73fc1d6aef..bbee0a2787f4 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/platform.asl
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/platform.asl
@@ -6,30 +6,11 @@
Method(_PTS,1)
{
- // Call a trap so SMI can prepare for Sleep as well.
- // TRAP(0x55)
}
/* The _WAK method is called on system wakeup */
Method(_WAK,1)
{
- // 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})
}