| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add logic to validate variable before use it. | ydong10 | 2012-05-18 | 1 | -1/+48 |
* | Add core FFS3 support, PeiCore and DxeIpl. | lzeng14 | 2011-10-27 | 1 | -10/+21 |
* | Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ... | vanjeff | 2011-10-27 | 3 | -5/+25 |
* | Add PCD for 1G page table | jyao1 | 2011-09-21 | 2 | -5/+10 |
* | Correct 1G page table generation. | jyao1 | 2011-09-19 | 1 | -2/+1 |
* | Use CPU_HOB to detect max address support from platform, and added 1G page ta... | jyao1 | 2011-09-13 | 2 | -36/+102 |
* | MdeModulePkg: Fix VS2008 warning. | andrewfish | 2011-07-15 | 1 | -0/+1 |
* | MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r... | andrewfish | 2011-07-14 | 2 | -7/+14 |
* | Add more status code in drivers. | li-elvin | 2011-05-26 | 1 | -1/+4 |
* | Enhance inf and dec file to follow specs. | ydong10 | 2011-03-14 | 1 | -4/+4 |
* | add gEfiPeiMasterBootModeGuid dependency for getting right boot mode | erictian | 2011-03-14 | 1 | -2/+2 |
* | Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF). | pgao2 | 2010-08-26 | 1 | -3/+4 |
* | Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up... | andrewfish | 2010-07-18 | 1 | -4/+4 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 12 | -25/+25 |
* | roll back IDT_ENTRY counter to 32 | vanjeff | 2010-03-11 | 1 | -1/+1 |
* | update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI | jchen20 | 2010-03-01 | 3 | -5/+5 |
* | 1. Refine debug agent library. | vanjeff | 2010-02-27 | 3 | -24/+33 |
* | roll back changing on save and restore interrupt status, it needn't doing. | vanjeff | 2010-02-24 | 1 | -12/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -4/+4 |
* | Coding style fix and minor improvements. | rsun3 | 2010-02-11 | 4 | -326/+19 |
* | a)Save and disable CPU interrupt before calling AsmWriteIdtr(). | vanjeff | 2010-02-10 | 1 | -19/+31 |
* | Remove reference to PCDs of status code value. Use macros introduced in PI1.2... | xli24 | 2010-01-27 | 2 | -6/+3 |
* | Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ... | rsun3 | 2010-01-14 | 1 | -1/+1 |
* | Make end of line consistent caused by previous check in. | qhuang8 | 2009-08-24 | 2 | -190/+190 |
* | Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor... | qhuang8 | 2009-08-24 | 2 | -117/+190 |
* | Use .p2align directive instead of ambiguous .align directive. | qhuang8 | 2009-08-20 | 1 | -2/+2 |
* | 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w... | qhuang8 | 2009-08-11 | 5 | -265/+49 |
* | Replace .globl with ASM_GLOBAL | xli24 | 2009-05-20 | 1 | -2/+2 |
* | Add ASSERT when EFI decompress need to be parsed but it is not supported. | lgao4 | 2009-04-28 | 1 | -0/+5 |
* | Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space | jljusten | 2009-04-27 | 2 | -46/+53 |
* | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten | 2009-04-10 | 3 | -3/+7 |
* | 1. Remove feature flag PcdDxeIplEnableIdt entries | qhuang8 | 2009-02-24 | 2 | -32/+31 |
* | Correct FeatureFlagExpress PCD format based on INF spec. | lgao4 | 2009-01-21 | 1 | -1/+1 |
* | Meta-data review. | gikidy | 2009-01-20 | 1 | -10/+31 |
* | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 | 2008-12-23 | 13 | -185/+105 |
* | INF head modified | jji4 | 2008-12-12 | 1 | -2/+0 |
* | Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro | mdkinney | 2008-12-05 | 1 | -1/+1 |
* | Fix the build break caused by update of FUNCTION_ENTRY_POINT macro. | xli24 | 2008-12-05 | 1 | -1/+1 |
* | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 2008-12-03 | 1 | -2/+0 |
* | Update PEIM entry point to follow PEIM entry point. | lgao4 | 2008-11-27 | 2 | -24/+6 |
* | Add necessary CONST modifier. | xli24 | 2008-11-27 | 2 | -4/+4 |
* | Split Ebc from x64 implementation since x64 version supports to create x64 mo... | qhuang8 | 2008-11-19 | 2 | -1/+78 |
* | Create X64 mode page tables in memory even when PEI is already X64 | mdkinney | 2008-11-15 | 4 | -0/+334 |
* | Remove over specific library class | klu2 | 2008-11-05 | 1 | -1/+0 |
* | Remove over specific library class | klu2 | 2008-11-05 | 2 | -2/+0 |
* | Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo... | mdkinney | 2008-10-29 | 1 | -1/+6 |
* | clean up EBC in inf files. | vanjeff | 2008-10-28 | 1 | -2/+2 |
* | Update prototype of DxeLoadCore(). | xli24 | 2008-09-04 | 2 | -2/+2 |
* | remove the unused msa files in MdeModulePkg. | lgao4 | 2008-08-25 | 1 | -168/+0 |
* | Increase size of function addresses printed in DEBUG messages from 10 to 11 c... | mdkinney | 2008-08-01 | 1 | -1/+1 |