summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove Framework compatibilityMichael Kinney2015-11-053-56/+8
* UefiCpuPkg/PiSmmCpuDxeSmm: Shouldn't use gSmst->CurrentlyExecutingCpuJeff Fan2015-11-021-2/+2
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-303-9/+83
* UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney2015-10-302-40/+53
* UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL supportMichael Kinney2015-10-281-0/+29
* UefiCpuPkg: PiSmmCpuDxeSmm: Replace PcdSet## with PcdSet##SMichael Kinney2015-10-271-1/+2
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove unused references to SmmLibMichael Kinney2015-10-263-3/+0
* UefiCpuPkg: Add PiSmmCpuDxeSmm module to DSC fileMichael Kinney2015-10-191-6/+11
* UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 filesMichael Kinney2015-10-1912-0/+3324
* UefiCpuPkg: Add PiSmmCpuDxeSmm module IA32 filesMichael Kinney2015-10-1912-0/+2901
* UefiCpuPkg: Add PiSmmCpuDxeSmm module no IA32/X64 filesMichael Kinney2015-10-1916-6/+7503
* UefiCpuPkg: Update DEC/DSC files for new includes and librariesMichael Kinney2015-10-192-3/+20
* UefiCpuPkg: Add CPU Hot Plug Data include fileMichael Kinney2015-10-191-0/+33
* UefiCpuPkg: Add ACPI CPU Data include fileMichael Kinney2015-10-191-0/+71
* UefiCpuPkg: Add SMRAM Save State include fileMichael Kinney2015-10-191-0/+190
* UefiCpuPkg: Add SMM CPU Service ProtocolMichael Kinney2015-10-191-0/+209
* UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney2015-10-194-0/+257
* UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney2015-10-194-0/+967
* UefiCpuPkg: Add SecCore module and supporting library class and PCDMichael Kinney2015-10-193-1/+16
* UefiCpuPkg: Add SecCore moduleMichael Kinney2015-10-198-0/+883
* UefiCpuPkg: Add PlatformSecLibMichael Kinney2015-10-194-0/+197
* UefiCpuPkg: Add SMM Communication PPI and Handler ModulesMichael Kinney2015-10-1910-0/+881
* UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2015-10-195-13/+54
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-193-0/+71
* UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney2015-10-191-1/+59
* UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2015-10-192-4/+5
* UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2015-10-192-35/+48
* UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2015-10-092-1/+19
* UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-1/+5
* UefiCpuPkg/CpuMpPei: Fix wrong CpuData pointerJeff Fan2015-09-251-1/+2
* UefiCpuPkg/CpuMpPei: Add check on Processors number foundJeff Fan2015-09-251-0/+1
* UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan2015-09-051-3/+3
* UefiCpuPkg/CpuMpPei: Fix CPU Healthy issue in PeiGetProcessorInfo ()Jeff Fan2015-09-012-2/+5
* UefiCpuPkg/CpuMpPei: Check Function pointer in PeiStartupAllAPs ()Jeff Fan2015-09-011-0/+4
* UefiCpuPkg/CpuMpPei: Update the old/new BSP state in SwitchBsp()Jeff Fan2015-09-011-0/+10
* UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng2015-08-081-2/+133
* UefiCpuPkg/CpuMpPei: Update files format to DOSJeff Fan2015-08-0614-4082/+4082
* UefiCpuPkg/CpuMpPei: Add meta data descriptionJeff Fan2015-08-051-5/+5
* 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