summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-07BaseTools: Enhance call stack unwindability for CLANGPDB x64 binarySteven1-7/+9
2020-02-07BaseTools tools_def.template: Add back -fno-pie option in GCC49 tool chainLiming Gao1-2/+2
2020-02-06MdeModulePkg/BaseSerialPortLib16550: Fix Serial Port ReadyAshish Singhal1-1/+1
2020-02-06BaseTools: Script for converting .aml to .hexPierre Gondois4-0/+176
2020-02-06BaseTools/Scripts/PatchCheck.py: Do not use mailmapPhilippe Mathieu-Daude1-2/+4
2020-02-06BaseTools/Scripts/PatchCheck.py: Detect emails rewritten by Groups.IoPhilippe Mathieu-Daude1-0/+4
2020-02-06BaseTools/Scripts: Add log.mailmap to SetupGit.pyPhilippe Mathieu-Daude1-0/+1
2020-02-06MdePkg Base.h: Use correct style to check macro _MSC_VER valueLiming Gao3-3/+3
2020-02-06MdePkg: Avoid using __clang__ to specify CLANGPDBLiu, Zhiguang1-1/+1
2020-02-06BaseTools: append -DNO_MSABI_VA_FUNCS option in CLANGPDB tool chainLiu, Zhiguang1-1/+1
2020-02-06MdeModulePkg: Perform test only if not ignore memory testHeng Luo1-4/+6
2020-02-06UefiCpuPkg/MpInitLib: Always get CPUID & PlatformID in MicrocodeDetect()Hao A Wu1-2/+13
2020-02-05OvmfPkg/PlatformPei: detect SMRAM at default SMBASE (for real)Laszlo Ersek2-0/+17
2020-02-05OvmfPkg: introduce PcdCsmEnable feature flagLaszlo Ersek5-0/+17
2020-02-05OvmfPkg/SmmAccess: close and lock SMRAM at default SMBASELaszlo Ersek6-0/+48
2020-02-05OvmfPkg/SEV: don't manage the lifecycle of the SMRAM at the default SMBASELaszlo Ersek3-7/+42
2020-02-05OvmfPkg/PlatformPei: reserve the SMRAM at the default SMBASE, if it existsLaszlo Ersek1-2/+35
2020-02-05OvmfPkg/PlatformPei: assert there's no permanent PEI RAM at default SMBASELaszlo Ersek1-0/+10
2020-02-05OvmfPkg/PlatformPei: detect SMRAM at default SMBASE (skeleton)Laszlo Ersek4-0/+27
2020-02-05OvmfPkg/PlatformPei: factor out Q35BoardVerification()Laszlo Ersek2-12/+24
2020-02-05OvmfPkg/IndustryStandard: add MCH_DEFAULT_SMBASE* register macrosLaszlo Ersek1-0/+6
2020-02-05OvmfPkg/IndustryStandard: increase vertical whitespace in Q35 macro defsLaszlo Ersek1-50/+50
2020-02-05OvmfPkg: introduce PcdQ35SmramAtDefaultSmbaseLaszlo Ersek4-0/+9
2020-02-04CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()Michael D Kinney2-1/+45
2020-02-04BaseTools/DscBuildData: Fix PCD autogen include file conflictMichael D Kinney1-1/+17
2020-02-03CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation APIAmol N Sukerkar7-2/+553
2020-02-03CryptoPkg: Add CryptoPkg Token Space GUIDAmol N Sukerkar1-1/+5
2020-01-31BaseTools/Conf/gitattributes: fix "--function-context" for C source codeLaszlo Ersek1-0/+11
2020-01-31SecurityPkg/DxeImageVerificationHandler: fix "defer" vs. "deny" policiesLaszlo Ersek1-3/+8
2020-01-31SecurityPkg/DxeImageVerificationHandler: fix imgexec info on memalloc failLaszlo Ersek1-1/+3
2020-01-31SecurityPkg/DxeImageVerificationHandler: fix retval for (FileBuffer==NULL)Laszlo Ersek1-1/+1
2020-01-31SecurityPkg/DxeImageVerificationHandler: eliminate "Status" variableLaszlo Ersek1-4/+1
2020-01-31SecurityPkg/DxeImageVerificationHandler: unnest AddImageExeInfo() callLaszlo Ersek1-18/+16
2020-01-31SecurityPkg/DxeImageVerificationHandler: remove superfluous Status settingLaszlo Ersek1-1/+0
2020-01-31SecurityPkg/DxeImageVerificationHandler: fix retval on memalloc failureLaszlo Ersek1-2/+0
2020-01-31SecurityPkg/DxeImageVerificationHandler: narrow down PE/COFF hash statusLaszlo Ersek1-2/+3
2020-01-31SecurityPkg/DxeImageVerificationHandler: keep PE/COFF info status internalLaszlo Ersek1-4/+3
2020-01-31SecurityPkg/DxeImageVerificationHandler: remove "else" after return/breakLaszlo Ersek1-20/+21
2020-01-31SecurityPkg/DxeImageVerificationHandler: simplify "VerifyStatus"Laszlo Ersek1-10/+10
2020-01-29OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU hotplugLaszlo Ersek5-28/+150
2020-01-29OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug registersLaszlo Ersek3-0/+50
2020-01-29OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaultsLaszlo Ersek1-4/+0
2020-01-24BaseTools/Scripts/PatchCheck.py: Remove submodule false positivesMichael D Kinney1-2/+21
2020-01-20CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interfaceJian J Wang10-275/+10
2020-01-20CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKeyJian J Wang10-105/+84
2020-01-19BaseTools: Fixed a incremental build bugBob Feng3-4/+13
2020-01-19UefiCpuPkg/MpInitLib: Fix possible uninitialized 'InitFlag' fieldHao A Wu1-1/+5
2020-01-19FmdDevicePkg/FmpDxe: Support Fmp Capsule Dependency.Xu, Wei65-16/+972
2020-01-19MdeModulePkg/CapsuleApp: Enhance CapsuleApp for Fmp Capsule DependencyXu, Wei61-1/+15
2020-01-19MdePkg: Add definition for Fmp Capsule Dependency.Xu, Wei62-11/+43