Reviewed-by: Zhiguang Liu <zhiguang....@intel.com> > -----Original Message----- > From: michael.kuba...@outlook.com <michael.kuba...@outlook.com> > Sent: Tuesday, September 15, 2020 2:11 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Liu, Zhiguang <zhiguang....@intel.com> > Subject: [PATCH v1 1/1] MdePkg: Correct > EFI_BLOCK_IO_PROTOCOL_REVISION3 value > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2961 > > The value of EFI_BLOCK_IO_PROTOCOL_REVISION3 is currently > 0x00020031. However, the value assigned in the UEFI Specification > 2.8B is ((2<<16) | (31)) which is 0x0002001F. > > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Zhiguang Liu <zhiguang....@intel.com> > Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> > --- > MdePkg/Include/Protocol/BlockIo.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Include/Protocol/BlockIo.h > b/MdePkg/Include/Protocol/BlockIo.h > index 7b332691ede3..3bd76885e11c 100644 > --- a/MdePkg/Include/Protocol/BlockIo.h > +++ b/MdePkg/Include/Protocol/BlockIo.h > @@ -201,7 +201,7 @@ typedef struct { > > #define EFI_BLOCK_IO_PROTOCOL_REVISION 0x00010000 > #define EFI_BLOCK_IO_PROTOCOL_REVISION2 0x00020001 > -#define EFI_BLOCK_IO_PROTOCOL_REVISION3 0x00020031 > +#define EFI_BLOCK_IO_PROTOCOL_REVISION3 0x0002001F > > /// > /// Revision defined in EFI1.1. > -- > 2.28.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#65246): https://edk2.groups.io/g/devel/message/65246 Mute This Topic: https://groups.io/mt/76848612/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-