summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-20UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen1-3/+3
2015-10-30UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney2-40/+53
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek3-0/+71
2015-10-19UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney1-1/+59
2015-10-19UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2-4/+5
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney1-21/+28
2015-08-08UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng1-2/+133
2015-06-19UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan1-1/+1
2015-06-16UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan3-3/+101
2015-04-09UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is usedScott Duplichan1-1/+2
2015-03-09UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan2-4/+4
2015-03-09UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan2-7/+58
2015-03-09UefiCpuPkg/MpService: put AP to busy state when executionChen Fan1-2/+7
2015-03-09UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan2-2/+2
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 Fan2-0/+10
2014-11-13UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan1-3/+12
2014-11-13UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan3-5/+63
2014-11-13UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan3-18/+66
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 Fan2-1/+93
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan2-1/+595
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan2-1/+461
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan2-1/+235
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan2-1/+85
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan2-1/+125
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2-1/+81
2014-11-13UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan3-10/+127
2014-11-13UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan3-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan1-0/+29
2014-11-13UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan2-1/+45
2014-11-13UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen4-0/+332
2014-11-13UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen2-51/+73
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen7-0/+326
2014-11-13UefiCpuPkg/CpuDxe: Add ApEntryPointInCJordan Justen1-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen4-0/+61
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming1-6/+8
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan9-2506/+24
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-3/+3