summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel7-163/+36
2024-06-19MdeModulePkg: Avoid efi memory allocation for SP memoryDhaval1-0/+7
2024-06-19MdeModulePkg/DxeCapsuleLibFmp: Fix compilation errorNhi Pham2-2/+2
2024-06-18OvmfPkg/QemuVideoDxe: add feature PCD to remap framebuffer W/CArd Biesheuvel4-1/+29
2024-06-18OvmfPkg/BhyvePkg: honor FwCfg when setting the bootorderCorvin Köhne3-6/+13
2024-06-18Maintainers.txt: Update maintainers and reviewers for OvmfPkg/LoongArchVirtChao Li1-0/+6
2024-06-18OvmfPkg/PlatformCI: Add CI coverage for LoongArchVirtQemuChao Li2-2/+15
2024-06-18OvmfPkg/LoongArchVirt: Add self introduction fileChao Li1-0/+69
2024-06-18OvmfPkg/LoongArchVirt: Add build fileChao Li4-0/+1098
2024-06-18OvmfPkg/LoongArchVirt: Support PEI phaseChao Li5-0/+789
2024-06-18OvmfPkg/LoongArchVirt: Support SEC phaseChao Li3-0/+750
2024-06-18OvmfPkg/LoongArchVirt: Add reset system libraryChao Li6-0/+637
2024-06-18OvmfPkg/LoongArchVirt: Add real time clock libraryChao Li3-0/+409
2024-06-18OvmfPkg: Add a new GUID called gRtcRegisterBaseAddressHobGuidChao Li1-0/+1
2024-06-18OvmfPkg/LoongArchVirt: Add the early serial port output libraryChao Li2-0/+866
2024-06-18OvmfPkg/LoongArchVirt: Add serial port hook libraryChao Li5-0/+172
2024-06-18OvmfPkg/LoongArchVirt: Add CpuMmuInit libraryChao Li5-0/+279
2024-06-18OvmfPkg/LoongArchVirt: Add stable timer driverChao Li2-0/+437
2024-06-18.devcontainer: bump Fedora version to 39Rebecca Cran1-2/+2
2024-06-18MdeModulePkg/Core/Pei: Install MigrateTempRamPpiZhihao Li6-5/+41
2024-06-18MdePkg/Include: Update AMD specification referencesPaul Grimes2-2/+2
2024-06-18MdePkg/Include: Update Msr.h header guard definePaul Grimes1-2/+2
2024-06-18MdePkg/Include: Remove deprecated AMD SEV-SNP header filePaul Grimes1-153/+0
2024-06-18UefiCpuPkg/MpInitLib: Update references to SEV-SNP header filePaul Grimes4-4/+5
2024-06-18MdePkg/Include: Update reference to SEV-SNP header filePaul Grimes1-1/+1
2024-06-18MdePkg/Include: Add AMD SEV-SNP header filePaul Grimes1-0/+153
2024-06-17MdeModulePkg:Add global variable mVariableRtCacheInfoDun Tan1-58/+51
2024-06-17MdeModulePkg: Refine InitVariableCache()Dun Tan1-100/+94
2024-06-17MdeModulePkg:Remove the usage of PcdEnableVariableRuntimeCacheDun Tan2-7/+7
2024-06-17MdeModulePkg:Consume gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan2-74/+55
2024-06-17MdeModulePkg:Remove unneed FreePages for RuntimeHobCacheBufferDun Tan1-7/+3
2024-06-17MdeModulePkg:Remove unnecessary global variablesDun Tan1-7/+7
2024-06-17MdeModulePkg:Create gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan3-2/+310
2024-06-17MdeModulePkg:Add new gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan2-0/+64
2024-06-17ArmPkg/ProcessorSubClassDxe: Limit values to 0xFFJeff Brasen1-3/+3
2024-06-17UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag.xieyuanh1-2/+2
2024-06-17CryptoPkg: Fix strncpy for BaseCryptLibMbedTlsWenxing Hou1-3/+22
2024-06-15BaseTools/BuildReport: Improve compile_commands generationJeff Brasen1-6/+13
2024-06-15ArmPkg/CompilerIntrinsicsLib: provide __ashlti3Jeff Brasen2-0/+34
2024-06-15OvmfPkg/Xen: Fix use of networkingRoss Lagerwall2-0/+4
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkgPierre Gondois9-8/+8
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkgPierre Gondois12-11/+11
2024-06-15ArmPkg,MdePkg: move ArmLib.h to MdePkgLeif Lindholm4-4/+11
2024-06-14MdePkg/X86UnitTestHost: set rdrand cpuid bitGerd Hoffmann1-1/+10
2024-06-14CryptoPkg/Test: call ProcessLibraryConstructorListGerd Hoffmann1-0/+7
2024-06-14OvmfPkg: Override PcdCpuSmmApSyncTimeout2 to 10msJiaxin Wu6-6/+14
2024-06-14UefiCpuPkg: Refine the PCD usage commentJiaxin Wu2-4/+4
2024-06-14UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Jiaxin Wu4-13/+28
2024-06-14UefiCpuPkg: Add PcdCpuSmmApSyncTimeout2 PCDJiaxin Wu2-1/+9
2024-06-13OvmfPkg: wire up RngDxeGerd Hoffmann14-12/+27