From 7cff4456a341de56005f483800474a2adb5fb9fd Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 11 Mar 2015 07:34:14 +0000 Subject: [PATCH] MdeModulePkg: Enhance the comments of PcdMaxUserNvVariableSpaceSize. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17040 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 4 ++-- MdeModulePkg/MdeModulePkg.uni | Bin 159814 -> 159922 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 4328eba8f1..02b2c25d88 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -717,12 +717,12 @@ # Note that this value must be less than (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize).
# 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.
- # 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.
# 1) UEFI defined variables (gEfiGlobalVariableGuid and gEfiImageSecurityDatabaseGuid(auth variable) variables at least).
# 2) Variables managed by Variable driver internally.
# 3) Variables need to be locked, they MUST be set by VariableLock protocol.
- # 4) Important during platform boot, their property SHOULD be set by VarCheck protocol.
+ # 4) Important variables during platform boot, their property SHOULD be set by VarCheck protocol.
# The PCD is used to guarantee the space of system variable and not populated by user variable.
# @Prompt Maximum user NV variable space size. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize|0x00|UINT32|0x00000009 diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index b851370a833b1d8917cfe0e72c0db5d5ab6fd6f1..10e89cb5a196e40f9ab7c3ba5083b4fa098a9397 100644 GIT binary patch delta 269 zcmX^1fOFGB&J9PLCL2_q*!(IqigEfH38qt%SGaCsRG9ox>iA>@_YW{3g~{JMCUGk; zBr>EilrW?+6ir^3COmmUfYRhuo-R=3TfC|u%D;I3fG{@s7C;y;{N_!+aGmkcWCw1x z$s2rGCi?|QO+R*tQDBlk%jAxHzR6_)U2p}{Kg?!inJysB$hP@hpd0h_2S*sM0X4Ef z+^BO5!kgS@$uU_e;sB$<=7$lJ8K*0}XS@a1$uc=8IuGcqhY>e7&xqk+oW3iW@z&(3 YxFWb16JztSg!W?zjN6YTFg5T40BRa>rvLx| delta 216 zcmdn=kn`9B&J9PLCV!GTwz2FdgUNKM`q zFash0HY=KK`kO*Vg~<=>^)?p-{bHKDDEtQ44VxE*&tu%|6gi1;`aW);%`3t$P2Lb) m0+#<5!@~$-OxCz5F!@_t0#uNRvDqlG-6)Z9yHO%j13v(46=Amk -- 2.39.2