Age | Commit message (Expand) | Author |
2010-07-18 | Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up... | andrewfish |
2010-04-24 | Update the copyright notice format | hhtian |
2010-03-11 | roll back IDT_ENTRY counter to 32 | vanjeff |
2010-03-01 | update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI | jchen20 |
2010-02-27 | 1. Refine debug agent library. | vanjeff |
2010-02-24 | roll back changing on save and restore interrupt status, it needn't doing. | vanjeff |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-11 | Coding style fix and minor improvements. | rsun3 |
2010-02-10 | a)Save and disable CPU interrupt before calling AsmWriteIdtr(). | vanjeff |
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-24 | Make end of line consistent caused by previous check in. | qhuang8 |
2009-08-24 | Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor... | qhuang8 |
2009-08-20 | Use .p2align directive instead of ambiguous .align directive. | qhuang8 |
2009-08-11 | 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w... | qhuang8 |
2009-05-20 | Replace .globl with ASM_GLOBAL | xli24 |
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 |
2009-02-24 | 1. Remove feature flag PcdDxeIplEnableIdt entries | qhuang8 |
2009-01-21 | Correct FeatureFlagExpress PCD format based on INF spec. | lgao4 |
2009-01-20 | Meta-data review. | gikidy |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 |
2008-12-12 | INF head modified | jji4 |
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-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |
2008-11-27 | Update PEIM entry point to follow PEIM entry point. | lgao4 |
2008-11-27 | Add necessary CONST modifier. | xli24 |
2008-11-19 | Split Ebc from x64 implementation since x64 version supports to create x64 mo... | qhuang8 |
2008-11-15 | Create X64 mode page tables in memory even when PEI is already X64 | mdkinney |
2008-11-05 | Remove over specific library class | klu2 |
2008-11-05 | Remove over specific library class | klu2 |
2008-10-29 | Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo... | mdkinney |
2008-10-28 | clean up EBC in inf files. | vanjeff |
2008-09-04 | Update prototype of DxeLoadCore(). | xli24 |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 |
2008-08-01 | Increase size of function addresses printed in DEBUG messages from 10 to 11 c... | mdkinney |
2008-07-28 | Add comments to MdeModulePkg.dec, Correct minor comments for other files and ... | lgao4 |
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-07-08 | Code scrube for MdeModule Definitions. | lgao4 |
2008-06-30 | make change to support UnixPkg build. The changes are listed as follows: | eric_tian |
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 |