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.4654.1607405887386304634 for ; Mon, 07 Dec 2020 21:38:08 -0800 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 ; Tue, 08 Dec 2020 13:38:03 +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'" References: <20201204051127.27588-1-rebecca@nuviainc.com> In-Reply-To: <20201204051127.27588-1-rebecca@nuviainc.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjIgMC8zXSBNZGVQa2csU2hlbGxQa2c6IEZpeCB0eXBvcyBpbiBJbmR1c3RyeVN0YW5kYXJkL1NtQmlvcy5o?= Date: Tue, 8 Dec 2020 13:38:04 +0800 Message-ID: <008301d6cd24$4cfe4fa0$e6faeee0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIWxCgcwOeHYRp/qcamzgcclrcOkKlsv9LA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Rebecca: Thanks for your updating to make edk2 pass build with this change.=20 Can you also provide the patch to edk2-platforms if the change is = small? 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=EA12=D4=C24=C8=D5 13:11 > =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 > =D6=F7=CC=E2: [PATCH v2 0/3] MdePkg,ShellPkg: Fix typos in > IndustryStandard/SmBios.h >=20 > Fix typos in MdePkg/Include/IndustryStandard/SmBios.h and make > corresponding changes to the ShellPkg smbiosview command. >=20 > Testing: >=20 > Built OvmfPkgX64, OvmfPkgIa32, OvmfPkgIa32X64 for DEBUG, RELEASE, > NOOPT > Built edk2-platforms RPi4, SbsaQemu for DEBUG, RELEASE, NOOPT > Built edk2-platforms Armada80x0McBin for RELEASE > Built edk2-platforms Intel UpXtreme, GalagoPro3, KabylakeRvp3 >=20 > Ran stuart_ci_build with X64,AARCH64,RISCV64,IA32 for > NO-TARGET,NOOPT,RELEASE,DEBUG >=20 > Ran OVMF X64 and verified smbiosview runs correctly. >=20 > Ran Gitlab CI: https://github.com/tianocore/edk2/pull/1178 >=20 > Changes from v1: >=20 > Added updates to fix the smbiosview shell command. >=20 > Rebecca Cran (3): > MdePkg: Fix typos in SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS > struct > MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE4 field > ProcessorManufacturer > MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE17 field = FirmwareVersion >=20 > MdePkg/Include/IndustryStandard/SmBios.h > | 26 ++++++++++---------- > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | > 4 +-- > 2 files changed, 15 insertions(+), 15 deletions(-) >=20 > -- > 2.26.2