summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-06pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1dependabot/pip/antlr4-python3-runtime-4.11.1dependabot[bot]1-1/+1
2023-01-06Maintainers.txt: Update reviewers for OVMF/Confidential ComputingMichael Roth1-1/+1
2023-01-06SecurityPkg: Move TdTcg2Dxe from OvmfPkg to SecurityPkgMin M Xu8-11/+15
2023-01-06Maintainers.txt: designate Gerd Hoffmann as UefiCpuPkg reviewerLaszlo Ersek1-0/+1
2023-01-06.azurepipelines: Skip CodeCoverage if coverage.xml not foundGua Guo1-0/+8
2023-01-06Maintainers.txt: Update NetworkPkg & MM modules ReviewerWu, Jiaxin1-2/+1
2023-01-04OvmfPkg/SmmCpuFeaturesLib: drop obsolete API implementationLaszlo Ersek1-31/+0
2023-01-04UefiCpuPkg/SmmCpuFeaturesLib: drop obsolete API implementationLaszlo Ersek1-28/+0
2023-01-04OvmfPkg: raise DXEFV size to 13 MB in the traditional platform FDFsLaszlo Ersek3-9/+9
2023-01-04OvmfPkg/QemuVideoDxe/VbeShim.sh: remove end-of-options delimiter for nasmLaszlo Ersek1-2/+5
2023-01-04MdeModulePkg/Bus/Pci/XhciDxe: Reset port if status change returns an errorSean Rhodes1-1/+10
2023-01-04.azurepipelines: Install code coverage toolGua Guo5-1/+51
2023-01-04BaseTools/Plugin: Add coverage support for Unit TestGua Guo1-1/+100
2023-01-04UnitTestFrameworkPkg: Add code coverage support for GCCGua Guo3-1/+44
2023-01-03UefiCpuPkg/PiSmmCpuDxeSmm:Fix PF issue caused by smm page table codeTan, Dun1-14/+27
2022-12-30BaseTools: Generate deps for Arm targetsJake Garver via groups.io1-1/+1
2022-12-30BaseTools: Use BUILD_CC when checking gcc version in DevicePathJake Garver1-1/+1
2022-12-30BaseTools: Fix IA32 UINT64 alignment for CLANG toolchainsPedro Falcato1-9/+9
2022-12-23OvmfPkg: Use NestedInterruptTplLib in nested interrupt handlersMichael Brown12-6/+22
2022-12-23OvmfPkg: Add library to handle TPL from within nested interrupt handlersMichael Brown6-0/+423
2022-12-23OvmfPkg: Send EOI before RestoreTPL() in timer interrupt handlersMichael Brown2-6/+4
2022-12-23OvmfPkg/PlatformInitLib: pass through reservations from qemuGerd Hoffmann1-0/+16
2022-12-23OvmfPkg: fix PlatformConfigGerd Hoffmann3-2/+4
2022-12-22UefiPayloadPkg: Fix boot issue for non-universal payloadGuo Dong1-3/+4
2022-12-22ArmVirtPkg: Remove CcProbeLib from ArmVirtQemu.dscMin M Xu1-1/+0
2022-12-22OvmfPkg/AcpiPlatformDxe: Check PcdConfidentialComputingGuestAttrMin M Xu2-5/+3
2022-12-22PcAtChipsetPkg: Move RTC PCD to dynamic PCDKasimX Liu1-8/+8
2022-12-22tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGSGerd Hoffmann1-2/+2
2022-12-22tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGSGerd Hoffmann1-2/+0
2022-12-21CryptoPkg: Need to enable crypto functionsJudah Vang2-7/+13
2022-12-21UefiCpuPkg: Simplify the code to set smm page table as ROTan, Dun4-259/+136
2022-12-21UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.hTan, Dun1-25/+0
2022-12-21UefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool mechanismduntan5-66/+172
2022-12-21OvmfPkg/OvmfXen: Build platform info HOB in XenPlatformPeiAnthony PERARD2-0/+21
2022-12-21OvmfPkg/PlatformInitLib: Implement multi-core accept memory for TDVFMin M Xu2-49/+363
2022-12-21OvmfPkg: Enable APs to accept memory for TDVFMin M Xu2-2/+63
2022-12-21OvmfPkg/Sec: Move TDX APs related nasm code to IntelTdxAPs.nasmMin M Xu3-106/+68
2022-12-21OvmfPkg: Add TdxMailboxLibNull in some platform dscMin M Xu5-1/+5
2022-12-21OvmfPkg/TdxMailboxLib: Add NULL instance of TdxMailboxLibMin M Xu2-5/+36
2022-12-21OvmfPkg/TdxMailboxLib: Delete global variablesMin M Xu1-12/+10
2022-12-21SecurityPkg: deprecate RpmcLib and VariableKeyLibJian J Wang8-291/+0
2022-12-21UefiPayloadPkg: Fixed that The UPL info section is not aligned at 4-byteMarsX Lin1-1/+1
2022-12-21MdePkg: Fix typos and spacing in Library/PerformanceLib.hRebecca Cran1-31/+31
2022-12-21MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.hRebecca Cran1-2/+2
2022-12-21MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIVSean Rhodes3-11/+36
2022-12-21MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIVMatt DeVillier1-19/+25
2022-12-20UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie1-0/+1
2022-12-20OvmfPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie7-4/+13
2022-12-20UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS.Xie, Yuanhao7-200/+184
2022-12-20UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmdYuanhao Xie5-20/+235