diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-21 14:22:14 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-21 14:22:14 +0000 |
commit | 47e1a80bbcd1584d72d6bd8eec10b1c3ae9320af (patch) | |
tree | a934df12d054619ddc6d334b4d6f728fdfdfc631 /MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h | |
parent | 7d9cf3f25e2c8a5c7d7cf3a7325010790fffa09b (diff) | |
download | edk2-platforms-47e1a80bbcd1584d72d6bd8eec10b1c3ae9320af.tar.xz |
Update partition driver to not produce BlockIo if a GPT with OS-specific field (BIT1) set in its partition attributes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9293 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h')
-rw-r--r-- | MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h index 6b0d73438d..d1288bad1c 100644 --- a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h @@ -4,7 +4,7 @@ of the raw block devices media. Currently "El Torito CD-ROM", Legacy
MBR, and GPT partition schemes are supported.
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>
+Copyright (c) 2006 - 2009, Intel Corporation. <BR>
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
@@ -92,6 +92,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gPartitionComponentName2; typedef struct {
BOOLEAN OutOfRange;
BOOLEAN Overlap;
+ BOOLEAN OsSpecific;
} EFI_PARTITION_ENTRY_STATUS;
//
|