summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-08UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng1-2/+133
2015-08-06UefiCpuPkg/CpuMpPei: Update files format to DOSJeff Fan14-4082/+4082
2015-08-05UefiCpuPkg/CpuMpPei: Add meta data descriptionJeff Fan1-5/+5
2015-07-28UefiCpuPkg: Add missing PCD usage information in UNI files.Qiu Shumin1-0/+0
2015-07-15UefiCpuPkg/CpuMpPei: Register callback on End Of Pei PPIJeff Fan4-0/+177
2015-07-15UefiCpuPkg/CpuMpPei: Add AsmHltLoop ()Jeff Fan6-0/+34
2015-07-15UefiCpuPkg/CpuMpPei: Install PI CPU MP PPIJeff Fan4-2/+28
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiEnableDisableAP ()Jeff Fan2-0/+133
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiSwitchBSP ()Jeff Fan9-0/+579
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiStartupThisAP ()Jeff Fan2-0/+178
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiStartupAllAPs ()Jeff Fan4-0/+308
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiGetProcessorInfo ()Jeff Fan2-0/+225
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiGetNumberOfProcessors ()Jeff Fan2-0/+122
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiWhoAmI ()Jeff Fan4-0/+149
2015-07-15UefiCpuPkg/CpuMpPei: Update and publish CPU BIST informationJeff Fan4-0/+319
2015-07-15UefiCpuPkg/CpuMpPei: Build one GUIDed HOB to save CPU MP DataJeff Fan1-0/+33
2015-07-15UefiCpuPkg/CpuMpPei: Load microcode on BSP and APsJeff Fan5-2/+283
2015-07-15UefiCpuPkg: Add some CPUID definitionsJeff Fan1-1/+5
2015-07-15UefiCpuPkg: Add microcode PCDsJeff Fan1-0/+6
2015-07-15UefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APsJeff Fan3-0/+11
2015-07-15UefiCpuPkg/CpuMpPei: Sort APIC ID in ascending orderJeff Fan1-0/+60
2015-07-15UefiCpuPkg/CpuMpPei: Wakeup APs and collect AP countJeff Fan3-0/+129
2015-07-15UefiCpuPkg: Add PcdCpuApInitTimeOutInMicroSecondsJeff Fan1-1/+6
2015-07-15UefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup and CPU MP dataJeff Fan3-2/+135
2015-07-15UefiCpuPkg/CpuMpPei: Get AP reset code size and far jump informationJeff Fan5-0/+77
2015-07-15UefiCpuPkg/CpuMpPei: Initialize FPU per UEFI specificationJeff Fan6-0/+19
2015-07-15UefiCpuPkg/CpuMpPei: Add AP reset x64 assembly codeJeff Fan3-0/+320
2015-07-15UefiCpuPkg/CpuMpPei: Add AP reset IA32 assembly codeJeff Fan3-0/+236
2015-07-15UefiCpuPkg/CpuMpPei: Add MP exchange structure definitionJeff Fan1-0/+19
2015-07-15UefiCpuPkg/CpuMpPei: Find available memory < 1MB for AP reset codeJeff Fan3-0/+73
2015-07-15UefiCpuPkg/CpuMpPei: Load GDT table on BSPJeff Fan9-0/+323
2015-07-15UefiCpuPkg: Add CpuMpPei moduleJeff Fan6-0/+119
2015-07-13UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceDataHao Wu1-1/+1
2015-07-08UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan4-15/+77
2015-06-30UefiCpuPkg S3Resume2Pei: Use safe string functionsHao Wu1-3/+2
2015-06-19UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan1-1/+1
2015-06-16UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan4-9/+108
2015-04-27UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSA...Michael Kinney5-12/+59
2015-04-27MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2-9/+67
2015-04-27MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2-11/+61
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
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