From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.2616.1600391301447402050 for ; Thu, 17 Sep 2020 18:08:22 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 18 Sep 2020 09:08:15 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" References: <003501d68afa$bfe65a10$3fb30e30$@byosoft.com.cn> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiDlm57lpI06IFtlZGsyLWRldmVsXSBbUEFUQ0ggdjEgMS8xXSBNZGVQa2c6IENvcnJlY3QgRUZJX0JMT0NLX0lPX1BST1RPQ09MX1JFVklTSU9OMyB2YWx1ZQ==?= Date: Fri, 18 Sep 2020 09:08:15 +0800 Message-ID: <000c01d68d58$303bc430$90b34c90$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHrQTElO+C2weWgVKpiTxNgYkWi+gIEZQcjAw+s2YGpG41SoA== Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Michael: Here is pull request https://github.com/tianocore/edk2/pull/936 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+65387+4905953+8761045@groups.io > =B4=FA=B1=ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA9=D4=C218=C8=D5 0:49 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; gaoliming@byosoft.com.cn > =B3=AD=CB=CD: 'Michael D Kinney' ; 'Zhiguang= Liu' > > =D6=F7=CC=E2: Re: =BB=D8=B8=B4: [edk2-devel] [PATCH v1 1/1] MdePkg: Corr= ect > EFI_BLOCK_IO_PROTOCOL_REVISION3 value >=20 > Hi Liming, >=20 > I have rebased this commit and added all Reviewed-bys on: > https://github.com/makubacki/edk2/commits/fix_block_io_protocol_rev3_va > lue >=20 > Please PR it when you are ready. >=20 > Thanks, > Michael >=20 > On 9/14/2020 5:54 PM, gaoliming wrote: > > Reviewed-by: Liming Gao > > > >> -----=D3=CA=BC=FE=D4=AD=BC=FE----- > >> =B7=A2=BC=FE=C8=CB: bounce+27952+65228+4905953+8761045@groups.io > >> =B4=FA=B1=ED Michael > >> Kubacki > >> =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA9=D4=C215=C8=D5 2:11 > >> =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > >> =B3=AD=CB=CD: Michael D Kinney ; Liming G= ao > >> ; Zhiguang Liu > >> =D6=F7=CC=E2: [edk2-devel] [PATCH v1 1/1] MdePkg: Correct > >> EFI_BLOCK_IO_PROTOCOL_REVISION3 value > >> > >> From: Michael Kubacki > >> > >> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2961 > >> > >> 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 > >> Cc: Liming Gao > >> Cc: Zhiguang Liu > >> Signed-off-by: Michael Kubacki > >> --- > >> 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 > >> > >> > >> > > > > > > > > > > > > >=20 >=20 >=20 >=20