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

2019-08-05 Thread Carsey, Jaben
y ; > Gao, Zhichao > Subject: Re: [edk2-devel] [Patch v3 0/2] ShellPkg: Fix IA32 build failure in > acpiview > > For this patch series. > > Tested-by: Sami Mujawar > Reviewed-by: Sami Mujawar > > Regards, > > Sami Mujawar > > -Original Message- &

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

2019-08-05 Thread Sami Mujawar
; Sami Mujawar Subject: [edk2-devel] [Patch v3 0/2] ShellPkg: Fix IA32 build failure in acpiview 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

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

2019-08-04 Thread Gao, Zhichao
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

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

2019-08-02 Thread Michael D Kinney
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 Mich