summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2023-11-30EmbeddedPkg: Allow longer android kernel command lineAshish Singhal2-2/+3
2023-11-30EmbeddedPkg: Fix Android Boot Command Line Length BugAshish Singhal1-13/+18
2023-10-20EmbeddedPkg/NorFlashInfoLib: Update norflash device listJohn Chew1-1/+10
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 Cran1-1/+1
2023-02-04EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSizeArd Biesheuvel1-2/+0
2023-01-19EmbeddedPkg: Add back FfsFindSectionDataMin M Xu1-0/+23
2023-01-19EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHookMin M Xu2-5/+7
2023-01-18EmbeddedPkg/PrePiLib: Add FFS_CHECK_SECTION_HOOK when finding sectionMin M Xu2-13/+31
2022-10-03EmbeddedPkg/AcpiLib: Fix code formatting errorsMichael Kubacki1-48/+50
2022-09-23EmbeddedPkg/PrePi: Check for enough space before aligning heap pointerJeff Brasen1-27/+21
2022-09-06EmbeddedPkg: Add AllocateRuntimePages in PrePiMemoryAllocationLibMin M Xu1-16/+49
2022-09-05EmbeddedPkg/GdbSerialDebugPortLib: fix compile warningWenyi Xie1-1/+1
2022-09-05EmbeddedPkg: Remove duplicated wordsPierre Gondois4-4/+4
2022-01-27EmbeddedPkg: Fix a build error in FwVol.c in X64 archMin Xu1-3/+3
2021-12-17EmbeddedPkg/AcpiLib: Add more helper functionsNhi Pham2-0/+220
2021-12-07EmbeddedPkg: Apply uncrustify changesMichael Kubacki30-3386/+4373
2021-12-07EmbeddedPkg: Change OPTIONAL keyword usage styleMichael D Kinney4-5/+4
2021-12-07EmbeddedPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney4-17/+9
2021-09-23EmbeddedPkg: Add LoadFile2 for linux initrdJeff Brasen2-22/+201
2021-09-23EmbeddedPkg: Install FDT if UpdateDtb is not presentJeff Brasen1-5/+6
2021-09-23EmbeddedPkg: AndroidBootImgBoot error handling updatesJeff Brasen1-21/+29
2021-09-23EmbeddedPkg: Remove duplicate libfdt.h includeJeff Brasen1-2/+0
2021-08-17EmbeddedPkg/NonCoherentDmaLib: Avoid dereferencing unset Map fieldJeremy Linton1-1/+1
2021-07-29EmbeddedPkg/VirtualRealTimeClockLib: Fix SetTime issuesSunny Wang1-3/+3
2021-03-16EmbeddedPkg/PrePiHobLib: replace duplicate GUIDMatthew Carlson1-1/+1
2021-03-08EmbeddedPkg: Only print LibGetTime message about compile time epoch onceRebecca Cran1-1/+9
2021-02-20EmbeddedPkg/VirtualRealTimeClockLib: Reduce DEBUG message verbositySamer El-Haj-Mahmoud1-1/+1
2021-01-08EmbeddedPkg/PrePiMemoryAllocationLib: use correct size for pool hobArd Biesheuvel1-1/+3
2021-01-07EmbeddedPkg/TimeBaseLib: Add function to check Timezone and DaylightNhi Pham1-2/+47
2021-01-07EmbeddedPkg/TimeBaseLib: Fix for minor code formattingNhi Pham1-12/+11
2021-01-07EmbeddedPkg/TimeBaseLib: Update comment blocks for API functionsNhi Pham1-8/+56
2020-12-21EmbeddedPkg/TimeBaseLib: remove useless truncation to 32-bitLaszlo Ersek1-3/+3
2020-10-22EmbeddedPkg/VirtualRealTimeClockLib: Explicit cast to UINT32Pete Batard1-2/+2
2020-07-23EmbeddedPkg: fix gcc build errors in AndroidBootImgLibLeif Lindholm1-2/+2
2020-06-17EmbeddedPkg/NonCoherentDmaLib: avoid dereferencing bogus buffer addressArd Biesheuvel1-2/+1
2019-12-06EmbeddedPkg/NonCoherentDmaLib: implement support for DMA range limitsArd Biesheuvel2-12/+154
2019-10-04EmbeddedPkg: delete outdated FdtLib README.txtLeif Lindholm1-1/+0
2019-10-04EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.infLeif Lindholm1-1/+1
2019-09-25EmbeddedPkg: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+12
2019-07-23EmbeddedPkg: list module-internal header files in INF [Sources]Laszlo Ersek2-0/+2
2019-07-04EmbeddedPkg: Fix various typosCœur7-15/+15
2019-06-17EmbeddedPkg: improve TimeBaseLib type safetyLeif Lindholm1-9/+9
2019-06-06EmbeddedPkg/PrePiLib: remove dead status code reporting codeArd Biesheuvel2-322/+0
2019-05-15EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]PkgHao A Wu2-4/+0
2019-04-29EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASSMarcin Wojtas1-1/+1
2019-04-25EmbeddedPkg: Allow DXE_DRIVER to depend on NvVarStoreFormattedLibMarcin Wojtas1-2/+2
2019-04-09EmbeddedPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney43-294/+43
2019-02-26EmbeddedPkg/VirtualRealTimeClockLib: Fix correctness issuesPete Batard1-9/+25