Age | Commit message (Expand) | Author |
2010-03-01 | update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI | jchen20 |
2010-01-27 | Remove reference to PCDs of status code value. Use macros introduced in PI1.2... | xli24 |
2010-01-14 | Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ... | rsun3 |
2009-08-11 | 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w... | qhuang8 |
2009-04-28 | Add ASSERT when EFI decompress need to be parsed but it is not supported. | lgao4 |
2009-04-27 | Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space | jljusten |
2009-04-10 | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 |
2008-12-05 | Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro | mdkinney |
2008-12-05 | Fix the build break caused by update of FUNCTION_ENTRY_POINT macro. | xli24 |
2008-11-27 | Update PEIM entry point to follow PEIM entry point. | lgao4 |
2008-11-27 | Add necessary CONST modifier. | xli24 |
2008-10-29 | Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo... | mdkinney |
2008-09-04 | Update prototype of DxeLoadCore(). | xli24 |
2008-08-01 | Increase size of function addresses printed in DEBUG messages from 10 to 11 c... | mdkinney |
2008-07-19 | Fix the ICC waring for unreachable code. | qhuang8 |
2008-07-19 | Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th... | qhuang8 |
2008-07-18 | Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. | qhuang8 |
2008-07-16 | Temporarily remove the immature "CONST" modifier. | qhuang8 |
2008-07-16 | Code Scrub DxeIpl module. | qhuang8 |
2008-05-29 | Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip varia... | mdkinney |
2008-05-21 | Update to fix minor coding style issues. | qhuang8 |
2008-05-13 | Minor coding style adjustment for DxeIpl. | qhuang8 |
2008-05-07 | Add doxygen style comments for functions in DxeIpl. | qhuang8 |
2008-04-08 | Update all files in DxeIpl Peim to follow doxygen style header. | qhuang8 |
2007-12-10 | MdeModule cleanup for PI: | klu2 |
2007-12-06 | Enable PeiCore to dispatch the encapsulated fv images with depex expression. ... | lgao4 |
2007-11-27 | 1) Improve the EFI Memory Map stability to improve ACPI S4 support | mdkinney |
2007-11-08 | PI spec will be updated to make it clear that this HOB should describe the st... | qhuang8 |
2007-11-06 | To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. | lgao4 |
2007-11-01 | Print entry point address by using 0x%10p for the above 4G address. | lgao4 |
2007-10-31 | Print real entry point for IPF image. | lgao4 |
2007-10-24 | ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE) | qwang12 |
2007-10-22 | Fix alignment requirement when Load IPF TeImage into memory. | lgao4 |
2007-10-18 | The BaseAddress and Length should be align PAGE according to PI specification... | klu2 |
2007-10-10 | 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in... | qwang12 |
2007-10-09 | Clean up Network Components to support GCC build. | yshang1 |
2007-09-29 | 1. Add ExtractGuidedSectionLib library to replace customdecompress library. | lgao4 |
2007-09-28 | 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. | lgao4 |
2007-09-28 | Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface instead of installing EFI_... | klu2 |
2007-09-27 | Fix wrong judgement for gInMemory | klu2 |
2007-09-27 | Change the function name. | klu2 |
2007-09-26 | 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg | klu2 |
2007-09-24 | Merge branch of PI tree to main trunk | klu2 |
2007-09-04 | Merge the PI enabling works from the branch | qwang12 |
2007-08-13 | Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o... | klu2 |
2007-08-13 | Change the behavior of DxeIplLoadFile to load EFI_SECTION_TE first. If failed... | qwang12 |
2007-08-08 | Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 | lgao4 |
2007-08-08 | Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 | lgao4 |
2007-08-08 | Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 | lgao4 |