summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2011-06-16UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten3-2/+40
2011-05-25CpuDxe entry point () only register exception handlers unassigned before.vanjeff1-1/+1
2011-05-24Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun31-14/+29
2011-05-17A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32-2/+8
2011-05-16Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun32-2/+8
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney1-7/+2
2010-12-17Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun31-1/+1
2010-11-01Refine code to follow the coding style.ydong101-0/+14
2010-10-26Refine code to remove type converting warning.ydong101-1/+1
2010-10-22UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandlerjljusten1-30/+77
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli242-2/+2
2010-08-03Inherit entries from previous IDT when new IDT is installed.mdkinney1-6/+23
2010-07-13Code refinement.xli243-22/+160
2010-06-11Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun34-84/+16
2010-04-24Update the copyright notice formathhtian10-20/+20
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-03-10Add Checking for MTRR existence.xli241-0/+8
2010-03-04Add array index check to avoid potential buffer overflow.xli241-0/+1
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten7-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-11/+0
2010-02-231. Correct File header to ## @filelgao41-3/+3
2010-02-10UefiCpuPkg/CpuDxe: Fix build errorjljusten1-4/+1
2010-02-10UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependencyjljusten1-1/+0
2010-02-09a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-0/+13
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao11-4/+10
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang81-1/+1
2009-08-20Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang83-810/+810
2009-08-17Remove ".intel_syntax", convert MASM to GAS.gikidy2-181/+176
2009-08-14Remove ".intel_syntax", convert MASM to GAS.gikidy1-168/+159
2009-05-27Add CPU DXE driver for IA32 & X64 processor architectures.jljusten10-0/+3119