summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-10Merge branch 'master' into leiflindholm-pr-templateleiflindholm-pr-templatemergify[bot]9-11/+396
2024-07-10BaseTools/Ecc: Allow `static` as a modifierMichael Kubacki1-1/+1
2024-07-10RedfishPkg/RedfishPlatformConfigDxe: remove false alarmNickle Wang1-3/+3
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.cSam Kaynor3-0/+89
2024-07-10MdePkg: Adding EBBR EFI_CONFORMANCE_PROFILE_TABLE GUIDsSam Kaynor2-1/+17
2024-07-10MdePkg: Adding support for EFI_CONFORMANCE_PROFILE_TABLESam Kaynor2-0/+61
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.cSam Kaynor2-0/+139
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.cSam Kaynor2-4/+85
2024-07-10MdeModulePkg: Remove PeiAllocatePool() AssertKun Qin1-2/+0
2024-07-09FmpDevicePkg: Correct broken Depex in FmpDxeThamballi Sreelalitha1-1/+2
2024-07-09.github: Update pull_request_template.mdLeif Lindholm1-4/+4
2024-07-09BaseTools: change non-ASCII characters in LinuxGcc5ToolChain.pyLeif Lindholm1-1/+1
2024-07-08BaseTools: Add VS2022 support.Matthew Carlson5-7/+392
2024-07-07StandaloneMmPkg/Core: Dump all HOB info in entrypointWei6 Xu4-1/+7
2024-07-07UefiPayloadPkg/UefiPayloadEntry: Use HobPrintLib to dump HOBsWei6 Xu4-326/+20
2024-07-07MdeModulePkg: Add HobPrintLib instanceWei6 Xu3-0/+504
2024-07-07MdeModulePkg: Add HobPrintLib header fileWei6 Xu2-0/+50
2024-07-07SecurityPkg/Tcg: Correct buffer valid check funcJiaxin Wu4-13/+88
2024-07-07MdeModulePkg/VariableSmm: Fix NonPrimary Buffer check issueJiaxin Wu5-13/+14
2024-07-07MdeModulePkg/VariableSmm: Add func for Primary Buffer valid checkJiaxin Wu4-6/+57
2024-07-07MdeModulePkg/VarCheckPolicyLib: Fix buffer valid check for MMJiaxin Wu1-1/+1
2024-07-07MdeModulePkg/VarCheckPolicyLib: Update buffer valid check func nameJiaxin Wu4-13/+19
2024-07-07MdeModulePkg/FaultTolerantWriteSmm: Update buffer valid check func nameJiaxin Wu4-22/+16
2024-07-05BaseTools/GenerateCapsule.py: Fix checking for DepExp presenceSergii Dmytruk1-2/+2
2024-07-05BaseTools/GenerateCapsule.py: Fix inconsistent error formattingSergii Dmytruk1-2/+2
2024-07-05BaseTools/GenerateCapsule.py: Require --output for --decodeSergii Dmytruk1-0/+4
2024-07-05BaseTools/GenerateCapsule.py: Better error message on --decode failureSergii Dmytruk1-2/+2
2024-07-05BaseTools/GenerateCapsule.py: Disallow UpdateImageIndex == 0 on --encodeSergii Dmytruk1-3/+3
2024-07-05BaseTools/GenerateCapsule.py: Fix --decode operationSergii Dmytruk1-1/+1
2024-07-05BaseTools/FmpCapsuleHeader.py: Explain error when throwing exceptionsSergii Dmytruk1-11/+11
2024-07-05UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Yanbo Huang4-13/+28
2024-07-05Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2"Yanbo Huang4-28/+13
2024-07-05OvmfPkg/LoongArchVirt: Optimize the use of serial port librariesXianglai Li1-11/+1
2024-07-05MdeModulePkg/StandaloneMmReportStatusCodeLib: Support MM_CORE_STANDALONEJiaxin Wu1-1/+1
2024-07-05MdePkg/StandaloneMmServicesTableLib: Support MM_CORE_STANDALONEJiaxin Wu1-1/+1
2024-07-05StandaloneMmPkg: Fix section data length returned larger than actual dataMichael Kubacki2-8/+8
2024-07-05UefiCpuPkg/PiSmmCpuDxeSmm: Fix system hang when SmmProfile enableJiaxin Wu1-10/+30
2024-07-04MdePkg/Tdx.h: Fix the order of NumVcpus and MaxVcpusXiaoyao Li1-1/+1
2024-07-04SecurityPkg/Tcg2Config: avoid potential build errorDun Tan1-2/+2
2024-07-04OvmfPkg: Enable AMD SEV-ES DebugVirtualizationAlexey Kardashevskiy3-5/+20
2024-07-04UefiCpuPkg: Add AMD SEV-ES features supportAlexey Kardashevskiy1-3/+9
2024-07-04OvmfPkg: Add AMD SEV-ES DebugVirtualization feature supportAlexey Kardashevskiy5-3/+74
2024-07-04MdePkg: Add AMD SEV features to PcdConfidentialComputingGuestAttrAlexey Kardashevskiy1-2/+13
2024-07-04MdePkg/Register/Amd: Define all bits from MSR_SEV_STATUS_REGISTERAlexey Kardashevskiy1-4/+91
2024-07-04EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCHChun-Yi Lee1-1/+1
2024-07-04MdePkg/Nvme.h: Add missing NVMe capability descriptionsMichael Kubacki1-6/+6
2024-07-04AmdSev: enable kernel hashes without initrdTobin Feldman-Fitzthum1-10/+0
2024-07-04MdeModulePkg/NvmExpressDxe: use format "0x%lx" for UINT64 values.Mike Maslenkin1-3/+3
2024-07-04MdeModulePkg/NvmExpressDxe: fix format used for Eui64 conversionMike Maslenkin1-1/+1
2024-07-04BaseTools: InfBuildData: Fix Private value retrievalJoey Vagedes1-7/+7