summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-08ArmPlatformPkg: remove unused SP804 driver and TimerLib implementationArd Biesheuvel6-818/+0
2017-12-08ArmPlatformPkg: remove unused ArmTrustZone driverArd Biesheuvel3-251/+0
2017-12-08ArmPlatformPkg: remove unused PL310 driverArd Biesheuvel3-236/+0
2017-12-08ArmPlatformPkg: remove PL34xDmc driverArd Biesheuvel3-592/+0
2017-12-08ArmPlatformPkg: remove unused PL35x driverArd Biesheuvel4-226/+0
2017-12-08ArmPlatformPkg: remove unused PL301Axi driverArd Biesheuvel3-156/+0
2017-12-08ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directoryArd Biesheuvel4-4/+2
2017-12-08ArmPlatformPkg: add missing library class declarations to .dec fileArd Biesheuvel1-0/+3
2017-12-08ArmPlatformPkg: remove old PL011UartLib implementationArd Biesheuvel3-802/+0
2017-12-08ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxfArd Biesheuvel24-6215/+0
2017-12-08ArmPlatformPkg: remove ArmPlatformSysConfigLib library classArd Biesheuvel3-176/+0
2017-12-08ArmPlatformPkg: remove ArmVExpressPkgArd Biesheuvel32-4064/+0
2017-12-08ArmPlatformPkg: remove NorFlashArmVExpressLibArd Biesheuvel2-116/+0
2017-12-08BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG buildsArd Biesheuvel1-4/+4
2017-12-08BaseTools/tools_def CLANG38: add -Wno-unused-const-variableArd Biesheuvel1-1/+1
2017-12-08BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARMArd Biesheuvel1-3/+95
2017-12-08BaseTools: align ERROR/WARNING/RETURN macros with MdePkg versionsLeif Lindholm2-4/+5
2017-12-08MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang4-15/+46
2017-12-08MdeModulePkg/Core/Dxe: Call new API InitializeCpuExceptionHandlersEx insteadJian J Wang1-1/+1
2017-12-08UefiCpuPkg/CpuDxe: Initialize stack switch for MPJian J Wang2-0/+192
2017-12-08UefiCpuPkg/MpLib: Add GDTR, IDTR and TR in saved AP dataJian J Wang2-0/+20
2017-12-08ArmPkg/ArmExceptionLib: Add implementation of new APIJian J Wang1-0/+33
2017-12-08MdeModulePkg/CpuExceptionHandlerLibNull: Add new API implementationJian J Wang1-0/+34
2017-12-08UefiCpuPkg/CpuExceptionHandlerLib: Add stack switch supportJian J Wang14-3/+984
2017-12-08MdePkg/BaseLib: Add stack switch related definitions for IA32Jian J Wang4-0/+193
2017-12-08MdeModulePkg/CpuExceptionHandlerLib.h: Add a new API InitializeCpuExceptionHa...Jian J Wang1-0/+97
2017-12-08UefiCpuPkg/UefiCpuPkg.dec: Add two new PCDs for stack switchJian J Wang1-0/+12
2017-12-08MdeModulePkg/metafile: Add PCD PcdCpuStackGuardJian J Wang2-0/+14
2017-12-08IntelFrameworkModulePkg/KeyboardDxe: Use macro to enable/disable page 0Jian J Wang2-109/+10
2017-12-08IntelFrameworkModulePkg/LegacyBios: Use macro to enable/disable page 0Jian J Wang7-273/+135
2017-12-08IntelFrameworkPkg/LegacyBios.h: Add a macro to guarantee page 0 accessJian J Wang1-0/+36
2017-12-08SourceLevelDebugPkg/SecPeiDebugAgentLib: Fix duplicate symbolMichael Kinney1-2/+2
2017-12-08SignedCapsulePkg: Update EdkiiSystemCapsuleLib to check PCD valueLiming Gao2-2/+87
2017-12-08UefiCpuPkg: Update SecCore to get BFV size based on BFV header FvLengthLiming Gao1-1/+1
2017-12-08UefiCpuPkg: SmmCpuFeaturesLib Add the missing ASM_PFX in nasm codeLiming Gao1-3/+3
2017-12-08UefiCpuPkg: PiSmmCpuDxeSmm Add the missing ASM_PFX in nasm codeLiming Gao1-5/+5
2017-12-08UefiCpuPkg PiSmmCpuDxeSmm: SMM profile and static paging mutual exclusionStar Zeng4-9/+35
2017-12-08MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang21-0/+18
2017-12-08UefiCpuPkg PiSmmCpuDxeSmm: Only DumpCpuContext in error caseStar Zeng2-4/+8
2017-12-08BaseTools: Fix GenSec can't found the depex fileYunhua Feng2-4/+5
2017-12-07MdePkg: Arm/AArch64 - filter #pragma pack() when __ASSEMBLER__Leif Lindholm2-2/+2
2017-12-07MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2-23/+40
2017-12-07MdePkg MmCommunication.h: Follow PI spec to update EFI_MM_COMMUNICATEStar Zeng1-2/+12
2017-12-07EmulatorPkg: Fix build failure due to Tftp library removalRuiyu Ni2-5/+8
2017-12-06EmbeddedPkg: AndroidBootApp: fix clang compilationLeif Lindholm2-6/+7
2017-12-06ArmVirtPkg: add NOOPT target to platform .DSCsArd Biesheuvel3-3/+3
2017-12-06MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang23-0/+205
2017-12-06BaseTools: Fix GenSec GCC make failureYonghong Zhu1-3/+3
2017-12-06MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-12-06MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1