summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-08MdeModulePkg/Library/VarCheckLib: Allow SetVariable from SMMstable/202011Michael D Kinney1-1/+8
2021-01-05MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit TestsMichael D Kinney3-0/+612
2021-01-05MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behaviorBret Barkelew1-36/+59
2021-01-05Readme.rst: Update status badges for stable/202011 branchMichael D Kinney1-71/+71
2021-01-05OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney2-0/+4
2021-01-05EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney2-0/+4
2021-01-05ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney1-0/+2
2021-01-05.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney3-1/+6
2021-01-05EmulatorPkg/PlatformCI: stick with "ubuntu-18.04" for nowBob Feng1-1/+1
2021-01-05OvmfPkg/PlatformCI: stick with "ubuntu-18.04" for nowLaszlo Ersek1-1/+1
2021-01-05ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for nowLaszlo Ersek1-1/+1
2020-11-27MdeModulePkg/VariablePolicyLib: Fix runtime panic in ValidateSetVariable()edk2-stable202011James Bottomley1-1/+1
2020-11-26CryptoPkg: BaseCryptLib: Fix buffer double free in CryptPkcs7VerifyEkuKun Qin1-4/+0
2020-11-26Revert "SecurityPkg: Add RPMC Index to the RpmcLib"gaoliming2-10/+2
2020-11-25CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Fix MD5 Hash testsMichael D Kinney2-2/+14
2020-11-25OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMUMichael D Kinney1-1/+1
2020-11-25.azurepipelines/templates/platform-build-run-steps.yml: Fetch target branchSean Brogan1-0/+6
2020-11-25.azurepipelines/templates/pr-gate-steps.yml: Fetch target branchSean Brogan1-0/+6
2020-11-21MdeModulePkg/LzmaCustomDecompressLib: catch 4GB+ uncompressed buffer sizesLaszlo Ersek2-0/+12
2020-11-21MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursionLaszlo Ersek4-2/+44
2020-11-21MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode()Laszlo Ersek1-6/+17
2020-11-19SecurityPkg: Add RPMC Index to the RpmcLibNishant Mistry2-2/+10
2020-11-19IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file formatBob Feng1-3/+6
2020-11-19BaseTools: Resolve index out of range errors.Mingyue Liang1-1/+2
2020-11-18UefiCpuPkg/PiSmmCpuDxeSmm: Reflect page table depth with page table addressSheng Wei4-37/+74
2020-11-18UefiCpuPkg/PiSmmCpuDxeSmm: Correct the Cr3 typoSheng Wei1-5/+5
2020-11-17CryptoPkg: Make the MD5 disable as default for securityGao, Zhichao4-5/+5
2020-11-17NetworkPkg/Defines: Make iSCSI disable as defaultGao, Zhichao2-3/+5
2020-11-17OvmfPkg/BhyveX64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-1/+4
2020-11-17OvmfPkg/OvmfXen.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgX64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgIa32X64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgIa32.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17ArmVirtPkg/ArmVirtQemuKernel.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-1/+4
2020-11-17ArmVirtPkg/ArmVirtQemu.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-1/+5
2020-11-17NetworkPkg: Enable MD5 while enable iSCSIGao, Zhichao2-1/+26
2020-11-17CryptoPkg/dsc: Enable MD5 when CRYPTO_SERVICES enable MD5Gao, Zhichao1-0/+6
2020-11-17SecurityPkg/Hash2DxeCrypto: Remove SHA1 supportGao, Zhichao2-2/+0
2020-11-17SecurityPkg/Hash2DxeCrypto: Remove MD5 supportGao, Zhichao2-3/+1
2020-11-17MdePkg/IndustryStandard: Fix CXL 1.1 structure layout issuesMichael D Kinney1-3/+93
2020-11-17MdeModulePkg: Drop VarLock from RuntimeDxe variable driverBret Barkelew5-48/+75
2020-11-17MdeModulePkg: Change TCG MOR variables to use VariablePolicyBret Barkelew4-25/+82
2020-11-17SecurityPkg: Allow VariablePolicy state to delete authenticated variablesBret Barkelew2-6/+26
2020-11-17MdeModulePkg: Allow VariablePolicy state to delete protected variablesBret Barkelew2-0/+12
2020-11-17MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew7-0/+670
2020-11-17UefiPayloadPkg: Add VariablePolicy engine to UefiPayloadPkg platformBret Barkelew2-0/+8
2020-11-17ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platformBret Barkelew1-0/+4
2020-11-17EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platformBret Barkelew1-0/+3
2020-11-17OvmfPkg: Add VariablePolicy engine to OvmfPkg platformBret Barkelew4-0/+19
2020-11-17MdeModulePkg: Define the VarCheckPolicyLib and SMM interfaceBret Barkelew6-0/+460