aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family15tn/acpi/cpu.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/agesa/family15tn/acpi/cpu.asl')
-rw-r--r--src/cpu/amd/agesa/family15tn/acpi/cpu.asl107
1 files changed, 45 insertions, 62 deletions
diff --git a/src/cpu/amd/agesa/family15tn/acpi/cpu.asl b/src/cpu/amd/agesa/family15tn/acpi/cpu.asl
index 82168508c4..68e6e97bf3 100644
--- a/src/cpu/amd/agesa/family15tn/acpi/cpu.asl
+++ b/src/cpu/amd/agesa/family15tn/acpi/cpu.asl
@@ -11,66 +11,49 @@
* GNU General Public License for more details.
*/
- /*
- * Processor Object
- *
- */
- Scope (\_PR) { /* define processor scope */
- Processor(
- P000, /* name space name */
- 0, /* Unique number for this processor */
- 0x810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
+/*
+ * Processor Object
+ *
+ */
+Scope (\_PR) { /* define processor scope */
+
+ Device (P000) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 0)
+ }
+
+ Device (P001) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 1)
+ }
+
+ Device (P002) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 2)
+ }
+
+ Device (P003) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 3)
+ }
+
+ Device (P004) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 4)
+ }
+
+ Device (P005) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 5)
+ }
+
+ Device (P006) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 6)
+ }
- Processor(
- P001, /* name space name */
- 1, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P002, /* name space name */
- 2, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P003, /* name space name */
- 3, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P004, /* name space name */
- 4, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P005, /* name space name */
- 5, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P006, /* name space name */
- 6, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- Processor(
- P007, /* name space name */
- 7, /* Unique number for this processor */
- 0x0810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
- }
- } /* End _PR scope */
+ Device (P007) {
+ Name(_HID, "ACPI0007")
+ Name(_UID, 7)
+ }
+} /* End _PR scope */