summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuDxe.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10CpuException: Remove InitializeCpuInterruptHandlersRay Ni1-5/+28
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-191/+237
2021-12-07UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-3/+2
2020-07-15UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev1-7/+4
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur1-4/+4
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-30UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang1-1/+1
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao1-4/+4
2017-12-12UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang1-1/+16
2017-09-30UefiCpuPkg/CpuDxe: Fix assert issue on IA32 platformJian J Wang1-10/+40
2017-09-21UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang1-0/+5
2017-08-07UefiCpuPkg CpuDxe: Remove reference deprecated macro.Eric Dong1-11/+11
2017-08-07UefiCpuPkg CpuDxe: Enhance get mtrr mask logic.Eric Dong1-7/+6
2017-04-26UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan1-5/+0
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan1-1/+9
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan1-4/+4
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan1-2/+22
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan1-0/+35
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan1-0/+148
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao1-59/+82
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan1-0/+15
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan1-1/+1
2016-07-20UefiCpuPkg/CpuDxe: StartupAllAPs in parallel modeJeff Fan1-2/+2
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek1-0/+26
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen1-0/+3
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan1-412/+12
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-3/+3
2012-10-11Add missing braces around initializer.lzeng141-1/+1
2012-09-10Add type cast to avoid sign extension on x64 tip.vanjeff1-1/+1
2012-07-06UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun31-0/+2
2012-05-18UefiCpuPkg: Added code to enable Local APIC.geekboy15a1-4/+9
2011-11-16Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff1-1/+36
2011-10-31Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ...vanjeff1-6/+6
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff1-11/+29
2011-06-16UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten1-0/+33
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-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.xli241-1/+1
2010-08-03Inherit entries from previous IDT when new IDT is installed.mdkinney1-6/+23
2010-07-13Code refinement.xli241-6/+5
2010-04-24Update the copyright notice formathhtian1-2/+2
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-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-11/+0
2010-02-10UefiCpuPkg/CpuDxe: Fix build errorjljusten1-4/+1