summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2015-10-19UefiCpuPkg: Add PiSmmCpuDxeSmm module to DSC fileMichael Kinney1-6/+11
2015-10-19UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 filesMichael Kinney12-0/+3324
2015-10-19UefiCpuPkg: Add PiSmmCpuDxeSmm module IA32 filesMichael Kinney12-0/+2901
2015-10-19UefiCpuPkg: Add PiSmmCpuDxeSmm module no IA32/X64 filesMichael Kinney16-6/+7503
2015-10-19UefiCpuPkg: Update DEC/DSC files for new includes and librariesMichael Kinney2-3/+20
2015-10-19UefiCpuPkg: Add CPU Hot Plug Data include fileMichael Kinney1-0/+33
2015-10-19UefiCpuPkg: Add ACPI CPU Data include fileMichael Kinney1-0/+71
2015-10-19UefiCpuPkg: Add SMRAM Save State include fileMichael Kinney1-0/+190
2015-10-19UefiCpuPkg: Add SMM CPU Service ProtocolMichael Kinney1-0/+209
2015-10-19UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney4-0/+257
2015-10-19UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney4-0/+967
2015-10-19UefiCpuPkg: Add SecCore module and supporting library class and PCDMichael Kinney3-1/+16
2015-10-19UefiCpuPkg: Add SecCore moduleMichael Kinney8-0/+883
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney4-0/+197
2015-10-19UefiCpuPkg: Add SMM Communication PPI and Handler ModulesMichael Kinney10-0/+881
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney5-13/+54
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek3-0/+71
2015-10-19UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney1-1/+59
2015-10-19UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2-4/+5
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2-35/+48
2015-10-09UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2-1/+19
2015-10-09UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu1-1/+5
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-05UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan1-3/+3
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-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