summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
AgeCommit message (Expand)AuthorFilesLines
2024-11-27EmbeddedPkg: reduce "Found ACPI table" messages from ERROR to INFORebecca Cran1-1/+1
2024-11-13MdePkg: 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-29EmbeddedPkg: NonCoherentDmaLib: Set EFI_MEMORY_XP Capability on DMA BufferOliver Smith-Denny1-4/+32
2024-07-22EmbeddedPkg: 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-09EmbeddedPkg: 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
2023-11-30EmbeddedPkg: Allow longer android kernel command lineAshish Singhal3-2/+8
2023-11-30EmbeddedPkg: Fix Android Boot Command Line Length BugAshish Singhal1-13/+18
2023-10-23EmbeddedPkg: CI: Add PrEval entryJoey Vagedes1-0/+3
2023-10-20EmbeddedPkg/NorFlashInfoLib: Update norflash device listJohn Chew1-1/+10
2023-10-18EmbeddedPkg/RealTimeClockLib: drop LibRtcVirtualNotifyEvent from lib classLaszlo Ersek1-15/+0
2023-10-18EmbeddedPkg/VirtualRealTimeClockLib: drop LibRtcVirtualNotifyEventLaszlo Ersek1-18/+0
2023-10-18EmbeddedPkg/TemplateRealTimeClockLib: drop LibRtcVirtualNotifyEventLaszlo Ersek1-24/+0
2023-04-10EmbeddedPkg: Update code to be more C11 compliant by using __func__Rebecca Cran6-37/+37
2023-02-04EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSizeArd Biesheuvel1-2/+0
2023-01-19EmbeddedPkg: Add back FfsFindSectionDataMin M Xu2-0/+43
2023-01-19EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHookMin M Xu3-6/+8
2023-01-18EmbeddedPkg/PrePiLib: Add FFS_CHECK_SECTION_HOOK when finding sectionMin M Xu3-18/+49
2022-11-29EmbeddedPkg/MetronomeDxe: Update outdated lower bound commentRebecca Cran1-4/+3
2022-10-03EmbeddedPkg: Add CI YAML fileMichael Kubacki2-0/+97
2022-10-03EmbeddedPkg/AcpiLib: Fix code formatting errorsMichael Kubacki2-59/+61
2022-09-23EmbeddedPkg/PrePi: Check for enough space before aligning heap pointerJeff Brasen1-27/+21
2022-09-06EmbeddedPkg: Add AllocateRuntimePages in PrePiMemoryAllocationLibMin M Xu2-16/+68
2022-09-05EmbeddedPkg/GdbSerialDebugPortLib: fix compile warningWenyi Xie1-1/+1
2022-09-05EmbeddedPkg: Remove duplicated wordsPierre Gondois8-8/+8
2022-05-13EmbeddedPkg: Remove RVCT supportRebecca Cran2-11/+0
2022-01-27EmbeddedPkg: Fix a build error in FwVol.c in X64 archMin Xu1-3/+3
2021-12-17EmbeddedPkg/AcpiLib: Add more helper functionsNhi Pham3-0/+291