summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/FwVol
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur2020-02-101-2/+2
* MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki2019-12-112-15/+18
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-112-35/+35
* MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek2019-10-092-2/+2
* MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-091-65/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-092-14/+2
* MdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng2019-02-281-2/+2
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-191-13/+54
* MdeModulePkg PeiCore: Fix VS2012 build failureStar Zeng2018-09-051-0/+2
* MdeModulePkg PeiCore: Handle multiple FV images in one FV fileStar Zeng2018-09-031-123/+144
* MdeModulePkg: Clean up source filesLiming Gao2018-06-282-243/+243
* MdeModulePkg PeiCore: Check error status when processing boot FVMarcin Wojtas2018-06-041-6/+7
* MdeModulePkg PeiCore: Update debug message to print FV handle correctlyLiming Gao2017-12-281-1/+1
* MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-3/+87
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-101-0/+12
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-261-11/+24
* MdeModulePkg PeiCore: Don't cache GUIDED section with AUTH_NOT_TESTEDLiming Gao2017-02-101-11/+13
* MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormatStar Zeng2016-10-271-0/+14
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg: PeiCore: Fix PEI Multiple Sub-FV Support issueZhang, Chao B2016-05-191-9/+13
* MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen2015-11-101-7/+10
* MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao2015-06-251-2/+20
* MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao2014-12-151-6/+6
* Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming2014-08-181-2/+20
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-141-8/+8
* MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng2014-04-151-2/+17
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-112-131/+499
* MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2013-09-161-19/+26
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-081-13/+53
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-3/+13
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-2/+47
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-272-74/+255
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-231-0/+11
* Update the copyright notice formathhtian2010-04-242-4/+4
* Minor update comment to remove unprintable character in source file.qhuang82010-03-091-1/+1
* Minor bug fix and robustness check improvement.rsun32010-03-031-1/+2
* Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu22010-03-011-0/+6
* Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu22010-02-111-1/+22
* Coding style fix and minor improvements.rsun32010-02-111-5/+5
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-4/+4
* Fix the issue that accessing for unaligned address break IPFklu22010-01-251-3/+5
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-1/+1
* When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu22010-01-141-1/+2
* check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu22010-01-041-2/+2
* Fix ICC compiler warning.xli242009-12-251-4/+0
* Add fixing for supporting third-party FV in unknown format. klu22009-12-252-20/+283
* Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu22009-12-031-65/+83
* Remove the tab characters.klu22009-12-031-32/+32
* After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu22009-12-031-0/+48
* Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu22009-11-251-0/+4