summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim
Commit message (Expand)AuthorAgeFilesLines
...
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-271-10/+21
* Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff2011-10-273-5/+25
* Add PCD for 1G page tablejyao12011-09-212-5/+10
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-132-36/+102
* MdeModulePkg: Fix VS2008 warning.andrewfish2011-07-151-0/+1
* MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2011-07-142-7/+14
* Add more status code in drivers.li-elvin2011-05-261-1/+4
* Enhance inf and dec file to follow specs.ydong102011-03-141-4/+4
* add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian2011-03-141-2/+2
* Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao22010-08-261-3/+4
* Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish2010-07-181-4/+4
* Update the copyright notice formathhtian2010-04-2412-25/+25
* roll back IDT_ENTRY counter to 32vanjeff2010-03-111-1/+1
* update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen202010-03-013-5/+5
* 1. Refine debug agent library.vanjeff2010-02-273-24/+33
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Coding style fix and minor improvements.rsun32010-02-114-326/+19
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-101-19/+31
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-272-6/+3
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-1/+1
* Make end of line consistent caused by previous check in.qhuang82009-08-242-190/+190
* Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82009-08-242-117/+190
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-2/+2
* 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang82009-08-115-265/+49
* Replace .globl with ASM_GLOBALxli242009-05-201-2/+2
* Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao42009-04-281-0/+5
* Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2009-04-272-46/+53
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-103-3/+7
* 1. Remove feature flag PcdDxeIplEnableIdt entriesqhuang82009-02-242-32/+31
* Correct FeatureFlagExpress PCD format based on INF spec.lgao42009-01-211-1/+1
* Meta-data review.gikidy2009-01-201-10/+31
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-2313-185/+105
* INF head modifiedjji42008-12-121-2/+0
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-051-1/+1
* Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli242008-12-051-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-2/+0
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-272-24/+6
* Add necessary CONST modifier.xli242008-11-272-4/+4
* Split Ebc from x64 implementation since x64 version supports to create x64 mo...qhuang82008-11-192-1/+78
* Create X64 mode page tables in memory even when PEI is already X64mdkinney2008-11-154-0/+334
* Remove over specific library classklu22008-11-051-1/+0
* Remove over specific library classklu22008-11-052-2/+0
* Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney2008-10-291-1/+6
* clean up EBC in inf files.vanjeff2008-10-281-2/+2
* Update prototype of DxeLoadCore().xli242008-09-042-2/+2
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-168/+0
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-1/+1