summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuDxe.c
AgeCommit message (Expand)Author
2017-04-27UefiCpuPkg: Move to new locationGuo Mang
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan
2016-07-20UefiCpuPkg/CpuDxe: StartupAllAPs in parallel modeJeff Fan
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud
2012-10-11Add missing braces around initializer.lzeng14
2012-09-10Add type cast to avoid sign extension on x64 tip.vanjeff
2012-07-06UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun3
2012-05-18UefiCpuPkg: Added code to enable Local APIC.geekboy15a
2011-11-16Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff
2011-10-31Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ...vanjeff
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff
2011-06-16UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten
2011-05-25CpuDxe entry point () only register exception handlers unassigned before.vanjeff
2011-05-24Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun3
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney
2010-12-17Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun3
2010-11-01Refine code to follow the coding style.ydong10
2010-10-26Refine code to remove type converting warning.ydong10
2010-10-22UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandlerjljusten
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli24
2010-08-03Inherit entries from previous IDT when new IDT is installed.mdkinney
2010-07-13Code refinement.xli24
2010-04-24Update the copyright notice formathhtian
2010-03-10Add Checking for MTRR existence.xli24
2010-03-04Add array index check to avoid potential buffer overflow.xli24
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff
2010-02-10UefiCpuPkg/CpuDxe: Fix build errorjljusten
2010-02-09a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao1
2009-05-27Add CPU DXE driver for IA32 & X64 processor architectures.jljusten