summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2026-06-24EmbeddedPkg: PrePiLib: Fix uninitialized variable warningsTuan Phan1-7/+7
2026-06-18EmbeddedPkg,MdeModulePkg,DynamicTablesPkg: Move ACPI helper macrosVarshitPandya1-75/+0
2026-06-13EmbeddedPkg, OvmfPkg: Produce FV3 HOBs for Extracted FVsOliver Smith-Denny3-18/+43
2026-06-13EmbeddedPkg, OvmfPkg: PrePiLib: Use Correct FvName in FV2 HOB ProductionDmitry Antipov3-23/+14
2026-06-13EmbeddedPkg: PrePiLib: Zero Volume Info Buffer Before WritingOliver Smith-Denny1-1/+1
2026-06-13EmbeddedPkg: PrePiLib: Skip Extracting if FV3 HOB FoundOliver Smith-Denny1-10/+16
2026-06-13EmbeddedPkg: PrePi.h: Drop Duplicate HOB DefintionsOliver Smith-Denny1-11/+1
2026-06-12EmbeddedPkg: Introduce GBL protocolsDmitrii Merkurev9-0/+773
2026-06-09EmbeddedPkg: Replace manual alignment checks with helper macrosMingjie Shen1-6/+6
2026-05-22EmbeddedPkg: Add missing EFIAPI for protocol member functionsQihang Gao2-4/+8
2026-05-22EmbeddedPkg: Add missing EFIAPI for event callback functionsQihang Gao2-0/+3
2026-05-06Revert "ArmPlatformPkg,EmbeddedPkg,MdeModulePkg: Move RealTimeClockLib ..."Ard Biesheuvel5-3/+121
2026-04-29EmbeddedPkg: Remove duplicate procotol in INF fileQihang Gao1-1/+0
2026-04-21EmbeddedPkg: Add missing FreeAlignedPages() implementationSami Mujawar1-0/+34
2026-04-17Global: Move ArmLib to MdePkgOliver Smith-Denny1-1/+1
2026-04-13EmbeddedPkg/PrePiLib: Prevent overread with FFS size macrosGowtham M1-8/+6
2026-03-05EmbeddedPkg: fix mdlint issuesSherry Fan1-3/+7
2026-03-02EmbeddedPkg: align Inf file headers with INF Spec standardAlexander Gryanko2-14/+14
2026-03-02EmbeddedPkg: align UNI file headers with UNI Spec standardAlexander Gryanko3-21/+21
2026-02-24EmbeddedPkg: Replace include guards with #pragma onceMichael Kubacki44-176/+44
2026-02-11EmbeddedPkg/PrePiMemoryAllocationLib: Update memory hob page alignmentAntaeus Kleinert-Strand1-10/+39
2026-02-02EmbeddedPkg: Replace non-ASCII characters with ASCIIdhiineshm5-47/+47
2026-01-23EmbeddedPkg/AndroidBootImgLib: Fix typo in Buffer parameter descriptionDongyan Qian1-1/+1
2026-01-22EmbeddedPkg/Library/VirtualRealTimeClockLib: Fix type mismatchMichael D Kinney1-2/+2
2026-01-22EmbeddedPkg/GdbStub/X64: Use X64 system contextMichael D Kinney1-50/+48
2026-01-22EmbeddedPkg/Universal/MmcDxe: Fix VS2022 NOOPT IA32/X64 issuesMichael D Kinney2-16/+16
2026-01-15EmbeddedPkg: PrePiMemoryAllocationLib: Add AllocateCopyPoolOliver Smith-Denny1-0/+37
2026-01-15EmbeddedPkg: PrePiHobLib: Add Library/Protocol DependenciesOliver Smith-Denny1-0/+4
2025-11-24EmbeddedPkg: Add LOONGARCH64 and RISCV64 as supported architecturesLeif Lindholm1-1/+1
2025-10-30EmbeddedPkg: Remove DXE_SAL_DRIVERSathya Ravichandran1-1/+1
2025-10-16EmbeddedPkg/VirtualRealTimeClockLib: Use SOURCE_DATE_EPOCHMichael D Kinney2-8/+2
2025-10-09EmbeddedPkg: Clear keyboard queue buffer after readingnick.wang1-0/+1
2025-09-26EmbeddedPkg: Drop ARM32 SupportOliver Smith-Denny12-729/+7
2025-09-12EmbeddedPkg/PrePiLib: minor cleanup in FfsProcessSection ()Leif Lindholm1-8/+8
2025-09-12EmbeddedPkg/PrePiLib: eliminate unneeded variable in FfsProcessSection ()Leif Lindholm1-9/+5
2025-09-12EmbeddedPkg/PrePiLib: refactor FfsProcessSection ()Leif Lindholm1-60/+122
2025-09-08ArmPlatformPkg,EmbeddedPkg,MdeModulePkg: Move RealTimeClockLib headerINDIA\sachinganesh5-124/+3
2025-08-12MdePkg, EmbeddedPkg: Move Fdt Table Guid to MdePkgPrachotan Bathi2-26/+0
2025-07-23EmbeddedPkg: Fix incorrect define for hardware interrupt2 protocolChris Fernald1-2/+2
2025-07-08MdePkg, EmbeddedPkg: Moved definition of Fdt Guid to MdePkgAkshay Behl2-22/+0
2025-07-08EmbeddedPkg/PrePiMemoryAllocationLib: Add reserved memory allocationsVishal Oliyil Kunnil1-0/+74
2025-06-26EmbeddedPkg/TimeBaseLib: aligning year with UEFI specificationPankaj Kumar Singh1-2/+2
2025-06-04EmbeddedPkg: Fix a data error in commentGao Qihang1-1/+1
2025-06-03EmbeddedPkg: PrePiLib missing header used in fileDoug Flick1-0/+1
2025-06-02EmbeddedPkg: delete ancient libfdt semi-integrationLeif Lindholm19-6892/+0
2025-04-30ArmVirtPkg,DynamicTablesPkg,EmbeddedPkg,OvmfPkg: use MdePkg BaseFdtLibLeif Lindholm4-32/+32
2025-04-18EmbeddedPkg: Add two new APIs in PrePiHobLibDun Tan1-0/+55
2025-04-10ArmPkg: ArmSmcLib: Move ArmSmcLib to MdePkgKun Qin1-1/+1
2025-01-17ArmPkg: Retire ArmGicLib implementationsArd Biesheuvel1-1/+0
2025-01-15EmbeddedPkg: CodeQL Fixes.Vineel Kovvuri[MSFT]3-1/+7