mirror of https://github.com/acidanthera/audk.git
Rollback the change of EFI_FVB_ATTRIBUTE, because not clearly about how to change the EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL and the last check in block the Nt32 build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3336 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
986352bec8
commit
2e765be2a1
|
@ -30,7 +30,7 @@ typedef UINT32 EFI_FV_FILE_ATTRIBUTES;
|
||||||
#define EFI_FV_FILE_ATTRIB_FIXED 0x00000100
|
#define EFI_FV_FILE_ATTRIB_FIXED 0x00000100
|
||||||
#define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200
|
#define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200
|
||||||
|
|
||||||
typedef UINT32 EFI_FVB2_ATTRIBUTES;
|
typedef UINT32 EFI_FVB_ATTRIBUTES;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Attributes bit definitions
|
// Attributes bit definitions
|
||||||
|
@ -98,7 +98,7 @@ typedef struct {
|
||||||
EFI_GUID FileSystemGuid;
|
EFI_GUID FileSystemGuid;
|
||||||
UINT64 FvLength;
|
UINT64 FvLength;
|
||||||
UINT32 Signature;
|
UINT32 Signature;
|
||||||
EFI_FVB2_ATTRIBUTES Attributes;
|
EFI_FVB_ATTRIBUTES Attributes;
|
||||||
UINT16 HeaderLength;
|
UINT16 HeaderLength;
|
||||||
UINT16 Checksum;
|
UINT16 Checksum;
|
||||||
UINT16 ExtHeaderOffset;
|
UINT16 ExtHeaderOffset;
|
||||||
|
|
|
@ -607,7 +607,7 @@ EFI_STATUS
|
||||||
|
|
||||||
**/
|
**/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
EFI_FVB2_ATTRIBUTES FvAttributes;
|
EFI_FVB_ATTRIBUTES FvAttributes;
|
||||||
EFI_GUID FvFormat;
|
EFI_GUID FvFormat;
|
||||||
EFI_GUID FvName;
|
EFI_GUID FvName;
|
||||||
VOID *FvStart;
|
VOID *FvStart;
|
||||||
|
|
Loading…
Reference in New Issue