summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1a4232b)
Revert AuditMode/DeployedMode definition from Customized Secure Boot feature defined in UEFI2.5 Mantis 1263.
The feature has been moved to
https://github.com/tianocore/edk2-staging/tree/Customized-Secure-Boot
Previous check-in hash is
SHA-1:
79e7b6472797f156d1ff28f3022b25d9c6f250f9
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: El-Haj-Mahmoud Samer <samer.el-haj-mahmoud@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
/** @file\r
GUID for EFI (NVRAM) Variables.\r
\r
/** @file\r
GUID for EFI (NVRAM) Variables.\r
\r
- Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
This program and the accompanying materials \r
are licensed and made available under the terms and conditions of the BSD License \r
which accompanies this distribution. The full text of the license may be found at \r
This program and the accompanying materials \r
are licensed and made available under the terms and conditions of the BSD License \r
which accompanies this distribution. The full text of the license may be found at \r
///\r
#define EFI_SETUP_MODE_NAME L"SetupMode"\r
///\r
///\r
#define EFI_SETUP_MODE_NAME L"SetupMode"\r
///\r
-/// Whether the system is operating in audit mode (1) or not (0).\r
-/// All other values are reserved. Should be treated as read-only except when DeployedMode is 0.\r
-/// Always becomes read-only after ExitBootServices() is called.\r
-/// Its attribute is BS+RT.\r
-///\r
-#define EFI_AUDIT_MODE_NAME L"AuditMode"\r
-///\r
-/// Whether the system is operating in deployed mode (1) or not (0).\r
-/// All other values are reserved. Should be treated as read-only when its value is 1.\r
-/// Always becomes read-only after ExitBootServices() is called.\r
-/// Its attribute is BS+RT.\r
-///\r
-#define EFI_DEPLOYED_MODE_NAME L"DeployedMode"\r
-///\r
/// The Key Exchange Key Signature Database.\r
/// Its attribute is NV+BS+RT+AT.\r
///\r
/// The Key Exchange Key Signature Database.\r
/// Its attribute is NV+BS+RT+AT.\r
///\r
/** @file\r
Image signature database are defined for the signed image validation.\r
\r
/** @file\r
Image signature database are defined for the signed image validation.\r
\r
- Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
This program and the accompanying materials\r
are licensed and made available under the terms and conditions of the BSD License\r
which accompanies this distribution. The full text of the license may be found at\r
This program and the accompanying materials\r
are licensed and made available under the terms and conditions of the BSD License\r
which accompanies this distribution. The full text of the license may be found at\r
\r
#define SECURE_BOOT_MODE_ENABLE 1\r
#define SECURE_BOOT_MODE_DISABLE 0\r
\r
#define SECURE_BOOT_MODE_ENABLE 1\r
#define SECURE_BOOT_MODE_DISABLE 0\r
-///\r
-/// Depricated value definition for SetupMode variable \r
-///\r
#define SETUP_MODE 1\r
#define USER_MODE 0\r
#define SETUP_MODE 1\r
#define USER_MODE 0\r
-///\r
-/// Value definition for SetupMode/DeployedMode/AuditMode variable\r
-///\r
-#define SETUP_MODE_ENABLE 1\r
-#define SETUP_MODE_DISABLE 0\r
-#define DEPLOYED_MODE_ENABLE 1\r
-#define DEPLOYED_MODE_DISABLE 0\r
-#define AUDIT_MODE_ENABLE 1\r
-#define AUDIT_MODE_DISABLE 0\r
\r
//***********************************************************************\r
// Signature Database\r
\r
//***********************************************************************\r
// Signature Database\r