]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the comments for SizeofPartitionEntry field to follow the UEFI Spec.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Apr 2011 07:04:59 +0000 (07:04 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Apr 2011 07:04:59 +0000 (07:04 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11543 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Uefi/UefiGpt.h

index b3579a091c3638cd37b2ca99363b9a671770a494..f2d0fa0b09f69c85fd5f81edc0b2f6bc70600379 100644 (file)
@@ -69,7 +69,8 @@ typedef struct {
   ///\r
   /// The size, in bytes, of each the GUID Partition\r
   /// Entry structures in the GUID Partition Entry\r
-  /// array. Must be a multiple of 8.\r
+  /// array. This field shall be set to a value of 128 x 2^n where n is\r
+  /// an integer greater than or equal to zero (e.g., 128, 256, 512, etc.).\r
   ///\r
   UINT32            SizeOfPartitionEntry;\r
   ///\r