| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg/VariablePolicyLib: Fix runtime panic in ValidateSetVariable()edk2-stable202011 | James Bottomley | 2020-11-27 | 1 | -1/+1 |
* | CryptoPkg: BaseCryptLib: Fix buffer double free in CryptPkcs7VerifyEku | Kun Qin | 2020-11-26 | 1 | -4/+0 |
* | Revert "SecurityPkg: Add RPMC Index to the RpmcLib" | gaoliming | 2020-11-26 | 2 | -10/+2 |
* | CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Fix MD5 Hash tests | Michael D Kinney | 2020-11-25 | 2 | -2/+14 |
* | OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU | Michael D Kinney | 2020-11-25 | 1 | -1/+1 |
* | .azurepipelines/templates/platform-build-run-steps.yml: Fetch target branch | Sean Brogan | 2020-11-25 | 1 | -0/+6 |
* | .azurepipelines/templates/pr-gate-steps.yml: Fetch target branch | Sean Brogan | 2020-11-25 | 1 | -0/+6 |
* | MdeModulePkg/LzmaCustomDecompressLib: catch 4GB+ uncompressed buffer sizes | Laszlo Ersek | 2020-11-21 | 2 | -0/+12 |
* | MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursion | Laszlo Ersek | 2020-11-21 | 4 | -2/+44 |
* | MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode() | Laszlo Ersek | 2020-11-21 | 1 | -6/+17 |
* | SecurityPkg: Add RPMC Index to the RpmcLib | Nishant Mistry | 2020-11-19 | 2 | -2/+10 |
* | IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file format | Bob Feng | 2020-11-19 | 1 | -3/+6 |
* | BaseTools: Resolve index out of range errors. | Mingyue Liang | 2020-11-19 | 1 | -1/+2 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Reflect page table depth with page table address | Sheng Wei | 2020-11-18 | 4 | -37/+74 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Correct the Cr3 typo | Sheng Wei | 2020-11-18 | 1 | -5/+5 |
* | CryptoPkg: Make the MD5 disable as default for security | Gao, Zhichao | 2020-11-17 | 4 | -5/+5 |
* | NetworkPkg/Defines: Make iSCSI disable as default | Gao, Zhichao | 2020-11-17 | 2 | -3/+5 |
* | OvmfPkg/BhyveX64.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -1/+4 |
* | OvmfPkg/OvmfXen.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -0/+3 |
* | OvmfPkg/OvmfPkgX64.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -0/+3 |
* | OvmfPkg/OvmfPkgIa32X64.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -0/+3 |
* | OvmfPkg/OvmfPkgIa32.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -0/+3 |
* | ArmVirtPkg/ArmVirtQemuKernel.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -1/+4 |
* | ArmVirtPkg/ArmVirtQemu.dsc: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 1 | -1/+5 |
* | NetworkPkg: Enable MD5 while enable iSCSI | Gao, Zhichao | 2020-11-17 | 2 | -1/+26 |
* | CryptoPkg/dsc: Enable MD5 when CRYPTO_SERVICES enable MD5 | Gao, Zhichao | 2020-11-17 | 1 | -0/+6 |
* | SecurityPkg/Hash2DxeCrypto: Remove SHA1 support | Gao, Zhichao | 2020-11-17 | 2 | -2/+0 |
* | SecurityPkg/Hash2DxeCrypto: Remove MD5 support | Gao, Zhichao | 2020-11-17 | 2 | -3/+1 |
* | MdePkg/IndustryStandard: Fix CXL 1.1 structure layout issues | Michael D Kinney | 2020-11-17 | 1 | -3/+93 |
* | MdeModulePkg: Drop VarLock from RuntimeDxe variable driver | Bret Barkelew | 2020-11-17 | 5 | -48/+75 |
* | MdeModulePkg: Change TCG MOR variables to use VariablePolicy | Bret Barkelew | 2020-11-17 | 4 | -25/+82 |
* | SecurityPkg: Allow VariablePolicy state to delete authenticated variables | Bret Barkelew | 2020-11-17 | 2 | -6/+26 |
* | MdeModulePkg: Allow VariablePolicy state to delete protected variables | Bret Barkelew | 2020-11-17 | 2 | -0/+12 |
* | MdeModulePkg: Connect VariablePolicy business logic to VariableServices | Bret Barkelew | 2020-11-17 | 7 | -0/+670 |
* | UefiPayloadPkg: Add VariablePolicy engine to UefiPayloadPkg platform | Bret Barkelew | 2020-11-17 | 2 | -0/+8 |
* | ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform | Bret Barkelew | 2020-11-17 | 1 | -0/+4 |
* | EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform | Bret Barkelew | 2020-11-17 | 1 | -0/+3 |
* | OvmfPkg: Add VariablePolicy engine to OvmfPkg platform | Bret Barkelew | 2020-11-17 | 4 | -0/+19 |
* | MdeModulePkg: Define the VarCheckPolicyLib and SMM interface | Bret Barkelew | 2020-11-17 | 6 | -0/+460 |
* | MdeModulePkg: Define the VariablePolicyHelperLib | Bret Barkelew | 2020-11-17 | 6 | -0/+614 |
* | MdeModulePkg: Define the VariablePolicyLib | Bret Barkelew | 2020-11-17 | 11 | -1/+1696 |
* | MdeModulePkg: Define the VariablePolicy protocol interface | Bret Barkelew | 2020-11-17 | 3 | -1/+177 |
* | IntelFsp2Pkg: Fix FSP binary rebasing issue for PE32+ image | Maurice Ma | 2020-11-15 | 1 | -2/+6 |
* | OvmfPkg/Bhyve: fix build breakage after SEV-ES changes | Rebecca Cran | 2020-11-13 | 2 | -2/+3 |
* | OvmfPkg/Bhyve: detach ResetVector from before the SEV-ES changes | Rebecca Cran | 2020-11-13 | 3 | -0/+255 |
* | BaseTools: Fix BrotliCompress tool issue | Yunhua Feng | 2020-11-13 | 4 | -59/+576 |
* | MdePkg/BaseRngLibDxe: Add DXE_RUNTIME_DRIVER class to RngLib | Pete Batard | 2020-11-13 | 1 | -1/+1 |
* | MdeModulePkg DisplayEngineDxe: Correct the local variable name. | gechao | 2020-11-12 | 1 | -8/+8 |
* | RedfishPkg: Use DSC include file | Abner Chang | 2020-11-12 | 2 | -10/+3 |
* | RedfishPkg: DSC and FDF include files for enabling EFI Redfish support | Abner Chang | 2020-11-11 | 5 | -0/+97 |