]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiFirmwareVolume.h
MdePkg/HiiImageDecoder.h: Remove the unnecessary comments
[mirror_edk2.git] / MdePkg / Include / Pi / PiFirmwareVolume.h
index f589c20dd949d18665cdce3f99787378e057db89..79fde131902e67e683c6aae1d5899b48bea5aaf2 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   The firmware volume related definitions in PI.\r
 \r
-  Copyright (c) 2006 - 2011, 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
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  Copyright (c) 2006 - 2013, 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
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
-  PI Version 1.2C\r
+  PI Version 1.3\r
 \r
 **/\r
 \r
@@ -25,19 +25,19 @@ typedef UINT32  EFI_FV_FILE_ATTRIBUTES;
 \r
 //\r
 // Value of EFI_FV_FILE_ATTRIBUTES.\r
-// \r
+//\r
 #define EFI_FV_FILE_ATTRIB_ALIGNMENT      0x0000001F\r
 #define EFI_FV_FILE_ATTRIB_FIXED          0x00000100\r
 #define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED  0x00000200\r
 \r
 ///\r
 /// type of EFI FVB attribute\r
-/// \r
+///\r
 typedef UINT32  EFI_FVB_ATTRIBUTES_2;\r
 \r
-// \r
+//\r
 // Attributes bit definitions\r
-// \r
+//\r
 #define EFI_FVB2_READ_DISABLED_CAP  0x00000001\r
 #define EFI_FVB2_READ_ENABLED_CAP   0x00000002\r
 #define EFI_FVB2_READ_STATUS        0x00000004\r
@@ -86,7 +86,7 @@ typedef UINT32  EFI_FVB_ATTRIBUTES_2;
 #define EFI_FVB2_ALIGNMENT_512M     0x001D0000\r
 #define EFI_FVB2_ALIGNMENT_1G       0x001E0000\r
 #define EFI_FVB2_ALIGNMENT_2G       0x001F0000\r
-\r
+#define EFI_FVB2_WEAK_ALIGNMENT     0x80000000\r
 \r
 typedef struct {\r
   ///\r
@@ -104,7 +104,7 @@ typedef struct {
 ///\r
 typedef struct {\r
   ///\r
-  /// The first 16 bytes are reserved to allow for the reset vector of \r
+  /// The first 16 bytes are reserved to allow for the reset vector of\r
   /// processors whose reset vector is at address 0.\r
   ///\r
   UINT8                     ZeroVector[16];\r
@@ -162,7 +162,7 @@ typedef struct {
 \r
 ///\r
 /// Extension header pointed by ExtHeaderOffset of volume header.\r
-/// \r
+///\r
 typedef struct {\r
   ///\r
   /// Firmware volume name.\r
@@ -176,7 +176,7 @@ typedef struct {
 \r
 ///\r
 /// Entry struture for describing FV extension header\r
-/// \r
+///\r
 typedef struct {\r
   ///\r
   /// Size of this header extension.\r
@@ -191,7 +191,7 @@ typedef struct {
 #define EFI_FV_EXT_TYPE_OEM_TYPE  0x01\r
 ///\r
 /// This extension header provides a mapping between a GUID and an OEM file type.\r
-/// \r
+///\r
 typedef struct {\r
   ///\r
   /// Standard extension entry, with the type EFI_FV_EXT_TYPE_OEM_TYPE.\r
@@ -204,7 +204,7 @@ typedef struct {
   UINT32    TypeMask;\r
   ///\r
   /// An array of GUIDs, each GUID representing an OEM file type.\r
-  /// \r
+  ///\r
   /// EFI_GUID  Types[1];\r
   ///\r
 } EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE;\r