summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim
AgeCommit message (Expand)Author
2017-04-27MdeModulePkg: Move to new locationGuo Mang
2017-04-06MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao
2017-03-01MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran
2016-11-09MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESSJeff Fan
2016-11-09MdeModulePkg: Display new stack base and sizeJeff Fan
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel
2016-07-05MdeModulePkg DxeIplPeim: Add ASSERTs for unexpected AllocatePages failureHao Wu
2016-06-28MdeModulePkg DxeIplPeim: Convert Ia32/IdtVectorAsm.asm to NASMJordan Justen
2016-05-30MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen
2015-10-08MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel
2015-08-07MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng
2015-08-05MdeModulePkg DxeIpl: Add stack NX supportStar Zeng
2015-07-16MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan
2013-08-07MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel
2012-12-20Check status before reporting error status code.li-elvin
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao4
2012-10-30Add missing status code in several modules.li-elvin
2012-05-18Add logic to validate variable before use it.ydong10
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng14
2011-10-27Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff
2011-09-21Add PCD for 1G page tablejyao1
2011-09-19Correct 1G page table generation.jyao1
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao1
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish
2011-05-26Add more status code in drivers.li-elvin
2011-03-14Enhance inf and dec file to follow specs.ydong10
2011-03-14add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao2
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish
2010-04-24Update the copyright notice formathhtian
2010-03-11roll back IDT_ENTRY counter to 32vanjeff
2010-03-01update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen20
2010-02-271. Refine debug agent library.vanjeff
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff
2010-02-241. Correct File header to ## @filelgao4
2010-02-11Coding style fix and minor improvements.rsun3
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun3
2009-08-24Make end of line consistent caused by previous check in.qhuang8
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang8
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang8
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang8
2009-05-20Replace .globl with ASM_GLOBALxli24