]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Enhance the comments of PcdMaxUserNvVariableSpaceSize.
authorStar Zeng <star.zeng@intel.com>
Wed, 11 Mar 2015 07:34:14 +0000 (07:34 +0000)
committerlzeng14 <lzeng14@Edk2>
Wed, 11 Mar 2015 07:34:14 +0000 (07:34 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17040 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.uni

index 4328eba8f159719e5f3efa463eaa7512044be716..02b2c25d88be925e1e91cb0b17692ccd305f9b4c 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
index b851370a833b1d8917cfe0e72c0db5d5ab6fd6f1..10e89cb5a196e40f9ab7c3ba5083b4fa098a9397 100644 (file)
Binary files a/MdeModulePkg/MdeModulePkg.uni and b/MdeModulePkg/MdeModulePkg.uni differ