summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim
AgeCommit message (Expand)AuthorFilesLines
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao3-171/+1
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()Liming Gao1-13/+3
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment.Liming Gao1-7/+2
2017-12-26MdeModulePkg/Core: Coding style clean-upJian J Wang1-0/+5
2017-12-15MdeModulePkg/DxeIplPeim: fix incorrect page table split during protectingJian J Wang1-2/+4
2017-12-12MdeModulePkg/DxeIpl: Mark page table as read-onlyJian J Wang3-4/+364
2017-12-11MdeModulePkg DxeIpl: Move ClearFirst4KPage/IsNullDetectionEnabled definitionStar Zeng2-27/+26
2017-12-08MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang4-15/+46
2017-11-21MdeModulePkg: Fix unix style of EOLJian J Wang2-33/+33
2017-11-17MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2-4/+33
2017-10-24MdeModulePkg/DxeIplPeim: Refine coding style in function commentsDandan Bi2-11/+18
2017-10-11MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang6-10/+131
2017-04-06MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao1-6/+6
2017-03-01MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran4-11/+50
2016-11-09MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESSJeff Fan1-1/+2
2016-11-09MdeModulePkg: Display new stack base and sizeJeff Fan1-0/+16
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel2-2/+2
2016-07-05MdeModulePkg DxeIplPeim: Add ASSERTs for unexpected AllocatePages failureHao Wu1-1/+3
2016-06-28MdeModulePkg DxeIplPeim: Convert Ia32/IdtVectorAsm.asm to NASMJordan Justen2-0/+78
2016-05-30MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene3-28/+112
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-08MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2-0/+15
2015-08-07MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng1-0/+1
2015-08-05MdeModulePkg DxeIpl: Add stack NX supportStar Zeng5-37/+382
2015-07-16MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao1-25/+30
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-25/+26
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan4-8/+63
2013-08-07MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel1-2/+2
2012-12-20Check status before reporting error status code.li-elvin1-9/+14
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao41-19/+18
2012-10-30Add missing status code in several modules.li-elvin1-3/+27
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