summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuMp.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur2020-02-101-2/+2
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang2018-08-301-6/+28
* UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang2017-12-131-0/+5
* UefiCpuPkg/CpuDxe: Initialize stack switch for MPJian J Wang2017-12-081-0/+189
* UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO levelLaszlo Ersek2017-09-111-1/+1
* UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong2017-07-071-1/+1
* UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan2017-02-241-3/+3
* UefiCpuPkg: Make the comments align with the functionsDandan Bi2016-12-141-1/+1
* UefiCpuPkg/CpuDxe: Fix duplicated status code reportJeff Fan2016-09-141-14/+15
* UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan2016-08-171-18/+18
* UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan2016-08-171-13/+5
* UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan2016-08-171-400/+0
* UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2016-08-171-16/+0
* UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan2016-08-171-799/+55
* UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen2015-11-201-3/+3
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-191-0/+32
* UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney2015-10-191-1/+59
* UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2015-10-191-21/+28
* UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan2015-06-191-1/+1
* UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan2015-06-161-1/+89
* UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan2015-03-091-2/+2
* UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan2015-03-091-6/+56
* UefiCpuPkg/MpService: put AP to busy state when executionChen Fan2015-03-091-2/+7
* UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan2015-03-091-1/+1
* 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-131-0/+9
* UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan2014-11-131-3/+12
* UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan2014-11-131-5/+31
* UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan2014-11-131-0/+3
* 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-131-1/+50
* UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan2014-11-131-1/+435
* UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan2014-11-131-1/+344
* UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan2014-11-131-1/+185
* UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan2014-11-131-1/+51
* UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan2014-11-131-1/+81
* UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2014-11-131-1/+50
* UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan2014-11-131-10/+79
* UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan2014-11-131-0/+10
* UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan2014-11-131-0/+29
* UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan2014-11-131-1/+41