summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuMpPei
AgeCommit message (Expand)AuthorFilesLines
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-08UefiCpuPkg/CpuMpPei: Add missing point at function headerJeff Fan1-2/+2
2015-12-02UefiCpuPkg/CpuMpPei: Fix typo and add some commentsJeff Fan1-2/+5
2015-12-02UefiCpuPkg/CpuMpPei: Save/Restore CRx/DRx register for APs waking upJeff Fan1-0/+10
2015-12-02UefiCpuPkg/CpuMpPei: Sync BSP's CRx to APs when initializationJeff Fan1-0/+5
2015-12-02UefiCpuPkg/CpuMpPei: Set AP state to CpuStateIdle after initializationJeff Fan1-4/+6
2015-12-02UefiCpuPkg/CpuMpPei: Add CPU_VOLATILE_REGISTERS & worker functionsJeff Fan2-0/+80
2015-12-02UefiCpuPkg/CpuMpPei: Exchange whole CPU data in SortApicId()Jeff Fan1-6/+8
2015-11-25UefiCpuPkg/CpuMpPei: Enable x2APIC mode on BSP/APsJeff Fan1-0/+39
2015-11-25UefiCpuPkg/CpuMpPei: Set X2APIC flag if one x2APIC ID larger than 254Jeff Fan2-5/+18
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney1-0/+1
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney1-14/+20
2015-09-25UefiCpuPkg/CpuMpPei: Fix wrong CpuData pointerJeff Fan1-1/+2
2015-09-25UefiCpuPkg/CpuMpPei: Add check on Processors number foundJeff Fan1-0/+1
2015-09-01UefiCpuPkg/CpuMpPei: Fix CPU Healthy issue in PeiGetProcessorInfo ()Jeff Fan2-2/+5
2015-09-01UefiCpuPkg/CpuMpPei: Check Function pointer in PeiStartupAllAPs ()Jeff Fan1-0/+4
2015-09-01UefiCpuPkg/CpuMpPei: Update the old/new BSP state in SwitchBsp()Jeff Fan1-0/+10
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-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/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/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 Fan5-0/+118