summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/agesa/family14/acpi/cpu.asl
blob: 639b9a0940e1829f32296a2b25da0b62ced91b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/*
 * Processor Object
 *
 */
Scope (\_SB) {		/* define processor scope */

	Device (C000) {
	Name (_HID, "ACPI0007")
	Name (_UID, 0)
	}

	Device (C001) {
	Name (_HID, "ACPI0007")
	Name (_UID, 1)
	}
} /* End _SB scope */