diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-12-29 09:53:29 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-18 18:05:02 +0000 |
commit | 5fde1b7669b8ebd28446b869c2862964a36b1c1e (patch) | |
tree | ce1f596438a43c587b62635e16be94a04ec7fd72 /src/mainboard/lenovo | |
parent | 3b947e2094bf127426087489d404c95c62de8825 (diff) |
mb/apple,lenovo,roda: Drop reference to OSYS
It is claimed getac/p470 has this implemented and not
as a TODO.
Change-Id: Ifa9ec5bcb8b25b6334b589e4bc7bcb915e85e349
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49349
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t400/acpi/platform.asl | 8 | ||||
-rw-r--r-- | src/mainboard/lenovo/t60/acpi/platform.asl | 8 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/acpi/platform.asl | 8 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/acpi/platform.asl | 8 |
4 files changed, 0 insertions, 32 deletions
diff --git a/src/mainboard/lenovo/t400/acpi/platform.asl b/src/mainboard/lenovo/t400/acpi/platform.asl index 10cadf2dbf..3d2805d19f 100644 --- a/src/mainboard/lenovo/t400/acpi/platform.asl +++ b/src/mainboard/lenovo/t400/acpi/platform.asl @@ -61,14 +61,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 } diff --git a/src/mainboard/lenovo/t60/acpi/platform.asl b/src/mainboard/lenovo/t60/acpi/platform.asl index c9551b5ca1..2e3bfc06c8 100644 --- a/src/mainboard/lenovo/t60/acpi/platform.asl +++ b/src/mainboard/lenovo/t60/acpi/platform.asl @@ -56,14 +56,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 } diff --git a/src/mainboard/lenovo/x200/acpi/platform.asl b/src/mainboard/lenovo/x200/acpi/platform.asl index 10cadf2dbf..3d2805d19f 100644 --- a/src/mainboard/lenovo/x200/acpi/platform.asl +++ b/src/mainboard/lenovo/x200/acpi/platform.asl @@ -61,14 +61,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 } diff --git a/src/mainboard/lenovo/x60/acpi/platform.asl b/src/mainboard/lenovo/x60/acpi/platform.asl index c9551b5ca1..2e3bfc06c8 100644 --- a/src/mainboard/lenovo/x60/acpi/platform.asl +++ b/src/mainboard/lenovo/x60/acpi/platform.asl @@ -56,14 +56,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 } |