summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan2015-06-191-1/+1
* UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan2015-06-164-9/+108
* UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSA...Michael Kinney2015-04-275-12/+59
* MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2015-04-272-9/+67
* MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2015-04-272-11/+61
* UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is usedScott Duplichan2015-04-091-1/+2
* UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan2015-03-092-4/+4
* UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan2015-03-092-7/+58
* UefiCpuPkg/MpService: put AP to busy state when executionChen Fan2015-03-091-2/+7
* UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan2015-03-092-2/+2
* */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