]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/UefiCpuPkg.dec
MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dec
index a6941466891e80851d9d9637a778188c2f4c7aa3..16637dfdc14ba644423a97584eb179b2bf882407 100644 (file)
@@ -1,7 +1,7 @@
 ## @file  UefiCpuPkg.dec\r
 # This Package provides UEFI compatible CPU modules and libraries.\r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
   # @Prompt Configure delay value after send an INIT IPI\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds|10000|UINT32|0x30000002\r
 \r
-  ## Specifies max supported number of Logical Processors.\r
-  # @Prompt Configure max supported number of Logical Processors\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64|UINT32|0x00000002\r
-\r
   ## This value specifies the Application Processor (AP) stack size, used for Mp Service, which must\r
   ## aligns the address on a 4-KByte boundary.\r
   # @Prompt Configure stack size for Application Processor (AP)\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuNumberOfReservedVariableMtrrs|0x2|UINT32|0x00000015\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
+  ## Specifies max supported number of Logical Processors.\r
+  # @Prompt Configure max supported number of Logical Processors\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64|UINT32|0x00000002\r
   ## Specifies timeout value in microseconds for the BSP to detect all APs for the first time.\r
   # @Prompt Timeout for the BSP to detect all APs for the first time.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds|50000|UINT32|0x00000004\r
   ## Specifies the size of the microcode Region.\r
   # @Prompt Microcode Region size.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize|0x0|UINT64|0x00000006\r
+  ## Specifies the AP wait loop state during POST phase.\r
+  #  The value is defined as below.<BR><BR>\r
+  #  1: Place AP in the Hlt-Loop state.<BR>\r
+  #  2: Place AP in the Mwait-Loop state.<BR>\r
+  #  3: Place AP in the Run-Loop state.<BR>\r
+  # @Prompt The AP wait loop state.\r
+  # @ValidRange  0x80000001 | 1 - 3\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode|1|UINT8|0x60008006\r
+  ## Specifies the AP target C-state for Mwait during POST phase.\r
+  #  The default value 0 means C1 state.\r
+  #  The value is defined as below.<BR><BR>\r
+  # @Prompt The specified AP target C-state for Mwait.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate|0|UINT8|0x00000007\r
 \r
 [PcdsDynamic, PcdsDynamicEx]\r
   ## Contains the pointer to a CPU S3 data buffer of structure ACPI_CPU_DATA.\r