summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/Ia32
AgeCommit message (Expand)AuthorFilesLines
2023-09-26MdeModulePkg: Fix misspellingNate DeSimone1-2/+2
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-89/+109
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+1
2020-08-16MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tablesTom Lendacky1-2/+2
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 Kinney2-14/+2
2018-09-26MdeModulePkg/DxeIpl: support more NX related PCDsJian J Wang1-33/+2
2018-09-10MdeModulePkg/DxeIpl: disable paging before creating new page tableJian J Wang1-0/+10
2018-07-26MdeModulePkg/DxeLoadFunc: Add use case for new Perf macroDandan Bi1-0/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao2-168/+0
2017-12-12MdeModulePkg/DxeIpl: Mark page table as read-onlyJian J Wang1-1/+7
2017-12-08MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang1-0/+4
2017-11-21MdeModulePkg: Fix unix style of EOLJian J Wang1-32/+32
2017-11-17MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang1-4/+32
2017-10-11MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang1-3/+14
2017-03-01MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran1-2/+10
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-06-28MdeModulePkg DxeIplPeim: Convert Ia32/IdtVectorAsm.asm to NASMJordan Justen1-0/+77
2015-08-07MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng1-0/+1
2015-08-05MdeModulePkg DxeIpl: Add stack NX supportStar Zeng1-8/+177
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan1-1/+27
2011-10-27Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff1-4/+22
2010-04-24Update the copyright notice formathhtian3-6/+6
2010-03-11roll back IDT_ENTRY counter to 32vanjeff1-1/+1
2010-02-271. Refine debug agent library.vanjeff1-4/+11
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-12/+0
2010-02-11Coding style fix and minor improvements.rsun32-315/+0
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-19/+31
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang81-2/+2
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang81-57/+0
2009-05-20Replace .globl with ASM_GLOBALxli241-2/+2
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-02-241. Remove feature flag PcdDxeIplEnableIdt entriesqhuang81-29/+29
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang84-56/+11
2008-07-18Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang82-8/+3
2008-07-16Code Scrub DxeIpl module.qhuang82-16/+9
2008-06-30make change to support UnixPkg build. The changes are listed as follows:eric_tian1-8/+8
2008-05-21Update to fix minor coding style issues.qhuang84-15/+15
2008-05-13Minor coding style adjustment for DxeIpl.qhuang81-1/+1
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang84-53/+83
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang86-104/+64
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang81-0/+9
2007-09-29Use RShiftU64() from base lib to handle 64-bit right shift to avoid build bre...qhuang81-2/+2
2007-09-28Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang14-1/+267
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH4-20/+2
2007-07-05Check in following modules,xgu34-0/+538