]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/UefiCpuPkg.dec
OvmfPkg/Protocol/VirtioDevice: fix comment style
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dec
index 04c7c1ebc59a5704d86c7a8c22fef25a239f7995..2ddeab4cd92019463a5f931e2ca50b93d01e47b3 100644 (file)
@@ -18,7 +18,7 @@
   PACKAGE_NAME                   = UefiCpuPkg\r
   PACKAGE_UNI_FILE               = UefiCpuPkg.uni\r
   PACKAGE_GUID                   = 2171df9b-0d39-45aa-ac37-2de190010d23\r
-  PACKAGE_VERSION                = 0.3\r
+  PACKAGE_VERSION                = 0.80\r
 \r
 [Includes]\r
   Include\r
@@ -32,7 +32,7 @@
   ##  @libraryclass  Defines some routines that are used to register/manage/program\r
   ##                 CPU features.\r
   ##\r
-  UefiCpuLib|Include/Library/RegisterCpuFeaturesLib.h\r
+  RegisterCpuFeaturesLib|Include/Library/RegisterCpuFeaturesLib.h\r
 \r
 [LibraryClasses.IA32, LibraryClasses.X64]\r
   ##  @libraryclass  Provides functions to manage MTRR settings on IA32 and X64 CPUs.\r
   # @Prompt MSEG size.\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuMsegSize|0x200000|UINT32|0x32132112\r
 \r
-  ## Specifies the supported CPU features bit in array\r
-  # @Prompt Supported CPU features\r
+  ## Specifies the supported CPU features bit in array.\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
   # @ValidList   0x80000001 | 0\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSetting|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}|VOID*|0x00000019\r
 \r
+  ## Contains the size of memory required when CPU processor trace is enabled.\r
+  # @Prompt The memory size used for processor trace.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceMemSize|0x10|UINT32|0x60000012\r
+\r
+  ## Contains the processor trace output scheme when CPU processor trace is enabled.\r
+  # @Prompt The processor trace output scheme.\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceOutputScheme|0x2|UINT8|0x60000015\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   UefiCpuPkgExtra.uni\r