audk/SecurityPkg
Liming Gao 1662676d58 SecurityPkg: Don't build AuthVariableLib for EBC arch
EBC build failure is caused by d7a09cb86a.
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.

#define MAX_UINTN  ((UINTN) ~0)
==>
#define MAX_UINTN  ((UINTN)(~0ULL >> (64 - sizeof (INTN) * 8)))

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
2018-02-07 09:16:15 +08:00
..
Hash2DxeCrypto SecurityPkg: Fix typos in comments 2016-11-15 15:45:31 +08:00
Include SecurityPkg: Convert source file to DOS format 2017-12-28 12:48:02 +08:00
Library SecurityPkg: Support PP version lower than 1.3 2018-02-06 12:59:15 +08:00
Pkcs7Verify/Pkcs7VerifyDxe SecurityPkg/Pkcs7Verify: Add the comments to address security problem 2017-10-18 23:03:38 +08:00
RandomNumberGenerator/RngDxe SecurityPkg: Convert all .uni files to utf-8 2015-12-15 04:58:32 +00:00
Tcg SecurityPkg:Tcg2Smm: Fix compile issue 2018-02-07 09:03:59 +08:00
UserIdentification SecurityPkg: Fix typos in comments 2016-11-15 16:21:33 +08:00
VariableAuthenticated SecurityPkg: Convert source file to DOS format 2017-12-28 12:48:02 +08:00
SecurityPkg.dec SecurityPkg: Disable TPM interrupt in DEC 2018-01-30 10:24:05 +08:00
SecurityPkg.dsc SecurityPkg: Don't build AuthVariableLib for EBC arch 2018-02-07 09:16:15 +08:00
SecurityPkg.uni SecurityPkg: Add UNI string for 2 PCDs 2018-02-05 09:13:59 +08:00
SecurityPkgExtra.uni SecurityPkg: Convert all .uni files to utf-8 2015-12-15 04:58:32 +00:00