summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-09EmbeddedPkg: Remove misleading error message in FindNextMemoryNodeRegOleksandr Tymoshenko1-30/+32
2024-11-27EmbeddedPkg: reduce "Found ACPI table" messages from ERROR to INFORebecca Cran1-1/+1
2024-11-14MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module TypesOliver Smith-Denny1-2/+0
2024-11-11EmbeddedPkg/PrePiHobLib: Remove Non-RT Types from Mem Type Info HOBMichael Kubacki2-16/+3
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-09-27EmbeddedPkg: add missing BaseLib/BaseMemoryLib declarationsLeif Lindholm4-0/+4
2024-09-13EmbeddedPkg: Add StackCheckLibNullOliver Smith-Denny1-3/+2
2024-09-12MdePkg: Move CompilerIntrinsicsLib from ArmPkgOliver Smith-Denny1-1/+0
2024-09-05EmbeddedPkg/PrePiHobLib: Fix SetBootMode return valueVishal Oliyil Kunnil1-1/+1
2024-09-05EmbeddedPkg/PrePiHobLib: Align Doxygen comment between code and headerVishal Oliyil Kunnil1-12/+5
2024-08-30EmbeddedPkg: Improve LocateAndInstallAcpiFromFvConditionalRebecca Cran1-41/+45
2024-08-01EmbeddedPkg: Fix some spelling mistakes found by cspellRebecca Cran4-4/+4
2024-07-31EmbeddedPkg: Retire EfiResetSystemLib and ResetRuntimeDxeArd Biesheuvel7-282/+0
2024-07-30EmbeddedPkg: NonCoherentDmaLib: Set EFI_MEMORY_XP Capability on DMA BufferOliver Smith-Denny1-4/+32
2024-07-23EmbeddedPkg: Mark DMA Memory Allocations XP By DefaultOliver Smith-Denny1-2/+2
2024-07-16EmbeddedPkg: Add option to disable EFI Memory Attribute ProtocolMario Bălănică8-0/+360
2024-07-04EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCHChun-Yi Lee1-1/+1
2024-07-02EmbeddedPkg/.ci.yaml: add temporary workaround ECC exceptionLeif Lindholm1-0/+1
2024-04-03EmbeddedPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeExQingyu2-8/+12
2024-03-12EmbeddedPkg/NonCoherentIoMmuDxe: Make SetAttributes always succeedArd Biesheuvel1-1/+1
2024-02-27EmbeddedPkg/Scripts/LauterbachT32: Fix EfiLoadDxe.cmmRebecca Cran3-73/+19
2024-02-10EmbeddedPkg: Align RealTimeClock function headers with return valuesSuqiang Ren2-4/+30
2024-02-09EmbeddedPkg: compiler error due to arithmetic operation on void pointerJayaprakash N1-1/+1
2024-02-06EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64Chao Li1-0/+3
2024-01-26EmbeddedPkg/Hob: Integer Overflow in CreateHob()Gua Guo1-0/+43
2024-01-03EmbeddedPkg: Add DtPlatformLoaderLib gmock supportJeff Brasen via groups.io4-0/+74
2024-01-03EmbeddedPkg: Add host based dependency to ciJeff Brasen via groups.io1-1/+3
2024-01-03EmbeddedPkg/PrePiMemoryAllocationLib: Add ReallocatePoolJeff Brasen via groups.io1-0/+57