aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se/dsdt.asl
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-02-14 15:40:23 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-02-14 15:40:23 +0000
commitf997b5554acd2c3ddcc9080b78a834853e59c783 (patch)
tree07cc8a4b9cb8c10d1613870fab1c5fade633e677 /src/mainboard/asus/m2v-mx_se/dsdt.asl
parent66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0 (diff)
Following patch adds dynamically generated P-States infrastructure as well as
M2V-MX SE as example how to do that. It is based on AMD code and mine code for ACPI generation. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se/dsdt.asl')
-rw-r--r--src/mainboard/asus/m2v-mx_se/dsdt.asl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/dsdt.asl b/src/mainboard/asus/m2v-mx_se/dsdt.asl
index d75f9c0588..a339747a88 100644
--- a/src/mainboard/asus/m2v-mx_se/dsdt.asl
+++ b/src/mainboard/asus/m2v-mx_se/dsdt.asl
@@ -24,14 +24,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
{
Include ("amdk8_util.asl")
-
- /* Define the main processor.*/
- Scope (\_PR)
- {
- Processor (\_PR.CPU0, 0x00, 0x000000, 0x00) {}
- Processor (\_PR.CPU1, 0x01, 0x000000, 0x00) {}
- }
-
/* For now only define 2 power states:
* - S0 which is fully on
* - S5 which is soft off