blob: 98b0193c77a0c9caf6c82229b63d39c948118140 [file] [log] [blame]
Mike Loptien573a1d62013-03-18 11:19:26 -06001/*
2 * This file is part of the coreboot project.
3 *
Mike Loptien573a1d62013-03-18 11:19:26 -06004 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
Mike Loptien573a1d62013-03-18 11:19:26 -060012 */
13
14/*
15 * Processor Object
16 *
17 */
18Scope (\_PR) { /* define processor scope */
Elyes HAOUAS2c348922019-10-23 13:48:35 +020019
20 Device (C000) {
21 Name (_HID, "ACPI0007")
22 Name (_UID, 0)
Mike Loptien573a1d62013-03-18 11:19:26 -060023 }
24
Elyes HAOUAS2c348922019-10-23 13:48:35 +020025 Device (C001) {
26 Name (_HID, "ACPI0007")
27 Name (_UID, 1)
Mike Loptien573a1d62013-03-18 11:19:26 -060028 }
29} /* End _PR scope */