summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-01UefiCpuPkg/PiSmmCpuDxeSmm: fix format stringGerd Hoffmann1-1/+1
2023-04-01UefiCpuPkg/MtrrTest: Add test cases for TME-MK enable caseRay Ni3-33/+107
2023-04-01UefiCpuPkg/CpuDxe: Substract TME-MK KEY_ID_BITS from CPU max PARay Ni1-2/+22
2023-04-01UefiCpuPkg/CpuDxe: Refactor to use CPUID definitionsRay Ni2-11/+10
2023-04-01UefiCpuPkg/MtrrLib: Substract TME-MK KEY_ID_BITS from CPU max PARay Ni1-2/+22
2023-04-01UefiCpuPkg/MtrrTest: Only claim CPUID max leaf as 1Ray Ni1-1/+8
2023-04-01MdePkg: Add TME-MK related CPUID and MSR definitionsRay Ni2-3/+112
2023-03-31UefiCpuPkg/Test: Disable random test casesRay Ni1-10/+10
2023-03-31Maintainers.txt: BaseTools Bob Feng -> reviewer, Rebecca Cran -> maintainerRebecca Cran1-1/+2
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz2-5/+69
2023-03-31OvmfPkg/CI: Revert SMP modeMichael Kubacki1-1/+0
2023-03-30.azurepipelines/templates: Increase run to shell timeoutMichael D Kinney1-1/+1
2023-03-30PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: PcdRtcDefaultYear boundsMichael D Kinney1-2/+4
2023-03-30RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementationNickle Wang6-0/+599
2023-03-30MdePkg: Update MemoryAttributesTable to v2.10Ard Biesheuvel2-3/+7
2023-03-30ArmVirtPkg/ArmPlatformLibQemu: Make IdMap.S BTI compatibleArd Biesheuvel1-0/+2
2023-03-30ArmPlatformPkg/PrePeiCore: Make vector table object BTI compatibleArd Biesheuvel1-0/+2
2023-03-30ArmPkg, BaseTools AARCH64: Add BTI ELF note to .hii objectsArd Biesheuvel2-2/+3
2023-03-30ArmPkg/GccLto AARCH64: Add BTI note to LTO helper libraryArd Biesheuvel1-0/+0
2023-03-30ArmPkg: Emit BTI opcodes when BTI codegen is enabledArd Biesheuvel3-6/+6
2023-03-30MdePkg/BaseRngLib AARCH64: Make asm files BTI compatibleArd Biesheuvel2-2/+2
2023-03-30MdePkg/BaseSynchronizationLib AARCH64: Make asm files BTI compatibleArd Biesheuvel1-0/+5
2023-03-30MdePkg/BaseMemoryLibOptDxe AARCH64: Make asm files BTI compatibleArd Biesheuvel5-0/+9
2023-03-30MdePkg/BaseLib AARCH64: Make asm files BTI compatibleArd Biesheuvel8-0/+10
2023-03-30MdePkg/BaseLib AARCH64: Make LongJump() BTI compatibleArd Biesheuvel1-2/+1
2023-03-30MdePkg/BaseIoLibIntrinsic AARCH64: Make asm files BTI compatibleArd Biesheuvel1-0/+8
2023-03-30MdePkg/BaseCpuLib AARCH64: Make asm files BTI compatibleArd Biesheuvel2-0/+2
2023-03-30MdePkg/ProcessorBind AARCH64: Add asm macro to emit GNU BTI noteArd Biesheuvel1-0/+34
2023-03-30UefiPayloadPkg: Support more input parameterLinus Wu1-1/+44
2023-03-29OvmfPkg/CI: Boot OVMF in SMP mode.Gerd Hoffmann1-1/+1
2023-03-29ArmVirtPkg: Fix depex in kvmtool guest Rtc librarySami Mujawar1-2/+2
2023-03-29ArmVirtPkg: Fix parsing of serial port nodeSami Mujawar1-2/+2
2023-03-29DynamicTablesPkg: Fix parsing of serial port nodeSami Mujawar1-2/+2
2023-03-29DynamicTablesPkg: Reduce log output from TableHelperLibSami Mujawar1-14/+14
2023-03-29OvmfPkg: Use Xcode5 version of CpuExceptionHandlerLib for CLANGDWARFRebecca Cran1-1/+1
2023-03-29OvmfPkg: Replace static struct initialization with ZeroMem callRebecca Cran1-1/+3
2023-03-29RedfishPkg: fix config handler driver issuesNickle Wang2-6/+8
2023-03-29RedfishPkg: Redfish discover driver improvementNickle Wang3-57/+120
2023-03-29RedfishPkg/JsonLib: address coverity issueNickle Wang1-1/+2
2023-03-28ArmVirtPkg: can't find gUefiOvmfPkgTokenSpaceGuidJianyong Wu1-0/+1
2023-03-28ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware versionTinh Nguyen1-24/+38
2023-03-28OvmfPkg/PlatformInitLib: simplify mtrr setupGerd Hoffmann1-21/+15
2023-03-28OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000Gerd Hoffmann6-10/+10
2023-03-28OvmfPkg/PlatformInitLib: update address space layout commentGerd Hoffmann1-13/+15
2023-03-28OvmfPkg/RiscVVirt: Support multiple reserved memory rangesSunil V L1-77/+149
2023-03-27SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpiUmang Patel3-7/+32
2023-03-27MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpiUmang Patel2-0/+64