From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) Received: from mga04.intel.com (mga04.intel.com []) by groups.io with SMTP; Thu, 01 Aug 2019 13:55:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2019 13:55:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,335,1559545200"; d="scan'208";a="191705262" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.251.130.221]) by fmsmga001.fm.intel.com with ESMTP; 01 Aug 2019 13:55:42 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Zhichao Gao , Sami Mujawar Subject: [Patch v2 0/2] ShellPkg: Fix IA32 build failure in acpiview Date: Thu, 1 Aug 2019 13:55:39 -0700 Message-Id: <20190801205541.24792-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Avoid 64-bit multiply operations to prevent intrinsics being added on IA32 builds. Add acpiview to a version of the Shell that is build with ShellPkg.dsc to catch this type of issue in ShellPkg builds. Cc: Jaben Carsey Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Signed-off-by: Michael D Kinney Michael D Kinney (2): ShellPkg/AcpiView: Fix IA32 link error ShellPkg: Add shell with all commands integrated .../Parsers/Slit/SlitParser.c | 9 ++++++-- ShellPkg/ShellPkg.dsc | 22 ++++++++++++++++++- 2 files changed, 28 insertions(+), 3 deletions(-) -- 2.21.0.windows.1