summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/X64/DxeLoadFunc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-21/+24
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2020-08-16MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tablesTom Lendacky1-1/+10
2019-11-09MdeModulePkg/DxeIplPeim: reserve page 0 for NULL pointer detectionJian J Wang1-0/+4
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2017-12-08MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang1-0/+1
2017-10-11MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang1-0/+4
2015-08-05MdeModulePkg DxeIpl: Add stack NX supportStar Zeng1-2/+8
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan1-5/+32
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish1-0/+1
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish1-6/+10
2010-04-24Update the copyright notice formathhtian1-2/+2
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-3/+3
2008-11-15Create X64 mode page tables in memory even when PEI is already X64mdkinney1-0/+9
2008-07-18Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang81-4/+2
2008-07-16Code Scrub DxeIpl module.qhuang81-0/+3
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang81-1/+15
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang81-11/+4
2007-11-08Fix build break for X64 cpu architecture.qhuang81-1/+1
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang81-0/+5
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0
2007-07-05Check in following modules,xgu31-0/+65