summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuMp.h
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: Update return status to follow spec.Eric Dong2017-07-071-1/+1
* UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan2016-08-171-183/+1
* UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan2016-08-171-2/+0
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-191-0/+13
* UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan2015-06-161-1/+5
* UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan2015-03-091-2/+2
* UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan2015-03-091-1/+2
* UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan2015-03-091-1/+1
* UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan2014-11-131-0/+1
* UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan2014-11-131-0/+15
* UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan2014-11-131-4/+23
* UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan2014-11-131-0/+43
* UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan2014-11-131-0/+160
* UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan2014-11-131-0/+117
* UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan2014-11-131-0/+50
* UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan2014-11-131-0/+34
* UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan2014-11-131-0/+44
* UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2014-11-131-0/+31
* UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan2014-11-131-0/+47
* UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan2014-11-131-0/+2
* UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen2014-11-131-0/+24
* UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen2014-11-131-0/+27
* UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen2014-11-131-0/+28