summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-08-03UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().Marvin.Haeuser@outlook.com2-4/+4
2017-08-02UefiCpuPkg SecCore: Fix operands of different size in bitwise operationStar Zeng1-1/+1
2017-08-01UefiCpuPkg SecCore: Add SecPerformancePpiCallBackStar Zeng3-1/+77
2017-08-01UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte alignedStar Zeng1-1/+7
2017-07-27UefiCpuPkg PiSmmCommunicationSmm: Deprecate SMM Communication ACPI TableStar Zeng4-94/+13
2017-07-26UefiCpuPkg: Update RegisterCpuFeaturesLib to consume PcdGetSize with UINTNLiming Gao2-5/+5
2017-07-26UefiCpuPkg: Update RegisterCpuFeaturesLib module UNI to match itLiming Gao3-7/+7
2017-07-20UefiCpuPkg: Remove deprecated CPU feature.Eric Dong1-1/+0
2017-07-20UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.Eric Dong4-0/+181
2017-07-20UefiCpuPkg: Add feature definition for PPIN.Eric Dong1-0/+1
2017-07-20UefiCpuPkg RegisterCpuFeaturesLib: Add error handling.Eric Dong1-1/+8
2017-07-12UefiCpuPkg CpuCommonFeaturesLib: Fix smx/vmx enable logic error.Eric Dong3-117/+55
2017-07-12UefiCpuPkg RegisterCpuFeaturesLib: Add error handling code.Eric Dong1-1/+46
2017-07-07UefiCpuPkg MpInitLib: Update return status to follow spec.Eric Dong1-1/+1
2017-07-07UefiCpuPkg CpuMpPei: Update return status to follow spec.Eric Dong2-2/+2
2017-07-07UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong2-2/+2
2017-06-29UefiCpuPkg: Fix coding style issuesDandan Bi1-2/+2
2017-06-26UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.Leo Duran2-64/+250
2017-06-26UefiCpuPkg: Add CPUID definitions for AMD.Leo Duran1-9/+590
2017-06-26UefiCpuPkg: Define AMD Memory Encryption specific CPUID and MSRBrijesh Singh3-0/+253
2017-06-15UefiCpuPkg/SmmCpuFeatureLib: Add more CPU ID for SmmFeatureControl.Jiewen Yao1-1/+3
2017-05-27UefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU number > 255Jeff Fan1-1/+7
2017-05-27UefiCpuPkg/MpInitLib: Check APIC mode change around AP functionJeff Fan1-5/+19
2017-05-27UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enableJeff Fan3-10/+77
2017-05-22UefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility issuesMichael Kinney4-5/+9
2017-05-23UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLibJeff Fan1-1/+2
2017-05-19UefiCpuPkg: Use FINIT instead of hex valuesMichael Kinney1-4/+1
2017-05-19UefiCpuPkg/BaseUefiCpuLib: Use NASM read-only data section nameMichael Kinney2-4/+4
2017-05-19UefiCpuPkg/PiSmmCpuDxeSmm: Add missing JMP instructionMichael Kinney1-1/+2
2017-05-11UefiCpuPkg/PiSmmCpuDxeSmm: Fix logic check errorJeff Fan1-1/+1
2017-05-11UefiCpuPkg/PiSmmCpuDxeSmm: Check ProcessorId == INVALID_APIC_IDJeff Fan2-1/+9
2017-05-11UefiCpuPkg/SmmCpuFeaturesLib: Correct print levelJeff Fan1-4/+4
2017-05-11UefiCpuPkg/SmmCpuFeaturesLib: Fix Ia32/SmiEntry.asm build issueJeff Fan2-8/+13
2017-05-08UefiCpuPkg/MtrrLib: Don't report OutOfResource when MTRR is enoughRuiyu Ni1-1/+9
2017-05-08UefiCpuPkg: Update package version to 0.80Jeff Fan1-1/+1
2017-05-08UefiCpuPkg: Update package version to 0.80Jeff Fan1-1/+1
2017-04-26PeCoffGetEntryPointLib: Fix spelling issueJeff Fan2-2/+2
2017-04-26UefiCpuPkg/MpLib.c: Set AP state after X2APIC mode enabledJeff Fan1-0/+8
2017-04-26UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan2-5/+4
2017-04-26UefiCpuPkg/MpInitLib: needn't to allocate AP reset vectorJeff Fan3-119/+2
2017-04-26UefiCpuPkg/MpInitLib: save/restore original contentsJeff Fan1-12/+4
2017-04-19UefiCpuPkg/PiSmmCpuDxeSmm: Lock should be acquiredJeff Fan1-1/+1
2017-04-18UefiCpuPkg/MtrrLib: Avoid running unnecessary codeRuiyu Ni1-16/+19
2017-04-12UefiCpuPkg: Error Level is not used correctlyJeff Fan2-35/+35
2017-04-07UefiCpuPkg/CpuFeatures: Change CPU features name to follow IA32 SDMJeff Fan1-2/+2
2017-04-07UefiCpuPkg/CpuExceptionHandlerLib: Remove white space at first lineJeff Fan1-1/+1
2017-04-07UefiCpuPkg/CpuExceptionHandlerLib: Trim white space at end of lineJeff Fan21-152/+152
2017-04-07UefiCpuPkg/PiSmmCpuDxeSmm: Consume new APIsJeff Fan5-65/+18
2017-04-07UefiCpuPkg/CpuExceptionHandlerLib: Add DumpCpuContext() implementationJeff Fan9-140/+125