summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* */Contributions.txt: Update example email addressJordan Justen2015-02-031-2/+2
* Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu2015-01-163-6/+6
* UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons...Jeff Fan2014-12-171-6/+6
* Add typecast to fix VS2005 build issue.Jeff Fan2014-11-241-3/+3
* UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chainJeff Fan2014-11-191-3/+3
* UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServicesChen Fan2014-11-171-1/+33
* UefiCpuPkg/CpuDxe: install Mp Service protocolChen Fan2014-11-131-0/+10
* UefiCpuPkg/CpuDxe: Startup APsJordan Justen2014-11-131-0/+3
* UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatusChen Fan2014-11-131-24/+31
* UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan2014-11-132-0/+10
* UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan2014-11-131-3/+12
* UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan2014-11-133-5/+63
* UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan2014-11-133-18/+66
* UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()Chen Fan2014-11-131-1/+22
* UefiCpuPkg/MpService: Simply Lock usageChen Fan2014-11-131-42/+47
* UefiCpuPkg/MpService: move settimer out to InitMpSystemDataChen Fan2014-11-131-50/+78
* UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedureChen Fan2014-11-131-1/+32
* UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan2014-11-132-1/+93
* UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()Chen Fan2014-11-132-1/+595
* UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()Chen Fan2014-11-132-1/+461
* UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()Chen Fan2014-11-132-1/+235
* UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()Chen Fan2014-11-132-1/+85
* UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()Chen Fan2014-11-132-1/+125
* UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2014-11-132-1/+81
* UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan2014-11-134-10/+128
* UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan2014-11-133-0/+13
* UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan2014-11-131-0/+29
* UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan2014-11-133-1/+52
* UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen2014-11-134-0/+332
* UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen2014-11-132-51/+73
* UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen2014-11-137-0/+326
* UefiCpuPkg/CpuDxe: Add ApEntryPointInCJordan Justen2014-11-131-0/+13
* UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen2014-11-134-0/+61
* Remove un-used PPI reference.Jeff Fan2014-11-061-3/+0
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh2014-09-121-1/+1
* UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh2014-09-121-6/+1
* UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish2014-09-097-264/+109
* UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0316-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-282-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-2/+13
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-2824-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-2817-66/+95
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-211-0/+1
* UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2014-08-182-0/+92
* UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen2014-08-185-97/+108
* UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen2014-08-183-5/+50
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-113-2/+76
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-105-8/+15