index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UefiCpuPkg
/
CpuDxe
Age
Commit message (
Expand
)
Author
2011-06-16
UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events
jljusten
2011-05-25
CpuDxe entry point () only register exception handlers unassigned before.
vanjeff
2011-05-24
Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...
rsun3
2011-05-17
A complement fix for revision 11664 to update GCC assembly files : clear the ...
rsun3
2011-05-16
Clear the direction flag in interrupt/exception handlers' assembly entry code...
rsun3
2011-01-06
Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...
mdkinney
2010-12-17
Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...
rsun3
2010-11-01
Refine code to follow the coding style.
ydong10
2010-10-26
Refine code to remove type converting warning.
ydong10
2010-10-22
UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler
jljusten
2010-08-10
Add explicit type cast to suppress possible warning of precession loss.
xli24
2010-08-03
Inherit entries from previous IDT when new IDT is installed.
mdkinney
2010-07-13
Code refinement.
xli24
2010-06-11
Skip restoration of DRx registers to support in-circuit emualators or debugge...
rsun3
2010-04-24
Update the copyright notice format
hhtian
2010-04-06
Update the modules with the different module GUID to avoid the different modu...
lgao4
2010-03-10
Add Checking for MTRR existence.
xli24
2010-03-04
Add array index check to avoid potential buffer overflow.
xli24
2010-02-25
Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*
jljusten
2010-02-25
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
klu2
2010-02-24
roll back changing on save and restore interrupt status, it needn't doing.
vanjeff
2010-02-23
1. Correct File header to ## @file
lgao4
2010-02-10
UefiCpuPkg/CpuDxe: Fix build error
jljusten
2010-02-10
UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency
jljusten
2010-02-09
a)Save and disable CPU interrupt before calling AsmWriteIdtr().
vanjeff
2010-02-05
Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...
jyao1
2009-08-20
Use .p2align directive instead of ambiguous .align directive.
qhuang8
2009-08-20
Update to make end-of-line consistent for all source files in MdePkg. There a...
qhuang8
2009-08-17
Remove ".intel_syntax", convert MASM to GAS.
gikidy
2009-08-14
Remove ".intel_syntax", convert MASM to GAS.
gikidy
2009-05-27
Add CPU DXE driver for IA32 & X64 processor architectures.
jljusten