summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuMp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlersLiu, Zhiguang1-39/+65
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang1-129/+33
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni1-3/+3
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-46/+49
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur1-2/+2
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-30UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang1-6/+28
2017-12-13UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang1-0/+5
2017-12-08UefiCpuPkg/CpuDxe: Initialize stack switch for MPJian J Wang1-0/+189
2017-09-11UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO levelLaszlo Ersek1-1/+1
2017-07-07UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong1-1/+1
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan1-3/+3
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi1-1/+1
2016-09-14UefiCpuPkg/CpuDxe: Fix duplicated status code reportJeff Fan1-14/+15
2016-08-17UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan1-18/+18
2016-08-17UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan1-13/+5
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan1-400/+0
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan1-16/+0
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan1-799/+55
2015-11-20UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen1-3/+3
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek1-0/+32
2015-10-19UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney1-1/+59
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney1-21/+28
2015-06-19UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan1-1/+1
2015-06-16UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan1-1/+89
2015-03-09UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan1-2/+2
2015-03-09UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan1-6/+56
2015-03-09UefiCpuPkg/MpService: put AP to busy state when executionChen Fan1-2/+7
2015-03-09UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan1-1/+1
2014-11-24Add typecast to fix VS2005 build issue.Jeff Fan1-3/+3
2014-11-19UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chainJeff Fan1-3/+3
2014-11-17UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServicesChen Fan1-1/+33
2014-11-13UefiCpuPkg/CpuDxe: install Mp Service protocolChen Fan1-0/+10
2014-11-13UefiCpuPkg/CpuDxe: Startup APsJordan Justen1-0/+3
2014-11-13UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatusChen Fan1-24/+31
2014-11-13UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan1-0/+9
2014-11-13UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan1-3/+12
2014-11-13UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan1-5/+31
2014-11-13UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan1-0/+3
2014-11-13UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()Chen Fan1-1/+22
2014-11-13UefiCpuPkg/MpService: Simply Lock usageChen Fan1-42/+47
2014-11-13UefiCpuPkg/MpService: move settimer out to InitMpSystemDataChen Fan1-50/+78
2014-11-13UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedureChen Fan1-1/+32
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan1-1/+50
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan1-1/+435
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan1-1/+344
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan1-1/+185
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan1-1/+51
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan1-1/+81
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan1-1/+50