summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-25MdeModulePkg/PciHostBridgeDxe: Add MemoryFence after write.joe1-0/+10
2024-10-25.pytool/UncrustifyCheck: Add a in-place optionBret Barkelew2-1/+27
2024-10-24DynamicTablesPkg: Drop the unnecessary comparision of UINT8 max valueSudeep Holla1-3/+1
2024-10-23EmbeddedPkg: Add MDEPKG_NDEBUG to RELEASE buildMike Beaton1-0/+1
2024-10-23EmbeddedPkg: Remove non-needed MDEPKG_NDEBUG dependent codeMike Beaton1-4/+2
2024-10-23BaseTools/GenFw X64: Detect GOTCPRELX relaxations applied by LLDArd Biesheuvel1-1/+10
2024-10-22MdePkg/Include/Guid: Fix EFI_CXL_COMPONENT_EVENT_LOG in Cper.hSienski Piotr1-4/+4
2024-10-22ShellPkg: Updated Type 4 Info as per Smbios 3.8.0Revathy V1-0/+4
2024-10-22MdePkg: Updated Type 4 Info as per Smbios 3.8.0Revathy V1-0/+1
2024-10-22DynamicTablesPkg: Update X64 FADT XPm1aEvtBlkAbdul Lateef Attar1-2/+2
2024-10-22Update CI config following CompilerIntrinsicsLib move from ArmPkgRebecca Cran1-1/+0
2024-10-22DynamicTablesPkg: Update creator id for WSMT tableAbdul Lateef Attar1-1/+1
2024-10-22MdeModulePkg UsbNetwork: Use USB class definition from MdePkgOleg Ilyasov4-7/+3
2024-10-22ShellPkg/SmbiosView: Correct wrong length offset usage in SMBIOS Type4Jason Zhao1-2/+2
2024-10-21MdePkg/Include/Guid: Rename CXL definitions in Cper.hSienski Piotr1-26/+26
2024-10-18BaseTools: Remove -Wno-unneeded-internal-declaration from CLANGDWARFMike Beaton1-1/+1
2024-10-18MdePkg: Fix null macros for XCODE5 and CLANGMike Beaton2-7/+31
2024-10-17MdePkg: Add Google Test Library and Protocolv-chhsieh14-0/+996
2024-10-17MdeModulePkg: Replace right bit shift operator with RShiftU64Jeremy Compostella1-1/+1
2024-10-17MdeModulePkg: Fix PeiAllocatePages() corner caseJeremy Compostella1-15/+22
2024-10-17MdePkg/Include/Guid: Add missing CXL definitions to Cper.hSienski Piotr1-0/+98
2024-10-17MdeModulePkg: PeiMain: Updated dispatcher for delayed dispatchKun Qin1-1/+4
2024-10-17MdeModulePkg: PeiMain: Introduce implementation of delayed dispatchKun Qin6-1/+540
2024-10-17MdePkg: Update Delayed Dispatch PPI as per PI 1.8 A SpecKun Qin1-20/+20
2024-10-17edksetup.sh: Fix the Issue of PYTHON_COMMAND Un-ConfigurableJason1 Lin1-2/+10
2024-10-16UnitTestFrameworkPkg: VS2022 Support on UnitTest.Ashraf Ali S1-0/+2
2024-10-16Add USB Association Descriptor definitionsOleg Ilyasov1-7/+27
2024-10-16ArmPkg: CodeQL Fixes.kuqin122-8/+8
2024-10-16UefiCpuPkg/PiSmmCpuDxeSmm: Save and restore CR2 only if SmiProfile enableJiaxin Wu1-2/+18
2024-10-16MdePkg: Describe storage location of config tables as per PI 1.7 A specINDIA\sachinganesh3-0/+11
2024-10-16MdePkg: Clarify EFI_MM_SX_DISPATCH_PROTOCOL.Register() as per PI 1.7 A specINDIA\sachinganesh1-5/+1
2024-10-16MdePkg: Define PI Specification Version MacroINDIA\sachinganesh4-13/+17
2024-10-15NetworkPkg/HttpBootDxe: Report download error when resume attempts failLeandro Becker1-1/+2
2024-10-15DynamicTablesPkg: Update FADT fixed feature flags validationAbdul Lateef Attar1-10/+77
2024-10-14RedfishPkg/RedfishCredentialDxe: Fix 'too many arguments' errorNhi Pham1-1/+2
2024-10-12UefiCpuPkg/PiSmmCpuDxeSmm: Consume SmmCpuPlatformHookBeforeMmiHandler funcJiaxin Wu1-8/+23
2024-10-12OvmfPkg/Library: Impl SmmCpuPlatformHookBeforeMmiHandler funcJiaxin Wu1-1/+19
2024-10-12UefiCpuPkg: Add SmmCpuPlatformHookBeforeMmiHandlerJiaxin Wu2-2/+35
2024-10-12UefiCpuPkg/PiSmmCpuDxeSmm: Clarification for BSP & APs Sync FlowJiaxin Wu1-22/+22
2024-10-11Maintainers.txt: Update GitHub username for myselfRebecca Cran1-3/+3
2024-10-10UefiCpuPkg/MpLib: Remove NotifyOnS3SmmInitDonePpiZhiguang Liu2-65/+0
2024-10-10UefiCpuPkg/S3: Skip CR3 modification in S3Resume for 64-bit PEIZhiguang Liu1-3/+5
2024-10-09UefiPayloadPkg: Add Secure Boot supportSean Rhodes4-3/+77
2024-10-09BaseTools/SetupGit.py: Fix invalid choice 'edk2-test'Nhi Pham1-1/+1
2024-10-09BaseTools/CodeQl: Give preference to Plugin settingsAbdul Lateef Attar1-5/+6
2024-10-09FmpDevicePkg/FmpDependencyLib: Fix potential overflow in loopMichael Kubacki1-1/+1
2024-10-08UefiPayloadPkg : Roll back the sequence of gEfiEndOfPeiSignalPpiGuid.Linus Liu1-1/+42
2024-10-08UnitTestFrameworkPkg: UnitTestLib: Support Failure Strings of 512 CharsOliver Smith-Denny4-19/+12
2024-10-08MdePkg: DebugLib: Check Signature in CR in Release BuildsOliver Smith-Denny1-2/+10
2024-10-08EmulatorPkg: Add Signature to Graphics StructureOliver Smith-Denny2-0/+5