summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/FwVol/FwVol.c
AgeCommit message (Expand)AuthorFilesLines
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
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.klu21-335/+737
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
2008-10-31Use #include "XXX.h" for module internal header files.qhuang81-1/+1
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+1
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang121-5/+5
2008-10-20Fix ECC issue.klu21-1/+1
2008-09-191. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao41-15/+4
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu21-0/+134
2008-09-03When new FV is installed, VerifyFv() should be invoked to do security checkin...klu21-0/+8
2008-08-21Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao41-3/+37
2008-08-08Correct some comments to add the detailed information.lgao41-68/+52
2008-08-08Synchronize the comments for PeiService.klu21-3/+3
2008-08-08Add more comments for PeiCore.klu21-12/+13
2008-08-08Correct comments.klu21-6/+9
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney1-1/+1
2008-07-23Code scrub for PeiCore module.klu21-23/+9
2008-07-16Fix function comment to follows doxygen format.klu21-228/+170
2008-03-19Modify all file header to follow doxygen formatklu21-2/+2