]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiFirmwareFile.h
According to PI_1_2_Errata_B, EFI_FFS_INTEGRITY_CHECK.Checksum.File should be 8-bit...
[mirror_edk2.git] / MdePkg / Include / Pi / PiFirmwareFile.h
index ff2407aadde4408c7f7d1b59730206da79f09a0b..a7c6cdfd74b60433ef056c04e6bee9a22bb36bff 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The firmware file related definitions in PI.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -34,8 +34,7 @@ typedef union {
     ///\r
     /// If the FFS_ATTRIB_CHECKSUM (see definition below) bit of the Attributes\r
     /// field is set to one, the IntegrityCheck.Checksum.File field is an 8-bit\r
-    /// checksum of the entire file The State field and the file tail are assumed to be zero\r
-    /// and the checksum is calculated such that the entire file sums to zero.\r
+    /// checksum of the file data.\r
     /// If the FFS_ATTRIB_CHECKSUM bit of the Attributes field is cleared to zero,\r
     /// the IntegrityCheck.Checksum.File field must be initialized with a value of\r
     /// 0xAA. The IntegrityCheck.Checksum.File field is valid any time the\r