]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.uni: Add missing strings for PCD
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index d6bac974da9513c6445b7531a4dff5f9d71b578f..41b9e70a1ac885b94c6a1df13160c9fe36f11f39 100644 (file)
   ## Include/Protocol/IoMmu.h\r
   gEdkiiIoMmuProtocolGuid = { 0x4e939de9, 0xd948, 0x4b0f, { 0x88, 0xed, 0xe6, 0xe1, 0xce, 0x51, 0x7c, 0x1e } }\r
 \r
+  ## Include/Protocol/DeviceSecurity.h\r
+  gEdkiiDeviceSecurityProtocolGuid  = { 0x5d6b38c8, 0x5510, 0x4458, { 0xb4, 0x8d, 0x95, 0x81, 0xcf, 0xa7, 0xb0, 0xd } }\r
+  gEdkiiDeviceIdentifierTypePciGuid = { 0x2509b2f1, 0xa022, 0x4cca, { 0xaf, 0x70, 0xf9, 0xd3, 0x21, 0xfb, 0x66, 0x49 } }\r
+  gEdkiiDeviceIdentifierTypeUsbGuid = { 0x7394f350, 0x394d, 0x488c, { 0xbb, 0x75, 0xc, 0xab, 0x7b, 0x12, 0xa, 0xc5 } }\r
+\r
   ## Include/Protocol/SmmMemoryAttribute.h\r
   gEdkiiSmmMemoryAttributeProtocolGuid = { 0x69b792ea, 0x39ce, 0x402d, { 0xa2, 0xa6, 0xf7, 0x21, 0xde, 0x35, 0x1d, 0xfe } }\r
 \r
   # @Prompt Enable Device Path From Text support.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE|BOOLEAN|0x00010038\r
 \r
+  ## Indicates if the UEFI variable runtime cache should be enabled.\r
+  #  This setting only applies if SMM variables are enabled. When enabled, all variable\r
+  #  data for Runtime Service GetVariable () and GetNextVariableName () calls is retrieved\r
+  #  from a runtime data buffer referred to as the "runtime cache". An SMI is not triggered\r
+  #  at all for these requests. Variables writes still trigger an SMI. This can greatly\r
+  #  reduce overall system SMM usage as most boots tend to issue far more variable reads\r
+  #  than writes.<BR><BR>\r
+  #   TRUE  - The UEFI variable runtime cache is enabled.<BR>\r
+  #   FALSE - The UEFI variable runtime cache is disabled.<BR>\r
+  # @Prompt Enable the UEFI variable runtime cache.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|TRUE|BOOLEAN|0x00010039\r
+\r
   ## Indicates if the statistics about variable usage will be collected. This information is\r
   #  stored as a vendor configuration table into the EFI system table.\r
   #  Set this PCD to TRUE to use VariableInfo application in MdeModulePkg\Application directory to get\r