]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/CPU.asl
FatBinPkg: Update EBC/IA32/X64/IPF binaries
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / CPU.asl
CommitLineData
3cbfba02
DW
1/**************************************************************************;\r
2;* *;\r
3;* *;\r
4;* Intel Corporation - ACPI Reference Code for the Baytrail *;\r
5;* Family of Customer Reference Boards. *;\r
6;* *;\r
7;* *;\r
8;* Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved *;\r
9;\r
10; This program and the accompanying materials are licensed and made available under\r
11; the terms and conditions of the BSD License that accompanies this distribution.\r
12; The full text of the license may be found at\r
13; http://opensource.org/licenses/bsd-license.php.\r
14;\r
15; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17;\r
18;* *;\r
19;* *;\r
20;**************************************************************************/\r
21\r
22\r
23\r
24// NOTE: The _PDC Implementation is out of the scope of this\r
25// reference code. Please see the latest Hyper-Threading Technology\r
26// Reference Code for complete implementation details.\r
27\r
28Scope(\_PR)\r
29{\r
30 Processor(CPU0, // Unique name for Processor 0.\r
31 1, // Unique ID for Processor 0.\r
32 0x00, // CPU0 ACPI P_BLK address = ACPIBASE + 10h.\r
33 0) // CPU0 P_BLK length = 6 bytes.\r
34 {}\r
35\r
36 Processor(CPU1, // Unique name for Processor 1.\r
37 2, // Unique ID for Processor 1.\r
38 0x00,\r
39 0) // CPU1 P_BLK length = 6 bytes.\r
40 {}\r
41\r
42 Processor(CPU2, // Unique name for Processor 2.\r
43 3, // Unique ID for Processor 2.\r
44 0x00,\r
45 0) // CPU2 P_BLK length = 6 bytes.\r
46 {}\r
47\r
48 Processor(CPU3, // Unique name for Processor 3.\r
49 4, // Unique ID for Processor 3.\r
50 0x00,\r
51 0) // CPU3 P_BLK length = 6 bytes.\r
52 {}\r
53} // End _PR\r
54\r
55\r