| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-28 | 2 | -0/+0 |
* | UefiCpuPkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-28 | 1 | -6/+8 |
* | 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException... | Jeff Fan | 2013-11-22 | 9 | -2506/+24 |
* | Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t... | Samer El-Haj-Mahmoud | 2013-10-08 | 1 | -3/+3 |
* | Add missing braces around initializer. | lzeng14 | 2012-10-11 | 1 | -1/+1 |
* | Add type cast to avoid sign extension on x64 tip. | vanjeff | 2012-09-10 | 1 | -1/+1 |
* | UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial... | rsun3 | 2012-07-06 | 3 | -0/+4 |
* | Remove CPU dead loop code from IA32 assembly codes. | vanjeff | 2012-05-31 | 2 | -16/+2 |
* | UefiCpuPkg: Added code to enable Local APIC. | geekboy15a | 2012-05-18 | 3 | -6/+13 |
* | Restore original IDT entry if RegisterInterruptHandler() was used to unregist... | vanjeff | 2011-11-16 | 2 | -1/+46 |
* | Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ... | vanjeff | 2011-10-31 | 1 | -6/+6 |
* | 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library. | vanjeff | 2011-10-28 | 1 | -11/+29 |
* | Fix typo that breaks the build. | niruiyu | 2011-07-08 | 1 | -1/+1 |
* | UefiCpuPkg: Fix X64 clang compiler/assembler warnings. | andrewfish | 2011-07-06 | 2 | -40/+793 |
* | UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events | jljusten | 2011-06-16 | 3 | -2/+40 |
* | CpuDxe entry point () only register exception handlers unassigned before. | vanjeff | 2011-05-25 | 1 | -1/+1 |
* | Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu... | rsun3 | 2011-05-24 | 1 | -14/+29 |
* | A complement fix for revision 11664 to update GCC assembly files : clear the ... | rsun3 | 2011-05-17 | 2 | -2/+8 |
* | Clear the direction flag in interrupt/exception handlers' assembly entry code... | rsun3 | 2011-05-16 | 2 | -2/+8 |
* | Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca... | mdkinney | 2011-01-06 | 1 | -7/+2 |
* | Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ... | rsun3 | 2010-12-17 | 1 | -1/+1 |
* | Refine code to follow the coding style. | ydong10 | 2010-11-01 | 1 | -0/+14 |
* | Refine code to remove type converting warning. | ydong10 | 2010-10-26 | 1 | -1/+1 |
* | UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler | jljusten | 2010-10-22 | 1 | -30/+77 |
* | Add explicit type cast to suppress possible warning of precession loss. | xli24 | 2010-08-10 | 2 | -2/+2 |
* | Inherit entries from previous IDT when new IDT is installed. | mdkinney | 2010-08-03 | 1 | -6/+23 |
* | Code refinement. | xli24 | 2010-07-13 | 3 | -22/+160 |
* | Skip restoration of DRx registers to support in-circuit emualators or debugge... | rsun3 | 2010-06-11 | 4 | -84/+16 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 10 | -20/+20 |
* | Update the modules with the different module GUID to avoid the different modu... | lgao4 | 2010-04-06 | 1 | -1/+1 |
* | Add Checking for MTRR existence. | xli24 | 2010-03-10 | 1 | -0/+8 |
* | Add array index check to avoid potential buffer overflow. | xli24 | 2010-03-04 | 1 | -0/+1 |
* | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 2010-02-25 | 7 | -0/+0 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 1 | -2/+0 |
* | roll back changing on save and restore interrupt status, it needn't doing. | vanjeff | 2010-02-24 | 1 | -11/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-23 | 1 | -3/+3 |
* | UefiCpuPkg/CpuDxe: Fix build error | jljusten | 2010-02-10 | 1 | -4/+1 |
* | UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency | jljusten | 2010-02-10 | 1 | -1/+0 |
* | a)Save and disable CPU interrupt before calling AsmWriteIdtr(). | vanjeff | 2010-02-09 | 1 | -0/+13 |
* | Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e... | jyao1 | 2010-02-05 | 1 | -4/+10 |
* | Use .p2align directive instead of ambiguous .align directive. | qhuang8 | 2009-08-20 | 1 | -1/+1 |
* | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 | 2009-08-20 | 3 | -810/+810 |
* | Remove ".intel_syntax", convert MASM to GAS. | gikidy | 2009-08-17 | 2 | -181/+176 |
* | Remove ".intel_syntax", convert MASM to GAS. | gikidy | 2009-08-14 | 1 | -168/+159 |
* | Add CPU DXE driver for IA32 & X64 processor architectures. | jljusten | 2009-05-27 | 10 | -0/+3119 |