summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-02SecurityPkg/Tcg2ConfigPei: Build two new HOBsDun Tan2-2/+28
2024-07-02SecurityPkg:Add new HOB for PhysicalPresenceInterfaceVersionDun Tan1-0/+4
2024-07-02SecurityPkg: Add a new gEdkiiTpmInstanceHobGuidDun Tan1-0/+4
2024-07-01DynamicTablesPkg: AmlLib remove unnecessary castJeshua Smith2-2/+2
2024-07-01DynamicTablesPkg: AmlLib CONST cleanupJeshua Smith4-14/+14
2024-06-30BaseTools: BinToPcd: Remove xdrlib dependencyrelease/rpl_programJoey Vagedes1-4/+3
2024-06-28pip: bump edk2-pytool-library from 0.21.5 to 0.21.8dependabot[bot]1-1/+1
2024-06-28UefiCpuPkg/Library: Add MM_STANDALONE type for SmmCpuPlatformHookLibJiaxin Wu1-1/+1
2024-06-28UefiCpuPkg/Library: Add MM_STANDALONE type for MmSaveStateLibJiaxin Wu1-1/+1
2024-06-27pip: bump edk2-pytool-extensions from 0.27.5 to 0.27.6dependabot[bot]1-1/+1
2024-06-27NetworkPkg/DxeNetLib: adjust PseudoRandom error loggingGerd Hoffmann1-1/+2
2024-06-26MdeModulePkg/DisplayEngineDxe: Support "^" and "V" key on pop-up formGaurav Pandya1-0/+42
2024-06-26MdeModulePkg/ImagePropertiesRecordLib: Reduce debug levelNhi Pham1-1/+1
2024-06-26CryptoPkg: Fix wrong comment for CryptoPkgWenxing Hou8-41/+40
2024-06-26OvmfPkg/Sec: use cache type #defines from ArchitecturalMsr.hGerd Hoffmann2-2/+2
2024-06-26UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.hGerd Hoffmann1-12/+14
2024-06-26MdePkg/ArchitecturalMsr.h: add #defines for MTRR cache typesGerd Hoffmann1-0/+7
2024-06-26OvmfPkg/Sec: Setup MTRR early in the boot process.Gerd Hoffmann4-10/+74
2024-06-26ReadMe.rst: Add mbedtls submodule licenseWenxing Hou1-0/+1
2024-06-26ArmPkg: delete PcdArmArchTimerFreqInHzLeif Lindholm3-24/+2
2024-06-26ArmVirtPkg: drop use of PcdArmArchTimerFreqInHzLeif Lindholm4-20/+0
2024-06-26ArmPkg: drop manual ARM programming of generic timer frequencyLeif Lindholm1-13/+0
2024-06-26MdePkg/BaseLib: Fix an instruction write width error in LoongArch64Dongyan Qian1-1/+1
2024-06-26UefiCpuPkg/ExceptionHandler: Fix a context error in LoongArch64Dongyan Qian1-0/+1
2024-06-25CryptoPkg: Extend TLS handshake debug outputSebastian Witt1-3/+7
2024-06-25CryptoPkg: Add SNI extension to TLS ClientHelloSebastian Witt1-0/+18
2024-06-25AmdSev: Halt on failed blob allocationTobin Feldman-Fitzthum4-15/+35
2024-06-25AmdSev: Rework Blob VerifierTobin Feldman-Fitzthum1-7/+28
2024-06-21OvmfPkg: refine TdTcg2DxeMike Maslenkin2-5/+1
2024-06-21UefiCpuPkg: Correct the count of different type of Cache.xieyuanh1-1/+2
2024-06-20MdePkg: Check if compiler has __has_builtin before trying to use itRebecca Cran1-1/+1
2024-06-19MdePkg/ArmLib: Drop obsolete library declarationsArd Biesheuvel2-41/+0
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