From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: zhichao.gao@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sun, 04 Aug 2019 17:51:57 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2019 17:51:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,347,1559545200"; d="scan'208";a="325166244" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 04 Aug 2019 17:51:56 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 4 Aug 2019 17:51:55 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 4 Aug 2019 17:51:55 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.80]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.204]) with mapi id 14.03.0439.000; Mon, 5 Aug 2019 08:51:53 +0800 From: "Gao, Zhichao" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Carsey, Jaben" , "Ni, Ray" , Sami Mujawar Subject: Re: [Patch v3 0/2] ShellPkg: Fix IA32 build failure in acpiview Thread-Topic: [Patch v3 0/2] ShellPkg: Fix IA32 build failure in acpiview Thread-Index: AQHVSZ1eHOOcny9FQ0y7kE7GFvlww6brt4dw Date: Mon, 5 Aug 2019 00:51:52 +0000 Message-ID: <3CE959C139B4C44DBEA1810E3AA6F9000B81E806@SHSMSX101.ccr.corp.intel.com> References: <20190803014655.11184-1-michael.d.kinney@intel.com> In-Reply-To: <20190803014655.11184-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: zhichao.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series: Reviewed-by: Zhichao Gao Thanks, Zhichao > -----Original Message----- > From: Kinney, Michael D > Sent: Saturday, August 3, 2019 9:47 AM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; Sami Mujawar > > Subject: [Patch v3 0/2] ShellPkg: Fix IA32 build failure in acpiview >=20 > Use BaseLib MultuU64x64() to prevent intrinsics being added on IA32 build= s. > Add acpiview to a version of the Shell that is build with ShellPkg.dsc to= catch > this type of issue in ShellPkg builds. >=20 > Cc: Jaben Carsey > Cc: Ray Ni > Cc: Zhichao Gao > Cc: Sami Mujawar > Signed-off-by: Michael D Kinney >=20 > Michael D Kinney (2): > ShellPkg/AcpiView: Fix IA32 link error > ShellPkg: Add shell with all commands integrated >=20 > .../Parsers/Slit/SlitParser.c | 2 +- > ShellPkg/ShellPkg.dsc | 22 ++++++++++++++++++- > 2 files changed, 22 insertions(+), 2 deletions(-) >=20 > -- > 2.21.0.windows.1