]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARM
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 4328eba8f159719e5f3efa463eaa7512044be716..c00319a7f35aa8989d1daf4eaadf5b8a46795214 100644 (file)
   # Note that this value must be less than (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize).<BR>\r
   # If the value is 0, it means user variable share the same NV storage with system variable,\r
   # this is designed to keep the compatibility for the platform that does not allocate special region for user variable.<BR>\r
-  # If the value is non-0, the below 4 types of variables will be regarded as System Variable, their property could be got by VarCheck protocol,\r
+  # If the value is non-0, the below 4 types of variables will be regarded as System Variable after EndOfDxe, their property could be got by VarCheck protocol,\r
   # otherwise the variable will be regarded as user variable.<BR>\r
   #  1) UEFI defined variables (gEfiGlobalVariableGuid and gEfiImageSecurityDatabaseGuid(auth variable) variables at least).<BR>\r
   #  2) Variables managed by Variable driver internally.<BR>\r
   #  3) Variables need to be locked, they MUST be set by VariableLock protocol.<BR>\r
-  #  4) Important during platform boot, their property SHOULD be set by VarCheck protocol.<BR>\r
+  #  4) Important variables during platform boot, their property SHOULD be set by VarCheck protocol.<BR>\r
   # The PCD is used to guarantee the space of system variable and not populated by user variable.<BR>\r
   # @Prompt Maximum user NV variable space size.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize|0x00|UINT32|0x00000009\r
   # @Prompt SMBIOS version.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300|UINT16|0x00010055\r
 \r
+  ## SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure.\r
+  # @Prompt SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0|UINT8|0x0001006A\r
+\r
+  ## SMBIOS produce method.\r
+  #  BIT0 set indicates 32-bit entry point and table are produced.<BR>\r
+  #  BIT1 set indicates 64-bit entry point and table are produced.<BR>\r
+  # @Prompt The policy to produce SMBIOS entry point and table.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x3|UINT32|0x00010069\r
+\r
   ## This PCD specifies the additional pad size in FPDT Basic Boot Performance Table for\r
   #  the extension FPDT boot records received after ReadyToBoot and before ExitBootService.\r
   # @Prompt Pad size for extension FPDT boot records.\r