summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-31FatPkg/FatPkg.ci.yaml: Add configuration for LicenseCheckShenglei Zhang1-0/+3
2020-07-31.pytool/Plugin: Add a plugin LicenseCheckShenglei Zhang3-0/+143
2020-07-29BaseTools/PeCoffLoaderEx: Remove the unused local variableAbner Chang1-3/+0
2020-07-28MdePkg/Library/UnitTestHostBaseLib: Add missing servicesMichael D Kinney1-0/+34
2020-07-28SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported.Qi Zhang3-0/+10
2020-07-28SecurityPkg/Tpm2CommandLib: add a new functionZhang, Qi2-0/+56
2020-07-28SecurityPkg/TcgPei: Use Migrated FV Info Hob for calculating hash (CVE-2019-1...Guomin Jiang2-2/+28
2020-07-28UefiCpuPkg: Correct some typos.Guomin Jiang6-10/+10
2020-07-28UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-...Guomin Jiang2-5/+30
2020-07-28SecurityPkg/Tcg2Pei: Use Migrated FV Info Hob for calculating hash (CVE-2019-...Guomin Jiang2-3/+29
2020-07-28MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang5-0/+55
2020-07-28UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)Michael Kubacki10-2/+709
2020-07-28UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098)Michael Kubacki4-2/+60
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki7-9/+1099
2020-07-28MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (C...Guomin Jiang2-0/+15
2020-07-28MdePkg Base.h: Delete prototype for __builtin_return_addressJessica Clarke1-1/+0
2020-07-27MdePkg/Include/IndustryStandard: Main CXL headerJaveed, Ashraf1-0/+22
2020-07-27MdePkg/Include/IndustryStandard: CXL 1.1 RegistersJaveed, Ashraf2-4/+571
2020-07-25CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1gGuomin Jiang10-87/+90
2020-07-24Revert "BaseTools: Add gcc flag to warn on void* pointer arithmetic"Bob Feng1-3/+3
2020-07-24IntelFsp2Pkg/Tools/GenCfgOpt.py: Fix a bug about parse macroTan, Ming1-3/+3
2020-07-24BaseTools/Scripts: Ignore the CRLF check when upgrade submodule.Jiang, Guomin1-1/+1
2020-07-23EmbeddedPkg: fix gcc build errors in AndroidBootImgLibLeif Lindholm1-2/+2
2020-07-23EmbeddedPkg: Fix build error for MmcDxePierre Gondois2-6/+10
2020-07-23BaseTools: Fix binary file not generate map file issueFeng, YunhuaX1-1/+1
2020-07-23SecurityPkg/dsc: Add PeiTpmMeasurementLib.Jiewen Yao1-1/+3
2020-07-23SecurityPkg/PeiTpmMeasurementLib: Add PEI instance.Jiewen Yao3-0/+141
2020-07-23SecurityPkg/Tcg2: Add TcgPpiJiewen Yao2-27/+86
2020-07-23SecurityPkg/Tcg: Add TcgPpiJiewen Yao2-6/+58
2020-07-23SecurityPkg/dec: Add TcgPpi.Jiewen Yao1-0/+3
2020-07-23SecurityPkg/TcgPpi: Add TcgPpi header file.Jiewen Yao1-0/+60
2020-07-23Maintainers.txt: Add 'Zhiguang Liu' for MdePkg reviewZhiguang Liu1-0/+1
2020-07-21MdeModulePkg/DxeCorePerformanceLib: Switch to UnicodeStrnToAsciiStrSJeff Brasen1-2/+2
2020-07-21Using LLVM compiler set to build BaseTools in LinuxLiu, Zhiguang4-4/+32
2020-07-21BaseTools: Remove the file timestamp checking during parsingBob Feng2-26/+2
2020-07-21BaseTools: rename ReadMe.txt to ReadMe.rstRebecca Cran1-0/+0
2020-07-21BaseTools: Update ReadMe.txt to match current functionalityRebecca Cran1-22/+16
2020-07-21BaseTools: Factorize GCC flagsPierre Gondois1-1/+1
2020-07-21BaseTools: Add gcc flag to warn on void* pointer arithmeticPierre Gondois1-3/+3
2020-07-20MdeModulePkg: Upon BootOption failure, Destroy RamDisk memory before RSC.KrishnadasX Veliyathuparambil Prakashan1-13/+15
2020-07-20BaseTools/PatchCheck.py: Skip length check for user name in xxx-byShenglei Zhang1-1/+8
2020-07-17Maintainers.txt: Add Gary Lin as the reviewer for LsiScsi driverGary Lin1-0/+4
2020-07-17OvmfPkg/LsiScsiDxe: Process the SCSI Request PacketGary Lin5-1/+498
2020-07-17OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request PacketGary Lin2-0/+102
2020-07-17OvmfPkg/LsiScsiDxe: Map DMA bufferGary Lin2-1/+75
2020-07-17OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the deviceGary Lin3-1/+159
2020-07-17OvmfPkg/LsiScsiDxe: Report Targets and LUNsGary Lin4-2/+159
2020-07-17OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRUGary Lin3-1/+244
2020-07-17OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsiGary Lin3-1/+73
2020-07-17OvmfPkg/LsiScsiDxe: Report the name of the driverGary Lin2-2/+98