summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Add retries for async commandsAlbecki, Mateusz1-2/+4
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Add retries for sync commandsAlbecki, Mateusz3-30/+59
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Refactor command error detectionAlbecki, Mateusz1-75/+140
2020-01-19MdeModulePkg/SdMmcPciHcDxe: Fix DAT lane SW resetAlbecki, Mateusz1-2/+2
2020-01-17Maintainers.txt: update email address for Leif LindholmLeif Lindholm1-7/+7
2020-01-17UefiCpuPkg/PiSmmCpuDxeSmm: fix 2M->4K page splitting regression for PDEsLaszlo Ersek1-4/+2
2020-01-17MdeModulePkg/Variable: Fix VarErrorFlag RT cache offset calculationMichael Kubacki1-3/+3
2020-01-17MdePkg Base.h: Use correct style to check the defined macroLiming Gao1-2/+2
2020-01-15ShellPkg: acpiview: Update SRAT parser to ACPI 6.3Krzysztof Koch3-6/+252
2020-01-15BaseTools/Capsule: Add capsule dependency supportLi, Aaron2-7/+464
2020-01-15MdeModulePkg/Setup: Update opcode number variable type to UINTNBrian R Haug1-9/+9
2020-01-14ArmPlatformPkg/PrePeiCore: enable VFP at startupArd Biesheuvel3-0/+7
2020-01-14ArmPkg/ArmSmcPsciResetSystemLib: remove EnterS3WithImmediateWake ()Ard Biesheuvel7-201/+0
2020-01-14NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS downloadLaszlo Ersek1-1/+1
2020-01-14MdeModulePkg/UefiBootManagerLib: log reserved mem allocation failureLaszlo Ersek1-0/+31
2020-01-13BaseTools/Scripts/PatchCheck: Address false error conditionsMichael D Kinney1-6/+51
2020-01-13BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX10-169/+261
2020-01-13BaseTools:Change the case rules for ECC check pointer namesFan, ZhijuX1-3/+4
2020-01-13MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag errorAlbecki, Mateusz2-2/+2
2020-01-10ArmVirtPkg: remove EnterS3WithImmediateWake () from ResetSystemLibArd Biesheuvel1-14/+0