summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library/PrePiLib
AgeCommit message (Expand)AuthorFilesLines
2026-06-24EmbeddedPkg: PrePiLib: Fix uninitialized variable warningsTuan Phan1-7/+7
2026-06-13EmbeddedPkg, OvmfPkg: Produce FV3 HOBs for Extracted FVsOliver Smith-Denny2-16/+38
2026-06-13EmbeddedPkg, OvmfPkg: PrePiLib: Use Correct FvName in FV2 HOB ProductionDmitry Antipov2-5/+10
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-04-13EmbeddedPkg/PrePiLib: Prevent overread with FFS size macrosGowtham M1-8/+6
2026-02-24EmbeddedPkg: Replace include guards with #pragma onceMichael Kubacki1-4/+1
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-01-15EmbeddedPkg: CodeQL Fixes.Vineel Kovvuri[MSFT]1-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-01-27EmbeddedPkg: Fix a build error in FwVol.c in X64 archMin Xu1-3/+3
2021-12-07EmbeddedPkg: Apply uncrustify changesMichael Kubacki3-249/+216
2021-12-07EmbeddedPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-2/+2
2021-12-07EmbeddedPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-8/+4
2019-07-23EmbeddedPkg: list module-internal header files in INF [Sources]Laszlo Ersek1-0/+1
2019-07-04EmbeddedPkg: Fix various typosCœur1-2/+2
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-09EmbeddedPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-34/+5
2018-11-29EmbeddedPkg/PrePiLib: drop unused PCD referenceArd Biesheuvel1-1/+0
2018-06-29EmbeddedPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+2
2017-12-12EmbeddedPkg/PrePiLib: add support for v2 sectionsMichael Zimmermann1-12/+51
2017-03-14EmbeddedPkg/PrePiLib: allocate code pages for DxeCoreArd Biesheuvel2-1/+33
2015-05-05EmbeddedPkg/PrePiLib: Ensure the FFS files are always 8-byte alignedOlivier Martin1-0/+3
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-8/+8
2014-08-19ARM Packages: Removed trailing spacesRonald Cron5-93/+93
2014-05-16EmbeddedPkg/PrePiLib: Remove duplicated definition of EFI_STATUS_CODE_DATA_MA...Olivier Martin1-2/+0
2014-02-24EmbeddedPkg/PrePiLib: Fixed incorrect type castingAndrew Fish1-3/+3
2013-01-25ARM Packages: Fixed line endingsoliviermartin4-1441/+1441
2011-12-29EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zerooliviermartin1-0/+1
2011-07-01EmbeddedPkg: Removed unused PCD valuesoliviermartin1-6/+0
2011-07-01EmbeddedPkg/PrePiLib: Remove the performance measurements from the libraryoliviermartin1-21/+0
2011-07-01EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLiboliviermartin2-854/+1
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)oliviermartin1-160/+0
2011-07-01EmbeddedPkg: Introduce PrePiMemoryAllocationLiboliviermartin1-1/+0
2010-04-29Update the copyright notice formathhtian7-14/+14
2010-04-14Add supported for performance libraries.andrewfish3-0/+21
2010-02-17Fix case bug.andrewfish1-1/+1
2010-01-31Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently...andrewfish1-12/+8
2010-01-30Change name to remove Templateandrewfish2-0/+49
2010-01-12A few more header fixesAJFISH1-1/+0
2009-12-06Adding support for BeagleBoard. AJFISH7-0/+2501