MdePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
/** @file
|
||||
GUID used for MemoryOverwriteRequestControl UEFI variable defined in
|
||||
GUID used for MemoryOverwriteRequestControl UEFI variable defined in
|
||||
TCG Platform Reset Attack Mitigation Specification 1.00.
|
||||
See http://trustedcomputinggroup.org for the latest specification
|
||||
|
||||
The purpose of the MemoryOverwriteRequestControl UEFI variable is to give users (e.g., OS, loader) the ability to
|
||||
indicate to the platform that secrets are present in memory and that the platform firmware must clear memory upon
|
||||
a restart. The OS loader should not create the variable. Rather, the firmware is required to create it.
|
||||
The purpose of the MemoryOverwriteRequestControl UEFI variable is to give users (e.g., OS, loader) the ability to
|
||||
indicate to the platform that secrets are present in memory and that the platform firmware must clear memory upon
|
||||
a restart. The OS loader should not create the variable. Rather, the firmware is required to create it.
|
||||
|
||||
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
@@ -27,17 +27,17 @@
|
||||
}
|
||||
|
||||
///
|
||||
/// Variable name is "MemoryOverwriteRequestControl" and it is a 1 byte unsigned value.
|
||||
/// The attributes should be:
|
||||
/// EFI_VARIABLE_NON_VOLATILE |
|
||||
/// EFI_VARIABLE_BOOTSERVICE_ACCESS |
|
||||
/// EFI_VARIABLE_RUNTIME_ACCESS
|
||||
/// Variable name is "MemoryOverwriteRequestControl" and it is a 1 byte unsigned value.
|
||||
/// The attributes should be:
|
||||
/// EFI_VARIABLE_NON_VOLATILE |
|
||||
/// EFI_VARIABLE_BOOTSERVICE_ACCESS |
|
||||
/// EFI_VARIABLE_RUNTIME_ACCESS
|
||||
///
|
||||
#define MEMORY_OVERWRITE_REQUEST_VARIABLE_NAME L"MemoryOverwriteRequestControl"
|
||||
|
||||
///
|
||||
/// 0 = Firmware MUST clear the MOR bit
|
||||
/// 1 = Firmware MUST set the MOR bit
|
||||
/// 1 = Firmware MUST set the MOR bit
|
||||
///
|
||||
#define MOR_CLEAR_MEMORY_BIT_MASK 0x01
|
||||
|
||||
|
Reference in New Issue
Block a user