summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe
Commit message (Expand)AuthorAgeFilesLines
* Add typecast to fix VS2005 build issue.Jeff Fan2014-11-241-3/+3
* UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chainJeff Fan2014-11-191-3/+3
* UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServicesChen Fan2014-11-171-1/+33
* UefiCpuPkg/CpuDxe: install Mp Service protocolChen Fan2014-11-131-0/+10
* UefiCpuPkg/CpuDxe: Startup APsJordan Justen2014-11-131-0/+3
* UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatusChen Fan2014-11-131-24/+31
* UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan2014-11-132-0/+10
* UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan2014-11-131-3/+12
* UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan2014-11-133-5/+63
* UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan2014-11-133-18/+66
* UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()Chen Fan2014-11-131-1/+22
* UefiCpuPkg/MpService: Simply Lock usageChen Fan2014-11-131-42/+47
* UefiCpuPkg/MpService: move settimer out to InitMpSystemDataChen Fan2014-11-131-50/+78
* UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedureChen Fan2014-11-131-1/+32
* UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan2014-11-132-1/+93
* UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan2014-11-132-1/+595
* UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan2014-11-132-1/+461
* UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan2014-11-132-1/+235
* UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan2014-11-132-1/+85
* UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan2014-11-132-1/+125
* UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2014-11-132-1/+81
* UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan2014-11-133-10/+127
* UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan2014-11-133-0/+13
* UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan2014-11-131-0/+29
* UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan2014-11-132-1/+45
* UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen2014-11-134-0/+332
* UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen2014-11-132-51/+73
* UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen2014-11-137-0/+326
* UefiCpuPkg/CpuDxe: Add ApEntryPointInCJordan Justen2014-11-131-0/+13
* UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen2014-11-134-0/+61
* UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-282-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-6/+8
* 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan2013-11-229-2506/+24
* 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-063-0/+4
* Remove CPU dead loop code from IA32 assembly codes.vanjeff2012-05-312-16/+2
* UefiCpuPkg: Added code to enable Local APIC.geekboy15a2012-05-183-6/+13
* Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff2011-11-162-1/+46
* 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
* Fix typo that breaks the build.niruiyu2011-07-081-1/+1
* UefiCpuPkg: Fix X64 clang compiler/assembler warnings.andrewfish2011-07-062-40/+793
* UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten2011-06-163-2/+40
* 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
* A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32011-05-172-2/+8
* Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun32011-05-162-2/+8