Revision: 17040
          http://sourceforge.net/p/edk2/code/17040
Author:   lzeng14
Date:     2015-03-11 07:34:14 +0000 (Wed, 11 Mar 2015)
Log Message:
-----------
MdeModulePkg: Enhance the comments of PcdMaxUserNvVariableSpaceSize.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/MdeModulePkg.dec
    trunk/edk2/MdeModulePkg/MdeModulePkg.uni

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.dec
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-03-11 05:49:13 UTC (rev 
17039)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-03-11 07:34:14 UTC (rev 
17040)
@@ -717,12 +717,12 @@
   # Note that this value must be less than (PcdFlashNvStorageVariableSize - 
EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - 
PcdHwErrStorageSize).<BR>
   # If the value is 0, it means user variable share the same NV storage with 
system variable,
   # this is designed to keep the compatibility for the platform that does not 
allocate special region for user variable.<BR>
-  # 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,
+  # 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,
   # otherwise the variable will be regarded as user variable.<BR>
   #  1) UEFI defined variables (gEfiGlobalVariableGuid and 
gEfiImageSecurityDatabaseGuid(auth variable) variables at least).<BR>
   #  2) Variables managed by Variable driver internally.<BR>
   #  3) Variables need to be locked, they MUST be set by VariableLock 
protocol.<BR>
-  #  4) Important during platform boot, their property SHOULD be set by 
VarCheck protocol.<BR>
+  #  4) Important variables during platform boot, their property SHOULD be set 
by VarCheck protocol.<BR>
   # The PCD is used to guarantee the space of system variable and not 
populated by user variable.<BR>
   # @Prompt Maximum user NV variable space size.
   
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize|0x00|UINT32|0x00000009

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.uni
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.uni    2015-03-11 05:49:13 UTC (rev 
17039)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.uni    2015-03-11 07:34:14 UTC (rev 
17040)
@@ -204,25 +204,25 @@
  ---------- @@ -232,19 +232,19 @@
  ------- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to