]> 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 04c7c1ebc59a5704d86c7a8c22fef25a239f7995..4a679bdb5700be98e6ea9e1378309f97f11c47aa 100644 (file)
   # @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