summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/FwVol/FwVol.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-446/+477
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-18/+18
2020-02-10MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur1-2/+2
2019-12-11MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki1-11/+13
2019-12-11MdeModulePkg PeiCore: Fix typosMichael Kubacki1-25/+25
2019-10-09MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek1-1/+1
2019-05-09MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi1-65/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-28MdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng1-2/+2
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng1-13/+54
2018-09-05MdeModulePkg PeiCore: Fix VS2012 build failureStar Zeng1-0/+2
2018-09-03MdeModulePkg PeiCore: Handle multiple FV images in one FV fileStar Zeng1-123/+144
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-191/+191
2018-06-04MdeModulePkg PeiCore: Check error status when processing boot FVMarcin Wojtas1-6/+7
2017-12-28MdeModulePkg PeiCore: Update debug message to print FV handle correctlyLiming Gao1-1/+1
2017-12-01MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng1-3/+87
2017-10-10MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng1-0/+12
2017-09-26MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng1-11/+24
2017-02-10MdeModulePkg PeiCore: Don't cache GUIDED section with AUTH_NOT_TESTEDLiming Gao1-11/+13
2016-10-27MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormatStar Zeng1-0/+14
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-1/+1
2016-05-19MdeModulePkg: PeiCore: Fix PEI Multiple Sub-FV Support issueZhang, Chao B1-9/+13
2015-11-10MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen1-7/+10
2015-06-25MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao1-2/+20
2014-12-15MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao1-6/+6
2014-08-18Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming1-2/+20
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star1-8/+8
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng1-2/+17
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng1-122/+431
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng1-19/+26
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng141-13/+53
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng141-3/+13
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng141-2/+47
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng141-67/+236
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao41-0/+11
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-09Minor update comment to remove unprintable character in source file.qhuang81-1/+1
2010-03-03Minor bug fix and robustness check improvement.rsun31-1/+2
2010-03-01Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu21-0/+6
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
2010-02-11Coding style fix and minor improvements.rsun31-5/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-4/+4
2010-01-25Fix the issue that accessing for unaligned address break IPFklu21-3/+5
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-1/+1
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu21-1/+2
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu21-2/+2
2009-12-25Fix ICC compiler warning.xli241-4/+0
2009-12-25Add fixing for supporting third-party FV in unknown format. klu21-20/+215