summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2015-10-082-0/+15
* MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng2015-08-071-0/+1
* MdeModulePkg DxeIpl: Add stack NX supportStar Zeng2015-08-055-37/+382
* MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao2015-07-161-25/+30
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-25/+26
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-224-8/+63
* MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel2013-08-071-2/+2
* Check status before reporting error status code.li-elvin2012-12-201-9/+14
* Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao42012-10-311-19/+18
* Add missing status code in several modules.li-elvin2012-10-301-3/+27
* 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