summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/Ia32
AgeCommit message (Expand)Author
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan
2011-10-27Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff
2010-04-24Update the copyright notice formathhtian
2010-03-11roll back IDT_ENTRY counter to 32vanjeff
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-11Coding style fix and minor improvements.rsun3
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff
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
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-02-241. Remove feature flag PcdDxeIplEnableIdt entriesqhuang8
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-07-18Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang8
2008-07-16Code Scrub DxeIpl module.qhuang8
2008-06-30make change to support UnixPkg build. The changes are listed as follows:eric_tian
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-13Minor coding style adjustment for DxeIpl.qhuang8
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang8
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang8
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang8
2007-09-29Use RShiftU64() from base lib to handle 64-bit right shift to avoid build bre...qhuang8
2007-09-28Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang1
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH
2007-07-05Check in following modules,xgu3