[email protected], [email protected], [email protected], 
[email protected], [email protected], [email protected], 
[email protected], [email protected], [email protected]
Message-Id: 
<4177a0d7afe06338939d3d7a720492a591c48c97.1347565443.git.jba...@redhat.com>
In-Reply-To: <[email protected]>
References: <[email protected]>
Subject: [PATCH 8/9] seabios: remove acpi suspend blocks from the q35 dsdt table

Since suspend is now broken out separately as ssdt-susp.dsl, we
need to drop it from the q35 dsdt.

Signed-off-by: Jason Baron <[email protected]>
---
 src/q35-acpi-dsdt.dsl |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl
index 8a4ebcf..3180624 100644
--- a/src/q35-acpi-dsdt.dsl
+++ b/src/q35-acpi-dsdt.dsl
@@ -740,32 +740,6 @@ DefinitionBlock (
         define_gsi_link(GSIH, 0, 0x17)
     }
 
-    /*
-     * S3 (suspend-to-ram), S4 (suspend-to-disk) and S5 (power-off) type codes:
-     * must match piix4 emulation.
-     */
-    Name (\_S3, Package (0x04)
-    {
-        0x01,  /* PM1a_CNT.SLP_TYP */
-        0x01,  /* PM1b_CNT.SLP_TYP */
-        Zero,  /* reserved */
-        Zero   /* reserved */
-    })
-    Name (\_S4, Package (0x04)
-    {
-        Zero,  /* PM1a_CNT.SLP_TYP */
-        Zero,  /* PM1b_CNT.SLP_TYP */
-        Zero,  /* reserved */
-        Zero   /* reserved */
-    })
-    Name (\_S5, Package (0x04)
-    {
-        Zero,  /* PM1a_CNT.SLP_TYP */
-        Zero,  /* PM1b_CNT.SLP_TYP */
-        Zero,  /* reserved */
-        Zero   /* reserved */
-    })
-
     /* CPU hotplug */
     Scope(\_SB) {
         /* Objects filled in by run-time generated SSDT */
-- 
1.7.1


_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to