summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Guid/SystemNvDataGuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Guid/SystemNvDataGuid.h')
-rw-r--r--MdeModulePkg/Include/Guid/SystemNvDataGuid.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/MdeModulePkg/Include/Guid/SystemNvDataGuid.h b/MdeModulePkg/Include/Guid/SystemNvDataGuid.h
index 048ea651da..3d537fbde1 100644
--- a/MdeModulePkg/Include/Guid/SystemNvDataGuid.h
+++ b/MdeModulePkg/Include/Guid/SystemNvDataGuid.h
@@ -4,12 +4,12 @@
this FV image contains NV data, such as NV variable data.
This guid can also be used as the signature of FTW working block header.
-Copyright (c) 2006 - 2009, Intel Corporation
-All rights reserved. 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) 2006 - 2010, 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 that 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.
@@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
{0xfff12b8d, 0x7696, 0x4c8b, {0xa9, 0x85, 0x27, 0x47, 0x7, 0x5b, 0x4f, 0x50} }
///
-/// NvDataFv GUID used as the signature of FTW working block header.
+/// An NvDataFv GUID used as the signature of FTW working block header.
///
extern EFI_GUID gEfiSystemNvDataFvGuid;
@@ -30,20 +30,20 @@ extern EFI_GUID gEfiSystemNvDataFvGuid;
#define WORKING_BLOCK_INVALID 0x2
///
-/// EDKII Fault tolerant working block header
+/// The EDKII Fault tolerant working block header.
/// The header is immediately followed by the write queue data.
///
typedef struct {
///
- /// System Non Volatile FV Guid
+ /// System Non Volatile FV Guid.
///
EFI_GUID Signature;
///
- /// 32bit CRC caculated for this header
+ /// 32bit CRC caculated for this header.
///
UINT32 Crc;
///
- /// Working block valid bit
+ /// Working block valid bit.
///
UINT8 WorkingBlockValid : 1;
UINT8 WorkingBlockInvalid : 1;
@@ -54,8 +54,9 @@ typedef struct {
///
UINT64 WriteQueueSize;
///
- /// Write Queue data
- /// UINT8 WriteQueue[WriteQueueSize];
+ /// Write Queue data.
+ ///
+ UINT8 WriteQueue[WriteQueueSize];
///
} EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER;