index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UefiCpuPkg
/
CpuDxe
/
CpuMp.c
Age
Commit message (
Expand
)
Author
2017-04-27
UefiCpuPkg: Move to new location
Guo Mang
2017-02-24
UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()
Jeff Fan
2016-12-14
UefiCpuPkg: Make the comments align with the functions
Dandan Bi
2016-09-14
UefiCpuPkg/CpuDxe: Fix duplicated status code report
Jeff Fan
2016-08-17
UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI spec
Jeff Fan
2016-08-17
UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consuming
Jeff Fan
2016-08-17
UefiCpuPkg/CpuDxe: Remove unused codes and files
Jeff Fan
2016-08-17
UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.
Jeff Fan
2016-08-17
UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol services
Jeff Fan
2015-11-20
UefiCpuPkg/CpuDxe: Don't use gBS->Stall
Jordan Justen
2015-10-19
UefiCpuPkg: CpuDxe: broadcast MTRR changes to APs
Laszlo Ersek
2015-10-19
UefiCpuPkg: CpuDxe: Wait for APs to enter idle loop
Michael Kinney
2015-10-19
UefiCpuPkg: Update CPU MP drivers to support single CPU configuration
Michael Kinney
2015-06-19
UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type
Jeff Fan
2015-06-16
UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
Jeff Fan
2015-03-09
UefiCpuPkg/MpSerivce: add volatile qualifiers
Chen Fan
2015-03-09
UefiCpuPkg/MpService: Put APs to sleep when not busy.
Chen Fan
2015-03-09
UefiCpuPkg/MpService: put AP to busy state when execution
Chen Fan
2015-03-09
UefiCpuPkg/MpService: fix trivial typo in cpu state
Chen Fan
2014-11-24
Add typecast to fix VS2005 build issue.
Jeff Fan
2014-11-19
UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain
Jeff Fan
2014-11-17
UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: install Mp Service protocol
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Startup APs
Jordan Justen
2014-11-13
UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus
Chen Fan
2014-11-13
UefiCpuPkg/MpService: avoid reset AP still hold a lock
Chen Fan
2014-11-13
UefiCpuPkg/MpService: free the unused cpu data buffer
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: introduce ResetApStackless()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()
Chen Fan
2014-11-13
UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()
Chen Fan
2014-11-13
UefiCpuPkg/MpService: Simply Lock usage
Chen Fan
2014-11-13
UefiCpuPkg/MpService: move settimer out to InitMpSystemData
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: introduce two PCD value
Chen Fan
2014-11-13
UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points
Jordan Justen
2014-11-13
UefiCpuPkg/CpuDxe: Add ApEntryPointInC
Jordan Justen
2014-11-13
UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
Jordan Justen