summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-10SecurityPkg: Add gmock exampleChris Johnson11-7/+295
2023-04-10MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib exampleChris Johnson4-2/+100
2023-04-10MdePkg: Add gmock examplesChris Johnson8-0/+202
2023-04-10UnitTestFrameworkPkg/ReadMe.md: Add gmock documentationChris Johnson1-43/+970
2023-04-10UnitTestFrameworkPkg: Add gmock support to GoogleTestLibChris Johnson12-18/+297
2023-04-10.pytool/CISettings.py: Add subhook submoduleChris Johnson1-0/+2
2023-04-10UnitTestFrameworkPkg: Add subhook submodule required for gmockChris Johnson9-0/+65
2023-04-07MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel3-1/+19
2023-04-07MdePkg/PeCoffLib: Capture DLL characteristics fields in image contextArd Biesheuvel3-12/+53
2023-04-07BaseTools/GenFw: Add DllCharacteristicsEx field to debug dataArd Biesheuvel3-15/+55
2023-04-07BaseTools/GenFw: Parse IBT/BTI support status from ELF noteArd Biesheuvel2-0/+59
2023-04-07UefiPayloadPkg:Add new build commands for UniversalPayloadKasimX Liu1-36/+42
2023-04-06UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 versionArd Biesheuvel3-92/+0
2023-04-06OvmfPkg: Drop special Xcode5 version of exception handler libraryArd Biesheuvel8-32/+0
2023-04-06UefiCpuPkg/CpuExceptionHandlerLib: Make runtime fixups XCODE-onlyArd Biesheuvel3-2/+17
2023-04-06UefiCpuPkg/PeiCpuExceptionHandlerLib: Use SEC/PEI specific asm componentArd Biesheuvel1-1/+3
2023-04-06UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI versionArd Biesheuvel3-6/+14
2023-04-06BaseTools/tools_def CLANGDWARF: Permit text relocationsArd Biesheuvel1-1/+1
2023-04-06BaseTools: Update antlr makefile to use cc by defaultRebecca Cran1-5/+0
2023-04-05BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32Rebecca Cran1-7/+7
2023-04-05BaseTools: Build against C++14 when building with clangRebecca Cran1-1/+1
2023-04-05BaseTools: Allow users to build with clang using CC=clang CXX=clang++Rebecca Cran5-18/+22
2023-04-05BaseTools: Allow users to specify compiler to use with make CC= CXX=Rebecca Cran9-59/+59
2023-04-05pip-requirements.txt: bump edk2-basetools to 0.1.43Rebecca Cran1-1/+1
2023-04-04IntelFsp2Pkg: LoadMicrocodeDefault() causing unnecessary delay.Chasel Chiu2-43/+48
2023-04-04IntelFsp2Pkg: TempRamInit API should preserve EBX/RBX register.Chasel Chiu2-1/+27
2023-04-04.azurepilelines/templates: Split CryptoPkg buildsMichael D Kinney1-2/+5
2023-04-04.github.workflows: Split MdeModulePkg and CryptoPkg analysisMichael D Kinney1-22/+42
2023-04-03.github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queriesMichael Kubacki1-2/+5
2023-04-03.github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queriesMichael Kubacki1-0/+7
2023-04-03UefiCpuPkg: Fix conditionally uninitialized variablesMichael Kubacki3-3/+22
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki8-89/+107
2023-04-03PcAtChipsetPkg: Fix conditionally uninitialized variablesMichael Kubacki1-3/+6
2023-04-03NetworkPkg: Fix conditionally uninitialized variablesMichael Kubacki2-1/+4
2023-04-03MdePkg: Fix conditionally uninitialized variablesMichael Kubacki1-8/+32
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki9-56/+80
2023-04-03CryptoPkg: Fix conditionally uninitialized variableMichael Kubacki1-9/+12
2023-04-03BaseTools/VfrCompile: Fix potential buffer overwritesMichael Kubacki2-7/+7
2023-04-03BaseTools/PatchCheck.py: Add PCCTS to tab exemption listMichael Kubacki1-1/+4
2023-04-03MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alertsErich McMillan1-6/+2
2023-04-02.github/dependabot.yml: Disable automatic rebasingMichael Kubacki1-0/+2
2023-04-02.github/workflows/codeql-analysis.yml: Add PIP cachingMichael Kubacki1-0/+2
2023-04-01UefiCpuPkg/MtrrLib: use new IS_POW2() macro.Gerd Hoffmann1-16/+1
2023-04-01OvmfPkg: Consume new alignment-related macrosGerd Hoffmann2-6/+3
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser14-47/+36
2023-04-01MdePkg/Base.h: Introduce various alignment-related macrosMarvin Häuser1-1/+97
2023-04-01OvmfPkg: Rename IS_ALIGNED macros to avoid name collisionsGerd Hoffmann2-5/+5
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser14-43/+43
2023-04-01UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB alignedLendacky, Thomas via groups.io1-3/+23
2023-04-01UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocationLendacky, Thomas via groups.io1-77/+121