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.120, mailfrom: michael.d.kinney@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Fri, 02 Aug 2019 18:46:58 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2019 18:46:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,340,1559545200"; d="scan'208";a="257151889" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.251.130.221]) by orsmga001.jf.intel.com with ESMTP; 02 Aug 2019 18:46:57 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Zhichao Gao , Sami Mujawar Subject: [Patch v3 0/2] ShellPkg: Fix IA32 build failure in acpiview Date: Fri, 2 Aug 2019 18:46:53 -0700 Message-Id: <20190803014655.11184-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Use BaseLib MultuU64x64() 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 | 2 +- ShellPkg/ShellPkg.dsc | 22 ++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) -- 2.21.0.windows.1