summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuDxe.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev2020-07-151-7/+4
* UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur2020-02-101-4/+4
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang2018-08-301-1/+1
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-281-4/+4
* UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang2017-12-121-1/+16
* UefiCpuPkg/CpuDxe: Fix assert issue on IA32 platformJian J Wang2017-09-301-10/+40
* UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang2017-09-211-0/+5
* UefiCpuPkg CpuDxe: Remove reference deprecated macro.Eric Dong2017-08-071-11/+11
* UefiCpuPkg CpuDxe: Enhance get mtrr mask logic.Eric Dong2017-08-071-7/+6
* UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan2017-04-261-5/+0
* UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan2017-02-271-1/+9
* UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan2017-02-241-4/+4
* UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan2017-02-221-2/+22
* UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan2017-02-221-0/+35
* UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan2017-02-221-0/+148
* UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao2017-02-221-59/+82
* UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2016-08-171-0/+15
* UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan2016-08-171-1/+1
* UefiCpuPkg/CpuDxe: StartupAllAPs in parallel modeJeff Fan2016-07-201-2/+2
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-191-0/+26
* UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen2014-11-131-0/+3
* 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan2013-11-221-412/+12
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-081-3/+3
* Add missing braces around initializer.lzeng142012-10-111-1/+1
* Add type cast to avoid sign extension on x64 tip.vanjeff2012-09-101-1/+1
* UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun32012-07-061-0/+2
* UefiCpuPkg: Added code to enable Local APIC.geekboy15a2012-05-181-4/+9
* Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff2011-11-161-1/+36
* Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ...vanjeff2011-10-311-6/+6
* 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff2011-10-281-11/+29
* UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten2011-06-161-0/+33
* CpuDxe entry point () only register exception handlers unassigned before.vanjeff2011-05-251-1/+1
* Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun32011-05-241-14/+29
* Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2011-01-061-7/+2
* Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun32010-12-171-1/+1
* Refine code to follow the coding style.ydong102010-11-011-0/+14
* Refine code to remove type converting warning.ydong102010-10-261-1/+1
* UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandlerjljusten2010-10-221-30/+77
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-101-1/+1
* Inherit entries from previous IDT when new IDT is installed.mdkinney2010-08-031-6/+23
* Code refinement.xli242010-07-131-6/+5
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add Checking for MTRR existence.xli242010-03-101-0/+8
* Add array index check to avoid potential buffer overflow.xli242010-03-041-0/+1
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-11/+0
* UefiCpuPkg/CpuDxe: Fix build errorjljusten2010-02-101-4/+1
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-091-0/+13
* Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao12010-02-051-4/+10
* Add CPU DXE driver for IA32 & X64 processor architectures.jljusten2009-05-271-0/+1108