[coreboot] Patch set updated for coreboot: 26a17fa M4A785T-M: fix ACPI's P-States Table

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Mon Nov 28 05:34:15 CET 2011


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/458

-gerrit

commit 26a17fa00218a47c7fa1b2c93f9813218ae0e693
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Nov 27 22:04:02 2011 +0100

    M4A785T-M: fix ACPI's P-States Table
    
    Without that fix the linux kernel cannot change the frequency
      of the CPUs with cpufreq.
    
    Change-Id: Ie00e4b11b2561356952d8ae28bd0a00523b6d85f
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/asus/m4a785t-m/acpi/cpstate.asl |   36 +++++++++++++++++++-----
 1 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/src/mainboard/asus/m4a785t-m/acpi/cpstate.asl b/src/mainboard/asus/m4a785t-m/acpi/cpstate.asl
index 6a1b002..0ee537d 100644
--- a/src/mainboard/asus/m4a785t-m/acpi/cpstate.asl
+++ b/src/mainboard/asus/m4a785t-m/acpi/cpstate.asl
@@ -46,22 +46,42 @@ DefinitionBlock ("DSDT.AML","DSDT",0x01,"XXXXXX","XXXXXXXX",0x00010001)
 	Name(_PSS, Package(){
 		Package ()
 		{
-		    0x00000AF0,
-		    0x0000BF81,
-		    0x00000002,
-		    0x00000002,
+		    0x00000BB8,
+		    0x000078D9,
+		    0x00000004,
+		    0x00000004,
 		    0x00000000,
 		    0x00000000
 		},
 
 		Package ()
 		{
-		    0x00000578,
-		    0x000076F2,
-		    0x00000002,
-		    0x00000002,
+		    0x000008FC,
+		    0x0000659A,
+		    0x00000004,
+		    0x00000004,
 		    0x00000001,
 		    0x00000001
+		},
+
+		Package ()
+		{
+		    0x00000708,
+		    0x000056BF,
+		    0x00000004,
+		    0x00000004,
+		    0x00000002,
+		    0x00000002
+		},
+
+		Package ()
+		{
+		    0x00000320,
+		    0x00001FA1,
+		    0x00000004,
+		    0x00000004,
+		    0x00000003,
+		    0x00000003
 		}
 	})
 




More information about the coreboot mailing list