]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dec
index c4b43e2300471e225593c7e31cdcb9fc155a24a6..4a679bdb5700be98e6ea9e1378309f97f11c47aa 100644 (file)
   ##\r
   UefiCpuLib|Include/Library/UefiCpuLib.h\r
 \r
+  ##  @libraryclass  Defines some routines that are used to register/manage/program\r
+  ##                 CPU features.\r
+  ##\r
+  UefiCpuLib|Include/Library/RegisterCpuFeaturesLib.h\r
+\r
 [LibraryClasses.IA32, LibraryClasses.X64]\r
   ##  @libraryclass  Provides functions to manage MTRR settings on IA32 and X64 CPUs.\r
   ##\r
   ## Include/Guid/MicrocodeFmp.h\r
   gMicrocodeFmpImageTypeIdGuid      = { 0x96d4fdcd, 0x1502, 0x424d, { 0x9d, 0x4c, 0x9b, 0x12, 0xd2, 0xdc, 0xae, 0x5c } }\r
 \r
+  ## Include/Guid/CpuFeaturesSetDone.h\r
+  gEdkiiCpuFeaturesSetDoneGuid   = { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 }}\r
+\r
+  ## Include/Guid/CpuFeaturesInitDone.h\r
+  gEdkiiCpuFeaturesInitDoneGuid  = { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 }}\r
+\r
 [Protocols]\r
   ## Include/Protocol/SmmCpuService.h\r
   gEfiSmmCpuServiceProtocolGuid  = { 0x1d202cab, 0xc8ab, 0x4d5c, { 0x94, 0xf7, 0x3c, 0xfc, 0xc0, 0xd3, 0xd3, 0x35 }}\r
   # @Prompt Supported CPU features\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport|{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}|VOID*|0x00000016\r
 \r
+  ## Specifies if CPU features will be initialized after SMM relocation\r
+  # @Prompt if CPU features will be initialized after SMM relocation\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitAfterSmmRelocation|FALSE|BOOLEAN|0x0000001C\r
+\r
+  ## Specifies if CPU features will be initialized during S3 resume\r
+  # @Prompt if CPU features will be initialized during S3 resume\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitOnS3Resume|FALSE|BOOLEAN|0x0000001D\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## Specifies max supported number of Logical Processors.\r
   # @Prompt Configure max supported number of Logical Processors\r
   # @Prompt User settings for enabling/disabling processor features.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesUserConfiguration|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}|VOID*|0x00000017\r
 \r
+  ## Specifies the On-demand clock modulation duty cycle when ACPI feature is enabled.\r
+  # @Prompt The encoded values for target duty cycle modulation.\r
+  # @ValidRange  0x80000001 | 0 - 15\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuClockModulationDutyCycle|0x0|UINT8|0x0000001A\r
+\r
+  ## Indicates if the current boot is a power-on reset.<BR><BR>\r
+  #   TRUE  - Current boot is a power-on reset.<BR>\r
+  #   FALSE - Current boot is not a power-on reset.<BR>\r
+  # @Prompt Current boot is a power-on reset.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdIsPowerOnReset|FALSE|BOOLEAN|0x0000001B\r
+\r
 [PcdsDynamic, PcdsDynamicEx]\r
   ## Contains the pointer to a CPU S3 data buffer of structure ACPI_CPU_DATA.\r
   # @Prompt The pointer to a CPU S3 data buffer.\r