diff options
author | Star Zeng <star.zeng@intel.com> | 2015-06-08 09:34:47 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-06-08 09:34:47 +0000 |
commit | c9210f63bbfdcab633b51437b33cd5d40e80b37d (patch) | |
tree | 70af5f87be7e58fb7e79a0d74646c0a9d073cb9c /MdePkg | |
parent | 1365bedd48916c4d88eee778b24a00da23e08ff0 (diff) | |
download | edk2-platforms-c9210f63bbfdcab633b51437b33cd5d40e80b37d.tar.xz |
MdePkg GlobalVariable.h: Add comments for L"SysPrep####".
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@17576 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Guid/GlobalVariable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/GlobalVariable.h b/MdePkg/Include/Guid/GlobalVariable.h index b7e37e7e6d..1e4fbc8227 100644 --- a/MdePkg/Include/Guid/GlobalVariable.h +++ b/MdePkg/Include/Guid/GlobalVariable.h @@ -36,6 +36,7 @@ extern EFI_GUID gEfiGlobalVariableGuid; // Note: except the globally defined variables defined below, the spec also defines
// L"Boot####" - A boot load option.
// L"Driver####" - A driver load option.
+// L"SysPrep####" - A System Prep application load option.
// L"Key####" - Describes hot key relationship with a Boot#### load option.
// The attribute for them is NV+BS+RT, #### is a printed hex value, and no 0x or h
// is included in the hex value. They can not be expressed as a #define like other globally
|