aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl')
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
index 0c4cd3881c..29b146b0d0 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl
@@ -18,10 +18,22 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, OEM_ID, ACPI_TABLE_CREATOR, 100925440)
// Scope (_PR)
// {
-// Processor (CPU0, 0x00, 0x0000C010, 0x06) {}
-// Processor (CPU1, 0x01, 0x00000000, 0x00) {}
-// Processor (CPU2, 0x02, 0x00000000, 0x00) {}
-// Processor (CPU3, 0x03, 0x00000000, 0x00) {}
+// Device (CPU0) {
+// Name (_HID, "ACPI0007")
+// Name (_UID, 0)
+// }
+// Device (CPU1) {
+// Name (_HID, "ACPI0007")
+// Name (_UID, 1)
+// }
+// Device (CPU2) {
+// Name (_HID, "ACPI0007")
+// Name (_UID, 2)
+// }
+// Device (CPU3) {
+// Name (_HID, "ACPI0007")
+// Name (_UID, 3)
+// }
// }
Method (FWSO, 0, NotSerialized) { }