Age | Commit message (Expand) | Author |
2014-12-15 | MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issue | Liming Gao |
2014-08-18 | Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract... | Gao, Liming |
2014-08-14 | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star |
2014-04-15 | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | Star Zeng |
2013-10-11 | 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE... | Star Zeng |
2013-09-16 | MdeModulePkg: Add support for weakly aligned FVs. | Star Zeng |
2012-11-08 | Build the registered guid HOB and SystemTable to record the GUID itself in Pe... | lzeng14 |
2012-03-27 | Searching for files starts on an 8 byte aligned boundary after the end of the... | lzeng14 |
2011-11-25 | 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description... | lzeng14 |
2011-10-27 | Add core FFS3 support, PeiCore and DxeIpl. | lzeng14 |
2011-02-23 | Update PeiCore and DxeCore to verify FFS data checksum. | lgao4 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-03-09 | Minor update comment to remove unprintable character in source file. | qhuang8 |
2010-03-03 | Minor bug fix and robustness check improvement. | rsun3 |
2010-03-01 | Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat... | klu2 |
2010-02-11 | Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more... | klu2 |
2010-02-11 | Coding style fix and minor improvements. | rsun3 |
2010-01-29 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney |
2010-01-25 | Fix the issue that accessing for unaligned address break IPF | klu2 |
2010-01-15 | Fix some coding style issues in MdeModulePkg. | rsun3 |
2010-01-14 | When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy... | klu2 |
2010-01-04 | check whether FvHandle is NULL for FfsGetVolumeInfo() interface. | klu2 |
2009-12-25 | Fix ICC compiler warning. | xli24 |
2009-12-25 | Add fixing for supporting third-party FV in unknown format. | klu2 |
2009-12-03 | Move the Fv updating of PeiCore's internal structure PrivateData out of the i... | klu2 |
2009-12-03 | Remove the tab characters. | klu2 |
2009-12-03 | After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs... | klu2 |
2009-11-25 | Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA... | klu2 |
2009-11-17 | Following 3 updates are for spec update published in PI 1.2. | xli24 |
2009-11-16 | Initialize the FileHandle to NULL, before search FV image file in discoveried FV | klu2 |
2009-11-11 | To make backward compatiblity, if can not find corresponding the handle of FV... | klu2 |
2009-11-11 | Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2. | klu2 |
2009-10-26 | Update comments on setting >= 8 bytes Fv Alignment. | lgao4 |
2009-09-10 | Set correctly FV format guid when install FV INFO PPI. | lgao4 |
2009-03-11 | Add check to the allocated pool. | lgao4 |
2009-03-05 | Update PeiCore to handle FvImage with PI FV extension header | lgao4 |
2009-02-25 | Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ... | lgao4 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |
2008-11-13 | Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th... | qhuang8 |
2008-10-31 | Use #include "XXX.h" for module internal header files. | qhuang8 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-10-21 | 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. | qwang12 |
2008-10-20 | Fix ECC issue. | klu2 |
2008-09-19 | 1. Add three sample PCD in HelloWorld application for user reference of PCD u... | lgao4 |
2008-09-03 | move ProcessFv() from dispatcher.c to FwVol.c | klu2 |
2008-09-03 | When new FV is installed, VerifyFv() should be invoked to do security checkin... | klu2 |
2008-08-21 | Add compatibility logic to handle framework fvhob and install FvInfo ppi. And... | lgao4 |
2008-08-08 | Correct some comments to add the detailed information. | lgao4 |
2008-08-08 | Synchronize the comments for PeiService. | klu2 |
2008-08-08 | Add more comments for PeiCore. | klu2 |