Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
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
AppPkg
ArmPkg ArmPkg/Gic: force GIC driver to run before CPU arch protocol driver 2018-02-06 18:59:34 +00:00
ArmPlatformPkg
ArmVirtPkg ArmVirtPkg: drop unused PcdCacheEnable 2018-02-06 18:00:06 +00:00
BaseTools BaseTools/Conf: disable DTC legacy phandle format 2018-02-06 09:58:31 +00:00
BeagleBoardPkg BeagleBoardPkg: drop unused EmbeddedPkg Pcds 2018-02-06 18:01:07 +00:00
Conf
CorebootModulePkg
CorebootPayloadPkg CorebootPayloadPkg/FbGop: Produces correct PixelsPerScanLine 2018-02-05 13:58:30 +08:00
CryptoPkg CryptoPkg: Update package version to 0.98 2018-01-23 08:56:27 +08:00
DuetPkg
EdkCompatibilityPkg
EdkShellBinPkg
EdkShellPkg
EmbeddedPkg EmbeddedPkg: delete unused Pcds and guids 2018-02-06 18:01:29 +00:00
EmulatorPkg
FatBinPkg
FatPkg
IntelFrameworkModulePkg IntelFrameworkModule/ThunkKb: ReadKeyStrokeEx always return key state 2018-02-01 14:04:12 +08:00
IntelFrameworkPkg
IntelFsp2Pkg
IntelFsp2WrapperPkg IntelFsp2WrapperPkg: Update BaseFspWrapperApiLib to pass XCODE5 build 2018-01-18 15:39:54 +08:00
IntelFspPkg
IntelFspWrapperPkg
IntelSiliconPkg IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages 2018-02-02 11:36:10 +08:00
MdeModulePkg MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID from SMBIOS. 2018-02-05 13:38:48 +08:00
MdePkg MdePkg ACPI: Add some macros for PPTT 2018-02-07 08:52:59 +08:00
NetworkPkg NetworkPkg: Add warning message for PXE if failed to read system GUID from SMBIOS. 2018-02-05 13:38:40 +08:00
Nt32Pkg
Omap35xxPkg
OptionRomPkg
OvmfPkg
PcAtChipsetPkg PcAtChipsetPkg PeiAcpiTimerLib: Add the missing DebugLib header file 2018-02-07 09:16:15 +08:00
QuarkPlatformPkg
QuarkSocPkg
SecurityPkg SecurityPkg: Don't build AuthVariableLib for EBC arch 2018-02-07 09:16:15 +08:00
ShellBinPkg
ShellPkg ShellPkg/map: Fix out-of-bound read when "map fsn" 2018-02-06 17:31:16 +08:00
SignedCapsulePkg
SourceLevelDebugPkg
StdLib
StdLibPrivateInternalFiles
UefiCpuPkg UefiCpuPkg: Remove the unused file ResetVec.asm16 2018-02-01 09:24:53 +08:00
UnixPkg
Vlv2DeviceRefCodePkg
Vlv2TbltDevicePkg
.gitignore
.gitmodules
BuildNotes2.txt
Contributions.txt
License.txt
Maintainers.txt
Readme.md
edksetup.bat
edksetup.sh

Readme.md

EDK II Project

A modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications from www.uefi.org.

Contributions to the EDK II open source project are covered by the TianoCore Contribution Agreement 1.1

The majority of the content in the EDK II open source project uses a BSD 2-Clause License. The EDK II open source project contains the following components that are covered by additional licenses:

The EDK II Project is composed of packages. The maintainers for each package are listed in Maintainers.txt.

Resources