Re: [edk2] [Patch] SecurityPkg: Don't build AuthVariableLib for EBC arch

2018-02-05 Thread Zhang, Chao B
Reviewed-by: Chao Zhang <chao.b.zh...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Tuesday, January 30, 2018 1:34 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] SecurityPkg: Don't build AuthVaria

[edk2] [Patch] SecurityPkg: Don't build AuthVariableLib for EBC arch

2018-01-29 Thread Liming Gao
EBC build failure is caused by d7a09cb86a0416c099fa3a9e0fbe2c8f399b28de. It changes MAX_UINTN definition as below. AuthVariableLib uses MAX_UINTN in the global data initialization. New style has >> operator, and not supported by EBC compiler. The fix is not to build AuthVariableLib for EBC.