Denis Carikli ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/458

-gerrit

commit 4211f0c5542743e251dbd022b023d0d34d8877c2
Author: Denis 'GNUtoo' Carikli <[email protected]>
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 <[email protected]>
---
 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
                }
        })
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to