summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-16Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu3-6/+6
2014-12-17UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons...Jeff Fan1-6/+6
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 Fan4-10/+128
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 Fan3-1/+52
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-11-06Remove un-used PPI reference.Jeff Fan1-3/+0
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-1/+1
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-6/+1
2014-09-09UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish7-264/+109
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming16-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-2/+13
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming24-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming17-66/+95
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-21Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin1-0/+1
2014-08-18UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2-0/+92
2014-08-18UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen5-97/+108
2014-08-18UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen3-5/+50
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan3-2/+76
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan5-8/+15