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@no-log.org>
Reviewed-on: http://review.coreboot.org/458
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Denis 'GNUtoo' Carikli 2011-11-27 22:04:02 +01:00 committed by Patrick Georgi
parent 96ffc55bfd
commit 490eb86b48
1 changed files with 28 additions and 8 deletions

View File

@ -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
}
})