summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-02pip: bump edk2-basetools from 0.1.51 to 0.1.52dependabot/pip/edk2-basetools-0.1.52dependabot[bot]1-1/+1
2024-08-02OvmfPkg: Pass correct virtio-scsi request sizeSami Mujawar1-1/+1
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Avoid use global variable in InitSmmS3Cr3Jiaxin Wu6-20/+29
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Clean redundant SmmS3Cr3 InitJiaxin Wu3-8/+3
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: clean unused PCD for S3Jiaxin Wu1-1/+0
2024-08-02DynamicTablesPkg/DynamicTableManagerDxe: Adds X64 GetAcpiTablePresenceInfoAbdul Lateef Attar2-9/+7
2024-08-02DynamicTablesPkg/AcpiFadtLib: Adds FADT X64 generatorAbdul Lateef Attar7-50/+662
2024-08-02DynamicTablesPkg: Adds X64 namespace objectAbdul Lateef Attar4-0/+72
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Iterate page table to find proper entryJiaxin Wu1-16/+29
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Remove assert check for PDE entry not existJiaxin Wu1-9/+0
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Check PDE entry exist or not before useJiaxin Wu3-5/+48
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Enable single step after SmmProfile startJiaxin Wu2-5/+11
2024-08-01DynamicTablesPkg: Fix some spelling mistakes found by cspellRebecca Cran2-2/+2
2024-08-01EmbeddedPkg: Fix some spelling mistakes found by cspellRebecca Cran4-4/+4
2024-08-01UefiPayloadPkg: Fix some spelling mistakes found by cspellRebecca Cran5-7/+7
2024-08-01RedfishPkg: Fix some spelling mistakes found by cspellRebecca Cran3-6/+6
2024-08-01MdePkg: Fix some spelling mistakes found by cspellRebecca Cran5-32/+32
2024-08-01ArmVirtPkg: Fix some spelling mistakes found by cspellRebecca Cran2-15/+15
2024-08-01ArmPlatformPkg: Fix some spelling mistakes found by cspellRebecca Cran3-5/+5
2024-08-01.pytool: Sort the list of words in cspell.base.yamlRebecca Cran1-234/+234
2024-08-01.pytool: Add "MPIDR" to the list of known words in cspell.base.yamlRebecca Cran1-1/+2
2024-08-01ShellPkg/AcpiView: Add MPAM ParserRohit Mathew5-2/+1267
2024-08-01ShellPkg: acpiview: Add routines to print reserved fieldsRohit Mathew2-0/+164
2024-08-01ShellPkg: acpiview: Add routine to print 16 charsRohit Mathew2-0/+57
2024-08-01ShellPkg/AcpiView: Update print-formatter prototypeRohit Mathew12-36/+98
2024-08-01ShellPkg/AcpiView: Update field-validator prototypeRohit Mathew19-137/+266
2024-08-01MdePkg/IndustryStandard: Add definitions for MPAM ACPI specificationRohit Mathew2-1/+252
2024-08-01IntelFsp2WrapperPkg/FspmWrapperPeim: Fix FspT/M address for measurementZhihao Li2-8/+33
2024-08-01ArmVirtPkg: Switch all PrePeiCore users to new Sec.infArd Biesheuvel4-4/+4
2024-08-01ArmPlatformPkg: Clone PrePeiUniCore into SecArd Biesheuvel13-0/+892
2024-08-01ArmPlatformPkg: Clone PrePiUniCore into PeilessSecArd Biesheuvel8-0/+607
2024-08-01ArmPlatformPkg/PrePi: Make some functions STATICArd Biesheuvel2-6/+17
2024-08-01ArmPkg/ArmArchTimerLib: Drop pointless constructorArd Biesheuvel2-25/+2
2024-08-01ArmPlatformPkg/PrePi: Drop call to TimerConstructor()Ard Biesheuvel2-8/+0
2024-08-01ArmVirtPkg/PrePi: Drop call to TimerConstructor()Ard Biesheuvel2-8/+0
2024-08-01ArmPlatformPkg/PrePi: Drop secondary stack handlingArd Biesheuvel4-54/+10
2024-08-01ArmPlatformPkg/PrePeiCore: Drop secondary stack handlingArd Biesheuvel4-89/+25
2024-08-01ArmPlatformPkg/PrePeiCore: Drop MPCore variantArd Biesheuvel7-272/+11
2024-08-01ArmPlatformPkg/PrePi: Drop MPCore variantArd Biesheuvel7-295/+8
2024-08-01ArmPlatformPkg: Drop bogus reference to MPCore related PCDArd Biesheuvel2-4/+0
2024-08-01ArmVirtPkg: Drop bogus reference to MPCore related PCDArd Biesheuvel1-5/+0
2024-08-01CryptoPkg: Enable Openssl Accel builds for AARCH64Pierre Gondois2-18/+19
2024-08-01CryptoPkg/OpensslLib: Add AArch64Cap for arch specific hooksPierre Gondois3-0/+109
2024-08-01CryptoPkg/OpensslLib: Generate files for AARCH64 native supportPierre Gondois13-2/+24978
2024-08-01CryptoPkg/OpensslLib: Add native instruction support for AARCH64Pierre Gondois4-5/+53
2024-08-01MdePkg/BaseRngLib: Prefer ArmReadIdAA64Isar0Reg() over ArmReadIdIsar0()Pierre Gondois5-82/+2
2024-08-01MdePkg/BaseLib: AARCH64: Add ArmReadIdAA64Isar0Reg()Pierre Gondois4-0/+134
2024-08-01MdePkg/BaseLib: AARCH64: Add ArmReadCntPctReg()Pierre Gondois4-1/+78
2024-08-01BaseTools/Scripts/BinToPcd.py: Update regex strings to use raw strings.Antaeus Kleinert-Strand1-2/+2
2024-08-01MdePkg: Add PCI Express 6.0 Header SupportSachin Ganesh3-22/+173