summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/FwVol
Commit message (Expand)AuthorAgeFilesLines
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-112-335/+975
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-261-1/+1
* Set correctly FV format guid when install FV INFO PPI.lgao42009-09-101-3/+1
* Add check to the allocated pool.lgao42009-03-111-1/+1
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-051-19/+27
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-251-1/+1
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang82008-11-131-2/+2
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+1
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-211-5/+5
* Fix ECC issue.klu22008-10-201-1/+1
* 1. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao42008-09-191-15/+4
* move ProcessFv() from dispatcher.c to FwVol.cklu22008-09-031-0/+134
* When new FV is installed, VerifyFv() should be invoked to do security checkin...klu22008-09-031-0/+8
* Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao42008-08-211-3/+37
* Correct some comments to add the detailed information.lgao42008-08-081-68/+52
* Synchronize the comments for PeiService.klu22008-08-081-3/+3
* Add more comments for PeiCore.klu22008-08-081-12/+13
* Correct comments.klu22008-08-081-6/+9
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-1/+1
* Code scrub for PeiCore module.klu22008-07-231-23/+9
* Fix function comment to follows doxygen format.klu22008-07-161-228/+170
* Modify all file header to follow doxygen formatklu22008-03-191-2/+2
* Fix GCC building issue.klu22008-03-101-0/+1
* MdeModule cleanup for PI:klu22007-12-101-2/+2
* Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao42007-12-061-68/+149
* 1) Make PEI PI File system service to skip PAD fileqwang122007-11-191-38/+2
* Print real entry point for IPF image.lgao42007-10-311-4/+6
* 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang122007-10-151-1/+1
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-101-1/+0
* Clean up Network Components to support GCC build.yshang12007-10-091-2/+2
* Merge branch of PI tree to main trunkklu22007-09-241-133/+467
* Merge the PI enabling works from the branchqwang122007-09-041-10/+20
* Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH2007-07-101-5/+0
* Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu22007-07-041-0/+479