/* * This file is part of the coreboot project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /* * 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) } Device (P007) { Name(_HID, "ACPI0007") Name(_UID, 7) } } /* End _PR scope */