summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim/Ia32
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/DxeIpl: Mark page table as read-onlyJian J Wang2017-12-121-1/+7
* MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang2017-12-081-0/+4
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-211-32/+32
* MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2017-11-171-4/+32
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-111-3/+14
* MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran2017-03-011-2/+10
* MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESSJeff Fan2016-11-091-1/+2
* MdeModulePkg: Display new stack base and sizeJeff Fan2016-11-091-0/+16
* MdeModulePkg DxeIplPeim: Convert Ia32/IdtVectorAsm.asm to NASMJordan Justen2016-06-281-0/+77
* MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng2015-08-071-0/+1
* MdeModulePkg DxeIpl: Add stack NX supportStar Zeng2015-08-051-8/+177
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-221-1/+27
* Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff2011-10-271-4/+22
* Update the copyright notice formathhtian2010-04-243-6/+6
* roll back IDT_ENTRY counter to 32vanjeff2010-03-111-1/+1
* 1. Refine debug agent library.vanjeff2010-02-271-4/+11
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* Coding style fix and minor improvements.rsun32010-02-112-315/+0
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-101-19/+31
* 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-111-57/+0
* Replace .globl with ASM_GLOBALxli242009-05-201-2/+2
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-1/+2
* 1. Remove feature flag PcdDxeIplEnableIdt entriesqhuang82009-02-241-29/+29
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-234-56/+11
* Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang82008-07-182-8/+3
* Code Scrub DxeIpl module.qhuang82008-07-162-16/+9
* make change to support UnixPkg build. The changes are listed as follows:eric_tian2008-06-301-8/+8
* Update to fix minor coding style issues.qhuang82008-05-214-15/+15
* Minor coding style adjustment for DxeIpl.qhuang82008-05-131-1/+1
* Add doxygen style comments for functions in DxeIpl.qhuang82008-05-074-53/+83
* Update all files in DxeIpl Peim to follow doxygen style header.qhuang82008-04-086-104/+64
* PI spec will be updated to make it clear that this HOB should describe the st...qhuang82007-11-081-0/+9
* Use RShiftU64() from base lib to handle 64-bit right shift to avoid build bre...qhuang82007-09-291-2/+2
* Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang12007-09-284-1/+267
* Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH2007-07-104-20/+2
* Check in following modules,xgu32007-07-054-0/+538