Re: [edk2-devel] [Patch v2 0/2] ShellPkg: Fix IA32 build failure in acpiview

2019-08-01 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey Thanks -Jaben > -Original Message- > From: Kinney, Michael D > Sent: Thursday, August 01, 2019 1:56 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; Sami Mujawar > > Subject: [Patch v2 0/2] ShellPkg: Fix IA32 build failure in acpi

[edk2-devel] [Patch v2 0/2] ShellPkg: Fix IA32 build failure in acpiview

2019-08-01 Thread Michael D Kinney
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 Kinne