summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong1-0/+4
2017-08-28UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputSc...Eric Dong2-17/+21
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.Eric Dong1-9/+8
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value.Eric Dong1-55/+61
2017-08-28UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition.Eric Dong1-1/+78
2017-08-28UefiCpuPkg/MpLib: fix potential overflow issue.Eric Dong1-10/+33
2017-08-28UefiCpuPkg/PiSmmCpuDxeSmm: Fix memory protection crashStar Zeng3-6/+30
2017-08-17UefiCpuPkg/PiSmmCpuDxeSmm: Add CPUID MCA support checkMichael D Kinney1-2/+14
2017-08-17UefiCpuPkg RegisterCpuFeaturesLib: Fix buffer pointer error usage.Eric Dong1-8/+8
2017-08-16UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecessary library class.Eric Dong1-5/+1
2017-08-16UefiCpuPkg RegisterCpuFeaturesLib: Enhance debug messages.Eric Dong1-4/+4
2017-08-16UefiCpuPkg UefiCpupkg.uni: Add new pcds comments.Eric Dong1-0/+30
2017-08-16UefiCpuPkg: Add comments for PCDs definition.Eric Dong1-2/+26
2017-08-15UefiCpuPkg MpInitLib: Save/restore original WakeupBuffer for DxeMpLibStar Zeng4-168/+109
2017-08-07UefiCpuPkg MtrrLib: Remove deprecated micro.Eric Dong1-27/+0
2017-08-07UefiCpuPkg CpuDxe: Remove reference deprecated macro.Eric Dong2-11/+12
2017-08-07UefiCpuPkg CpuDxe: Enhance get mtrr mask logic.Eric Dong1-7/+6
2017-08-04UefiCpuPkg: Enable Processor Trace feature.Eric Dong4-1/+543
2017-08-04UefiCpuPkg: Add Processor Trace feature definition.Eric Dong1-0/+1
2017-08-04UefiCpuPkg: Add Pcds used by processor trace feature.Eric Dong1-0/+8
2017-08-04UefiCpuPkg/Msr: Add a missing IvyBridge processor signatureHao Wu1-1/+2
2017-08-04UefiCpuPkg PiSmmCpuDxeSmm: Check LMCE capability when wait for AP.Eric Dong1-1/+56
2017-08-04UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.Eric Dong4-0/+158
2017-08-04UefiCpuPkg: Add definition for LMCE feature.Eric Dong1-0/+1
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-25/+0
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