summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/FwVol
AgeCommit message (Expand)AuthorFilesLines
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 Zeng2-131/+499
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.lzeng142-74/+255
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao41-0/+11
2010-04-24Update the copyright notice formathhtian2-4/+4
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. klu22-20/+283
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu21-65/+83
2009-12-03Remove the tab characters.klu21-32/+32
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu21-0/+48
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu21-0/+4
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-5/+12
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu21-0/+2
2009-11-11To make backward compatiblity, if can not find corresponding the handle of FV...klu21-0/+9
2009-11-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22-335/+975
2009-10-26Update comments on setting >= 8 bytes Fv Alignment.lgao41-1/+1
2009-09-10Set correctly FV format guid when install FV INFO PPI.lgao41-3/+1
2009-03-11Add check to the allocated pool.lgao41-1/+1
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao41-19/+27
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao41-1/+1
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji41-1/+1
2008-11-13Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang81-2/+2