soc/intel/skylake: Remove unsupported sleepstates in ACPI table
Some OS certification test (for example Windows) will fail if there are unsupported sleep states. Since these states are not really used today, we can remove them from ACPI table. BRANCH=eve BUG=b:72197653 TEST=certification system sleep test pass. Change-Id: I5f5122cac1bf61f7c580afb18cc66b5ff07286fb Signed-off-by: Lucas Chen <lucas.chen@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1065401 Commit-Queue: David Wu <david_wu@quanta.corp-partner.google.com> Tested-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://review.coreboot.org/28080 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
3388fdecf2
commit
38eb0ecca5
|
@ -16,8 +16,6 @@
|
|||
*/
|
||||
|
||||
Name (\_S0, Package () { 0x0, 0x0, 0x0, 0x0 })
|
||||
Name (\_S1, Package () { 0x1, 0x1, 0x0, 0x0 })
|
||||
Name (\_S2, Package () { 0x1, 0x1, 0x0, 0x0 })
|
||||
Name (\_S3, Package () { 0x5, 0x5, 0x0, 0x0 })
|
||||
Name (\_S4, Package () { 0x6, 0x6, 0x0, 0x0 })
|
||||
Name (\_S5, Package () { 0x7, 0x7, 0x0, 0x0 })
|
||||
|
|
Loading…
Reference in New Issue