summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-13SecurityPkg/RngDxe: add rng testGerd Hoffmann1-1/+7
2024-06-13MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUIDPedro Falcato1-8/+91
2024-06-12MdePkg/BaseLib: Let CpuDeadLoop() be breakable in debuggerRay Ni1-2/+4
2024-06-11UefiPayloadPkg: Enable UPL FIT build config from cmdlineDhaval1-1/+3
2024-06-10UefiPayloadPkg: Fix LoadDxeCore for payload size > 16MBSebastian Witt1-2/+3
2024-06-10ArmPkg: Revert "Allow SMC/HVC monitor conduit to be specified at runtime"Ard Biesheuvel4-8/+8
2024-06-10ArmVirtPkg/ArmVirtQemu: Revert "Permit the use of dynamic PCDs in PEI"Ard Biesheuvel2-2/+6
2024-06-10ArmVirtPkg: Revert "Use dynamic PCD to set the SMCCC conduit"Ard Biesheuvel6-14/+0
2024-06-10ArmVirtPkg/ArmVirtQemu: Implement ArmMonitorLib for QEMU specificallyArd Biesheuvel5-12/+138
2024-06-10ArmVirtPkg/PrePi: Enable VFP before calling into C codeArd Biesheuvel2-22/+24
2024-06-07OvmfPkg/QemuVideoDxe: purge VbeShimGerd Hoffmann7-1411/+0
2024-06-07MdeModulePkg/DxeCapsuleLibFmp: Fix crash if no ESRT is foundNhi Pham2-0/+17
2024-06-07CryptoPkg: Fix BaseCryptLib CrtWrapper strncpy and strcatSebastian Witt2-14/+64
2024-06-07CryptoPkg: Fix BaseCryptLib CrtWrapper strcpySebastian Witt1-1/+1
2024-06-07MdeModulePkg: In RemoveTableFromRsdt don't read from unallocated memoryRebecca Cran1-4/+4
2024-06-07ShellPkg/Pci.c: Update supported link speed to PCIe Gen6HoraceX Lien1-0/+6
2024-06-07MdeModulePkg: Warn if out of flash space when writing variablesOliver Steffen1-0/+2
2024-06-07BaseTools/Scripts: Fix PatchCheck commit rangeMichael D Kinney1-2/+0
2024-06-06CryptoPkg: Fix wrong logic in X509GetTBSCertWenxing Hou1-2/+2
2024-06-06OvmfPkg/PlatformInitLib: allow PhysBits larger than 48Gerd Hoffmann1-5/+5
2024-06-06OvmfPkg/PlatformInitLib: add support for GuestPhysBitsGerd Hoffmann1-3/+14
2024-06-06MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0Jeff Brasen1-2/+3
2024-06-06OvmfPkg: add morlock supportGerd Hoffmann8-0/+26
2024-06-05ArmVirtPkg: Remove the NorFlashQemuLibChao Li2-178/+0
2024-06-05MdePkg: Remove non-ASCII characters from header fileNeo Hsueh2-6/+6
2024-06-05MdePkg: Add Ipmi Net Sensor Thresholds command defines.Aaron1-0/+46
2024-06-04ArmVirtPkg: Enable the non-hardcode version FdtNorFlashQemuLibChao Li3-8/+38
2024-06-04OvmfPkg: Add no hardcode version of FdtNorFlashQemuLibChao Li2-0/+211
2024-06-04MdeModulePkg/HiiDatabaseDxe: Avoid struct assignmentArd Biesheuvel1-4/+5
2024-06-04UefiCpuPkg:fix issue when splitting paging entryDun Tan1-2/+7
2024-06-04UefiCpuPkg: Remove GetAcpiCpuData() in CpuS3.cDun Tan3-272/+5
2024-06-04MdeModulePkg:Remove MpService2Ppi field in SMM_S3_RESUME_STATEDun Tan1-2/+1
2024-06-04UefiCpuPkg: Remove unneeded MpService2Ppi assignmentDun Tan1-14/+0
2024-06-04UefiCpuPkg:Remove code to wakeup AP and relocate apDun Tan6-686/+12
2024-06-04UefiCpuPkg:Remove code to handle APIC setting and InterruptDun Tan1-5/+0
2024-06-04UefiCpuPkg:Relocate AP to new safe buffer in PeiMpLibDun Tan3-2/+161
2024-06-04UefiCpuPkg: Install gEdkiiEndOfS3ResumeGuid in S3ResumeDun Tan1-0/+13
2024-06-04UefiCpuPkg:Move some code in DxeMpLib to common placeDun Tan3-148/+198
2024-06-04UefiCpuPkg:Abstract some DxeMpLib code to functionDun Tan1-82/+140
2024-06-04UefiCpuPkg: Disable PG in IA32 ApLoopCodeDun Tan1-1/+5
2024-06-04UefiCpuPkg: Remove code to set register tableDun Tan1-423/+0
2024-06-04UefiCpuPkg:Set PcdCpuFeaturesInitOnS3Resume to TRUEDun Tan1-2/+2