summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Guid/GlobalVariable.h
diff options
context:
space:
mode:
authorChao Zhang <chao.b.zhang@intel.com>2015-12-07 06:15:20 +0000
committerczhang46 <czhang46@Edk2>2015-12-07 06:15:20 +0000
commit79e7b6472797f156d1ff28f3022b25d9c6f250f9 (patch)
treedde5fa5c74aa5f4302b6cde98b6236d0d198abc0 /MdePkg/Include/Guid/GlobalVariable.h
parent1ffe7cc56281fda7c714d32d569b533925d37ede (diff)
downloadedk2-79e7b6472797f156d1ff28f3022b25d9c6f250f9.tar.gz
edk2-79e7b6472797f156d1ff28f3022b25d9c6f250f9.tar.bz2
edk2-79e7b6472797f156d1ff28f3022b25d9c6f250f9.zip
MdePkg: Add AuditMode/DeployedMode name definition
Add AuditMode/DeployedMode definition from Enable Secure Boot feature defined in UEFI2.5 Mantis 1263. https://mantis.uefi.org/mantis/view.php?id=1263 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Zeng Star <star.zeng@intel.com> Reviewed-by: Long Qin <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19130 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Guid/GlobalVariable.h')
-rw-r--r--MdePkg/Include/Guid/GlobalVariable.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/GlobalVariable.h b/MdePkg/Include/Guid/GlobalVariable.h
index 1e4fbc8227..e58f7a1e8c 100644
--- a/MdePkg/Include/Guid/GlobalVariable.h
+++ b/MdePkg/Include/Guid/GlobalVariable.h
@@ -126,6 +126,20 @@ extern EFI_GUID gEfiGlobalVariableGuid;
///
#define EFI_SETUP_MODE_NAME L"SetupMode"
///
+/// Whether the system is operating in audit mode (1) or not (0).
+/// All other values are reserved. Should be treated as read-only except when DeployedMode is 0.
+/// Always becomes read-only after ExitBootServices() is called.
+/// Its attribute is BS+RT.
+///
+#define EFI_AUDIT_MODE_NAME L"AuditMode"
+///
+/// Whether the system is operating in deployed mode (1) or not (0).
+/// All other values are reserved. Should be treated as read-only when its value is 1.
+/// Always becomes read-only after ExitBootServices() is called.
+/// Its attribute is BS+RT.
+///
+#define EFI_DEPLOYED_MODE_NAME L"DeployedMode"
+///
/// The Key Exchange Key Signature Database.
/// Its attribute is NV+BS+RT+AT.
///