From dcab253b057f81236757d34a7222ad58fa478f5d Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 18 Jul 2007 17:30:13 +0000 Subject: =?UTF-8?q?1)=20Add=20=5FMSC=5FVER=20judgment=20for=20usage=20of?= =?UTF-8?q?=20#pragma=20intrinsic=202)=20Change=20EFI=5FFVB=5FATTRIBUTE=20?= =?UTF-8?q?to=20EFI=5FFVB2=5FATTRIBUTE,=20As=20Zimmer,=20Vincent=E2=80=99s?= =?UTF-8?q?=20PI1.0=20errata=20document=20said,=20in=20PI=20we=20need=20us?= =?UTF-8?q?e=20EFI=5FFVB2=5FATTRIBUTE=20to=20differ=20the=20specification?= =?UTF-8?q?=20change.=203)=20Remove=20duplicate=20definition=20of=20SERIAL?= =?UTF-8?q?=5FMODE,=20PARALLEL=5FMODE=20in=20Include\Framework\Legacy16.h?= =?UTF-8?q?=204)=20Remove=20EFI=5FFV=5FFILE=5FATTRIB=5FFIXED=20and=20EFI?= =?UTF-8?q?=5FFV=5FFILE=5FATTRIB=5FALIGNMENT=20from=20IntelFrameworkPkg\In?= =?UTF-8?q?clude\Protocol\FirmwareVolume.h,=20because=20they=20defined=20i?= =?UTF-8?q?n=20PI=20specification.=205)=20Remove=20EFI=5FFORM=5FLABEL=20fr?= =?UTF-8?q?om=20IntelFrameworkPkg\Include\Protocol\HiiFramework.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3333 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiFirmwareVolume.h | 4 ++-- MdePkg/Include/Pi/PiPeiCis.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Include/Pi') diff --git a/MdePkg/Include/Pi/PiFirmwareVolume.h b/MdePkg/Include/Pi/PiFirmwareVolume.h index 7675df016c..8406f4abde 100644 --- a/MdePkg/Include/Pi/PiFirmwareVolume.h +++ b/MdePkg/Include/Pi/PiFirmwareVolume.h @@ -30,7 +30,7 @@ typedef UINT32 EFI_FV_FILE_ATTRIBUTES; #define EFI_FV_FILE_ATTRIB_FIXED 0x00000100 #define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200 -typedef UINT32 EFI_FVB_ATTRIBUTES; +typedef UINT32 EFI_FVB2_ATTRIBUTES; // // Attributes bit definitions @@ -98,7 +98,7 @@ typedef struct { EFI_GUID FileSystemGuid; UINT64 FvLength; UINT32 Signature; - EFI_FVB_ATTRIBUTES Attributes; + EFI_FVB2_ATTRIBUTES Attributes; UINT16 HeaderLength; UINT16 Checksum; UINT16 ExtHeaderOffset; diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index da7c46e587..59bff01f53 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -607,7 +607,7 @@ EFI_STATUS **/ typedef struct { - EFI_FVB_ATTRIBUTES FvAttributes; + EFI_FVB2_ATTRIBUTES FvAttributes; EFI_GUID FvFormat; EFI_GUID FvName; VOID *FvStart; -- cgit v1.2.3