summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuMp.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-1/+0
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur1-2/+2
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-07-07UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong1-1/+1
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan1-183/+1
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan1-2/+0
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek1-0/+13
2015-06-16UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan1-1/+5
2015-03-09UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan1-2/+2
2015-03-09UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan1-1/+2
2015-03-09UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan1-1/+1
2014-11-13UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan1-0/+1
2014-11-13UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan1-0/+15
2014-11-13UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan1-4/+23
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan1-0/+43
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan1-0/+160
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan1-0/+117
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan1-0/+50
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan1-0/+34
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan1-0/+44
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan1-0/+31
2014-11-13UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan1-0/+47
2014-11-13UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan1-0/+2
2014-11-13UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen1-0/+24
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen1-0/+27
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen1-0/+28