diff options
Diffstat (limited to 'src/mainboard/roda')
-rw-r--r-- | src/mainboard/roda/rk886ex/acpi/platform.asl | 8 | ||||
-rw-r--r-- | src/mainboard/roda/rk9/acpi/platform.asl | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/roda/rk886ex/acpi/platform.asl b/src/mainboard/roda/rk886ex/acpi/platform.asl index d62e051ad0..42277c4c76 100644 --- a/src/mainboard/roda/rk886ex/acpi/platform.asl +++ b/src/mainboard/roda/rk886ex/acpi/platform.asl @@ -52,14 +52,6 @@ Scope(\_SB) \GOS() - /* And the OS workarounds start right after we know what we're - * running: Windows XP SP1 needs to have C-State coordination - * enabled in SMM. - */ - If ((OSYS == 2001) && MPEN) { - // TRAP(61) // TODO - } - /* SMM power state and C4-on-C3 settings need to be updated */ // TRAP(43) // TODO } diff --git a/src/mainboard/roda/rk9/acpi/platform.asl b/src/mainboard/roda/rk9/acpi/platform.asl index b4d67f598b..d003016c08 100644 --- a/src/mainboard/roda/rk9/acpi/platform.asl +++ b/src/mainboard/roda/rk9/acpi/platform.asl @@ -55,14 +55,6 @@ Scope(\_SB) \GOS() - /* And the OS workarounds start right after we know what we're - * running: Windows XP SP1 needs to have C-State coordination - * enabled in SMM. - */ - If (LAnd(LEqual(OSYS, 2001), MPEN)) { - // TRAP(61) // TODO - } - /* SMM power state and C4-on-C3 settings need to be updated */ // TRAP(43) // TODO } |