]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg: Remove alignment check when calculate microcode size.
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dec
index 031a2ccd680ace8663b9b49e24d23065632ae5d7..45b267ac61d5cf713f9dc2a09fb3a765ff2861e3 100644 (file)
@@ -63,6 +63,9 @@
   ## Include/Guid/CpuFeaturesInitDone.h\r
   gEdkiiCpuFeaturesInitDoneGuid  = { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 }}\r
 \r
+  ## Include/Guid/MicrocodePatchHob.h\r
+  gEdkiiMicrocodePatchHobGuid    = { 0xd178f11d, 0x8716, 0x418e, { 0xa1, 0x31, 0x96, 0x7d, 0x2a, 0xc4, 0x28, 0x43 }}\r
+\r
 [Protocols]\r
   ## Include/Protocol/SmmCpuService.h\r
   gEfiSmmCpuServiceProtocolGuid  = { 0x1d202cab, 0xc8ab, 0x4d5c, { 0x94, 0xf7, 0x3c, 0xfc, 0xc0, 0xd3, 0xd3, 0x35 }}\r
   # @Prompt Specify size of good stack of exception which need switching stack.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize|2048|UINT32|0x30002001\r
 \r
+  ## Count of pre allocated SMM MP tokens per chunk.\r
+  # @Prompt Specify the count of pre allocated SMM MP tokens per chunk.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmMpTokenCountPerChunk|64|UINT32|0x30002002\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule]\r
   ## This value is the CPU Local APIC base address, which aligns the address on a 4-KByte boundary.\r
   # @Prompt Configure base address of CPU Local APIC\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 number of Logical Processors that are available in the\r
+  #  preboot environment after platform reset, including BSP and APs. Possible\r
+  #  values:<BR><BR>\r
+  #  zero (default) - PcdCpuBootLogicalProcessorNumber is ignored, and\r
+  #                   PcdCpuApInitTimeOutInMicroSeconds limits the initial AP\r
+  #                   detection by the BSP.<BR>\r
+  #  nonzero        - PcdCpuApInitTimeOutInMicroSeconds is ignored. The initial\r
+  #                   AP detection finishes only when the detected CPU count\r
+  #                   (BSP plus APs) reaches the value of\r
+  #                   PcdCpuBootLogicalProcessorNumber, regardless of how long\r
+  #                   that takes.<BR>\r
+  # @Prompt Number of Logical Processors available after platform reset.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0|UINT32|0x00000008\r
   ## Specifies the base address of the first microcode Patch in the microcode Region.\r
   # @Prompt Microcode Region base address.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress|0x0|UINT64|0x00000005\r