]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg: Add SecCore module and supporting library class and PCD
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dec
index b45774c3cb8aa7f5eb14fd414c2d8882b583db12..fe9b2a5f27cc5fd6ff95edc40e4bdb6e7cc653e6 100644 (file)
   ##  @libraryclass  Provides functions to manage the Local APIC on IA32 and X64 CPUs.\r
   ##\r
   LocalApicLib|Include/Library/LocalApicLib.h\r
+\r
+  ##  @libraryclass  Provides platform specific initialization functions in the SEC phase.\r
+  ##\r
+  PlatformSecLib|Include/Library/PlatformSecLib.h\r
+\r
   \r
 [Guids]\r
   gUefiCpuPkgTokenSpaceGuid      = { 0xac05bf33, 0x995a, 0x4ed4, { 0xaa, 0xb8, 0xef, 0x7a, 0xe8, 0xf, 0x5c, 0xb0 }}\r
   # @Prompt Configure stack size for Application Processor (AP)\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize|0x8000|UINT32|0x00000003\r
 \r
+  ## Specifies stack size in the temporary RAM. 0 means half of TemporaryRamSize.\r
+  # @Prompt Stack size in the temporary RAM.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize|0|UINT32|0x10001003\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\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 base address of the first microcode Patch in the microcode Region.\r
+  # @Prompt Microcode Region base address.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress|0x0|UINT64|0x00000005\r
+  ## Specifies the size of the microcode Region.\r
+  # @Prompt Microcode Region size.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize|0x0|UINT64|0x00000006\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   UefiCpuPkgExtra.uni\r