summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Add missing PCD usage information in UNI files.Qiu Shumin2015-07-281-0/+0
* UefiCpuPkg/CpuMpPei: Register callback on End Of Pei PPIJeff Fan2015-07-154-0/+177
* UefiCpuPkg/CpuMpPei: Add AsmHltLoop ()Jeff Fan2015-07-156-0/+34
* UefiCpuPkg/CpuMpPei: Install PI CPU MP PPIJeff Fan2015-07-154-2/+28
* UefiCpuPkg/CpuMpPei: Implementation of PeiEnableDisableAP ()Jeff Fan2015-07-152-0/+133
* UefiCpuPkg/CpuMpPei: Implementation of PeiSwitchBSP ()Jeff Fan2015-07-159-0/+579
* UefiCpuPkg/CpuMpPei: Implementation of PeiStartupThisAP ()Jeff Fan2015-07-152-0/+178
* UefiCpuPkg/CpuMpPei: Implementation of PeiStartupAllAPs ()Jeff Fan2015-07-154-0/+308
* UefiCpuPkg/CpuMpPei: Implementation of PeiGetProcessorInfo ()Jeff Fan2015-07-152-0/+225
* UefiCpuPkg/CpuMpPei: Implementation of PeiGetNumberOfProcessors ()Jeff Fan2015-07-152-0/+122
* UefiCpuPkg/CpuMpPei: Implementation of PeiWhoAmI ()Jeff Fan2015-07-154-0/+149
* UefiCpuPkg/CpuMpPei: Update and publish CPU BIST informationJeff Fan2015-07-154-0/+319
* UefiCpuPkg/CpuMpPei: Build one GUIDed HOB to save CPU MP DataJeff Fan2015-07-151-0/+33
* UefiCpuPkg/CpuMpPei: Load microcode on BSP and APsJeff Fan2015-07-155-2/+283
* UefiCpuPkg: Add some CPUID definitionsJeff Fan2015-07-151-1/+5
* UefiCpuPkg: Add microcode PCDsJeff Fan2015-07-151-0/+6
* UefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APsJeff Fan2015-07-153-0/+11
* UefiCpuPkg/CpuMpPei: Sort APIC ID in ascending orderJeff Fan2015-07-151-0/+60
* UefiCpuPkg/CpuMpPei: Wakeup APs and collect AP countJeff Fan2015-07-153-0/+129
* UefiCpuPkg: Add PcdCpuApInitTimeOutInMicroSecondsJeff Fan2015-07-151-1/+6
* UefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup and CPU MP dataJeff Fan2015-07-153-2/+135
* UefiCpuPkg/CpuMpPei: Get AP reset code size and far jump informationJeff Fan2015-07-155-0/+77
* UefiCpuPkg/CpuMpPei: Initialize FPU per UEFI specificationJeff Fan2015-07-156-0/+19
* UefiCpuPkg/CpuMpPei: Add AP reset x64 assembly codeJeff Fan2015-07-153-0/+320
* UefiCpuPkg/CpuMpPei: Add AP reset IA32 assembly codeJeff Fan2015-07-153-0/+236
* UefiCpuPkg/CpuMpPei: Add MP exchange structure definitionJeff Fan2015-07-151-0/+19
* UefiCpuPkg/CpuMpPei: Find available memory < 1MB for AP reset codeJeff Fan2015-07-153-0/+73
* UefiCpuPkg/CpuMpPei: Load GDT table on BSPJeff Fan2015-07-159-0/+323
* UefiCpuPkg: Add CpuMpPei moduleJeff Fan2015-07-156-0/+119
* UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceDataHao Wu2015-07-131-1/+1
* UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan2015-07-084-15/+77
* UefiCpuPkg S3Resume2Pei: Use safe string functionsHao Wu2015-06-301-3/+2
* 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