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