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.1841.1603846606027670397 for ; Tue, 27 Oct 2020 17:56:47 -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 ; Wed, 28 Oct 2020 08:56:36 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Rebecca Cran'" , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Ray Ni'" , "'Zhichao Gao'" References: <20201027172931.27297-1-rebecca@nuviainc.com> In-Reply-To: <20201027172931.27297-1-rebecca@nuviainc.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjIgMC81XSBzbWJpb3N2aWV3IGFuZCBTbUJpb3MuaCBmaXhlcywgYWRkIFNNQklPUyAzLjQuMCBBUk02NCBTb0MgSUQgZGVmaW5pdGlvbg==?= Date: Wed, 28 Oct 2020 08:56:43 +0800 Message-ID: <001301d6acc5$343631b0$9ca29510$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFmv3q+JqiiHCjgXWdGGrkofJX2uaqMCyRg Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Rebecca: Reviewed-by: Liming Gao for this patch set. = Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Rebecca Cran > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C228=C8=D5 1:29 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Rebecca Cran ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Ray Ni ; = Zhichao > Gao > =D6=F7=CC=E2: [PATCH v2 0/5] smbiosview and SmBios.h fixes, add SMBIOS = 3.4.0 > ARM64 SoC ID definition >=20 > Fix some typos in smbiosview. >=20 > Add the SMC ARM64 SoC ID supported bit from SMBIOS 3.4.0 to SmBios.h > and smbiosview. >=20 > Fix the type of the PROCESSOR_CHARACTERISTIC_FLAGS bitfield. >=20 > Pull request: https://github.com/tianocore/edk2/pull/1052 >=20 > 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 >=20 > 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(-) >=20 > -- > 2.26.2