Age | Commit message (Expand) | Author |
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-27 | The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n... | 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 | Remove a typo | klu2 |
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-10-26 | For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag... | jchen20 |
2009-10-08 | PEI Core: Remove unused variable in PeiLoadImageLoadImage function. | jljusten |
2009-10-01 | Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage... | mdkinney |
2009-09-17 | Make ASSERT statement more meaningful. | lgao4 |
2009-09-16 | Enhance PeiCore and DxeCore check whether the image machine type is supported... | lgao4 |
2009-09-10 | Set correctly FV format guid when install FV INFO PPI. | lgao4 |
2009-08-11 | 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L... | qhuang8 |
2009-04-08 | updated to use the term “temporary memory” but not CAR | eric_tian |
2009-03-12 | PeiInstallPeiMemory should only be called one time. | klu2 |
2009-03-11 | Add comments and refine code to avoid addition overflow. | qhuang8 |
2009-03-11 | Add check to the allocated pool. | lgao4 |
2009-03-10 | Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number. | qhuang8 |
2009-03-05 | Update PeiCore to handle FvImage with PI FV extension header | lgao4 |
2009-02-25 | Correct minor comments in meta data file. | lgao4 |
2009-02-25 | Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ... | lgao4 |
2009-02-13 | Meta-data reviewed. | gikidy |
2009-02-13 | Source level security checked | jji4 |
2009-02-13 | Source level security checked | jji4 |
2009-02-12 | * MdeModulePkg/Core/Pei/Dependency/Dependency.h | jljusten |
2009-02-06 | Clean up FaultTolerantWriteDxe to remove the duplicated definition. | lgao4 |
2009-02-05 | Use UEFI macros for PE/COFF image types | mdkinney |
2009-01-20 | coding style | eric_tian |
2009-01-15 | Fix a bug which print new stack size and old stack size wrongly. | qwang12 |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |
2008-12-03 | Global variables have been moved backward ahead of functions. | jji4 |
2008-11-20 | ECC clanup: Update the doxygen comment. | qwang12 |
2008-11-17 | Update comments for PeiCore | lgao4 |
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-30 | Measure time spent in SEC | mdkinney |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian |
2008-10-28 | Refine file header for INF files of DXE and PEI core modules. | xli24 |
2008-10-28 | 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut... | eric_tian |
2008-10-28 | clean up EBC in inf files. | vanjeff |
2008-10-27 | Make use of correct format String: | qwang12 |