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.4818.1603242159803894505 for ; Tue, 20 Oct 2020 18:02:40 -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, 21 Oct 2020 09:02:36 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: , References: <20201020195952.13314-1-rebecca@nuviainc.com> In-Reply-To: <20201020195952.13314-1-rebecca@nuviainc.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIDEvMl0gU2hlbGxQa2c6IGFkZCBBUk02NCBTb0MgSUQgdG8gUHJvY2Vzc29yIENoYXJhY3RlcmlzdGljcyBpbiBzbWJpb3N2aWV3?= Date: Wed, 21 Oct 2020 09:02:38 +0800 Message-ID: <004501d6a745$de8be360$9ba3aa20$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJcDyN/b/sVqDZpOx/V8nXjmeR+zaiWa1vw Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Rebecca: ARM64 SoC ID Processor Characteristics is also required to be added into struct PROCESSOR_CHARACTERISTIC_FLAGS in edk2\MdePkg\Include\IndustryStandard\SmBios.h. Can you provide another pat= ch for the change in MdePkg? Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+66457+4905953+8761045@groups.io > =B4=FA=B1=ED Rebecca Cran > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C221=C8=D5 4:00 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Rebecca Cran ; ray.ni@intel.com; > zhichao.gao@intel.com > =D6=F7=CC=E2: [edk2-devel] [PATCH 1/2] ShellPkg: add ARM64 SoC ID to Pro= cessor > Characteristics in smbiosview >=20 > SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics > field to be the ARM64 SoC ID support. Add support for it to the > smbiosview command. >=20 > Signed-off-by: Rebecca Cran > --- > .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 > ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c > index 17a2a89d512e..d0796a0e5141 100644 > --- > a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c > +++ > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c > @@ -624,6 +624,10 @@ TABLE_ITEM ProcessorCharacteristicsTable[] =3D { > { > 8, > L" 128-bit Capable" > + }, > + { > + 9, > + L" ARM64 SoC ID" > } > }; >=20 > -- > 2.26.2 >=20 >=20 >=20 >=20 >=20