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.web08.6909.1604020453207876234 for ; Thu, 29 Oct 2020 18:14:13 -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, 30 Oct 2020 09:14:02 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Gao, Zhichao'" , "'Rebecca Cran'" , Cc: "'Kinney, Michael D'" , "'Liu, Zhiguang'" , "'Ni, Ray'" References: <20201027172931.27297-1-rebecca@nuviainc.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjIgMC81XSBzbWJpb3N2aWV3IGFuZCBTbUJpb3MuaCBmaXhlcywgYWRkIFNNQklPUyAzLjQuMCBBUk02NCBTb0MgSUQgZGVmaW5pdGlvbg==?= Date: Fri, 30 Oct 2020 09:14:10 +0800 Message-ID: <004701d6ae59$f8bbd4f0$ea337ed0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFmv3q+JqiiHCjgXWdGGrkofJX2uQLYxuy2qnhuvQA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn PR https://github.com/tianocore/edk2/pull/1058 is created.=20 > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Gao, Zhichao > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C230=C8=D5 9:08 > =CA=D5=BC=FE=C8=CB: Rebecca Cran ; = devel@edk2.groups.io > =B3=AD=CB=CD: Kinney, Michael D ; Liming = Gao > ; Liu, Zhiguang ; = Ni, > Ray > =D6=F7=CC=E2: RE: [PATCH v2 0/5] smbiosview and SmBios.h fixes, add = SMBIOS 3.4.0 > ARM64 SoC ID definition >=20 > The patch 1-4 are same with V1. If there is no change with previous patches > and the patches are already reviewed. You should add the Reviewed-by = for > the reviewed patches. That would avoid Maintainers/Reviewers to review = the > patches again. And it is suggested to add the change info in the cover-letter. > Keep my RB for 1-4. I am OK with patch #5: Reviewed-by: Zhichao Gao > >=20 > Thanks, > Zhichao >=20 > > -----Original Message----- > > From: Rebecca Cran > > Sent: Wednesday, October 28, 2020 1:29 AM > > To: devel@edk2.groups.io > > Cc: Rebecca Cran ; Kinney, Michael D > > ; Liming Gao ; > Liu, > > Zhiguang ; Ni, Ray ; Gao, > Zhichao > > > > Subject: [PATCH v2 0/5] smbiosview and SmBios.h fixes, add SMBIOS = 3.4.0 > > ARM64 SoC ID definition > > > > Fix some typos in smbiosview. > > > > Add the SMC ARM64 SoC ID supported bit from SMBIOS 3.4.0 to SmBios.h > and > > smbiosview. > > > > Fix the type of the PROCESSOR_CHARACTERISTIC_FLAGS bitfield. > > > > Pull request: https://github.com/tianocore/edk2/pull/1052 > > > > Rebecca Cran (5): > > ShellPkg: Fix a couple of typos in smbiosview > > ShellPkg: Fix smbiosview string definition name for "boot from CD" > > ShellPkg: Add ARM64 SoC ID to Processor Characteristics in = smbiosview > > MdePkg: Update SmBios.h to add SMBIOS 3.4.0 ARM64 SoC ID field > > MdePkg: Fix SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS to be > UINT16 > > > > MdePkg/Include/IndustryStandard/SmBios.h | 21 > ++++++++++--------- > > .../SmbiosView/PrintInfo.c | 2 +- > > .../SmbiosView/QueryTable.c | 4 ++++ > > .../SmbiosView/SmbiosViewStrings.uni | 4 ++-- > > 4 files changed, 18 insertions(+), 13 deletions(-) > > > > -- > > 2.26.2