]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/FwVol/FwVol.c
Fix the issue that accessing for unaligned address break IPF
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 klu2When found the file according to given file name guid...
2010-01-04 klu2check whether FvHandle is NULL for FfsGetVolumeInfo...
2009-12-25 xli24Fix ICC compiler warning.
2009-12-25 klu2Add fixing for supporting third-party FV in unknown...
2009-12-03 klu2Move the Fv updating of PeiCore's internal structure...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-11-25 klu2Add checking for VolumeHandle, if VolumeHandle is NULL...
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-11-11 klu2To make backward compatiblity, if can not find correspo...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-10-26 lgao4Update comments on setting >= 8 bytes Fv Alignment.
2009-09-10 lgao4Set correctly FV format guid when install FV INFO PPI.
2009-03-11 lgao4Add check to the allocated pool.
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-11-13 qhuang8Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-09-19 lgao41. Add three sample PCD in HelloWorld application for...
2008-09-03 klu2move ProcessFv() from dispatcher.c to FwVol.c
2008-09-03 klu2When new FV is installed, VerifyFv() should be invoked...
2008-08-21 lgao4Add compatibility logic to handle framework fvhob and...
2008-08-08 lgao4Correct some comments to add the detailed information.
2008-08-08 klu2Synchronize the comments for PeiService.
2008-08-08 klu2Add more comments for PeiCore.
2008-08-08 klu2Correct comments.
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-03-19 klu2Modify all file header to follow doxygen format
2008-03-10 klu2Fix GCC building issue.
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-19 qwang121) Make PEI PI File system service to skip PAD file
2007-10-31 lgao4Print real entry point for IPF image.
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-10 qwang120) Change the PEI core behavior to not install FV HOB...
2007-10-09 yshang1Clean up Network Components to support GCC build.
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...