aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family14/acpi/cpu.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/agesa/family14/acpi/cpu.asl')
-rw-r--r--src/cpu/amd/agesa/family14/acpi/cpu.asl19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/cpu/amd/agesa/family14/acpi/cpu.asl b/src/cpu/amd/agesa/family14/acpi/cpu.asl
index 81b5a3550a..98b0193c77 100644
--- a/src/cpu/amd/agesa/family14/acpi/cpu.asl
+++ b/src/cpu/amd/agesa/family14/acpi/cpu.asl
@@ -16,19 +16,14 @@
*
*/
Scope (\_PR) { /* define processor scope */
- Processor(
- C000, /* name space name, align with BLDCFG_PROCESSOR_SCOPE_NAME[01] */
- 0, /* Unique number for this processor */
- 0x810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
+
+ Device (C000) {
+ Name (_HID, "ACPI0007")
+ Name (_UID, 0)
}
- Processor(
- C001, /* name space name */
- 1, /* Unique number for this processor */
- 0x810, /* PBLK system I/O address !hardcoded! */
- 0x06 /* PBLKLEN for boot processor */
- ) {
+ Device (C001) {
+ Name (_HID, "ACPI0007")
+ Name (_UID, 1)
}
} /* End _PR scope */