summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/CpuCommonFeaturesLib: Add check for input parameter.Eric Dong2017-09-272-0/+4
* UefiCpuPkg/Lmce.c Remove useless file.Eric Dong2017-09-051-97/+0
* UefiCpuPkg: ApicLibLeo Duran2017-09-052-94/+30
* UefiCpuPkg/Mplib.c: Perform complete initialization when enable AP.Eric Dong2017-08-311-1/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type castHao Wu2017-08-301-1/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same file.Eric Dong2017-08-282-1/+81
* UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong2017-08-281-0/+4
* UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.Eric Dong2017-08-281-9/+8
* UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value.Eric Dong2017-08-281-55/+61
* UefiCpuPkg/MpLib: fix potential overflow issue.Eric Dong2017-08-281-10/+33
* UefiCpuPkg RegisterCpuFeaturesLib: Fix buffer pointer error usage.Eric Dong2017-08-171-8/+8
* UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecessary library class.Eric Dong2017-08-161-5/+1
* UefiCpuPkg RegisterCpuFeaturesLib: Enhance debug messages.Eric Dong2017-08-161-4/+4
* UefiCpuPkg MpInitLib: Save/restore original WakeupBuffer for DxeMpLibStar Zeng2017-08-154-168/+109
* UefiCpuPkg: Enable Processor Trace feature.Eric Dong2017-08-044-1/+543
* UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.Eric Dong2017-08-044-0/+158
* UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().Marvin.Haeuser@outlook.com2017-08-032-4/+4
* UefiCpuPkg: Update RegisterCpuFeaturesLib to consume PcdGetSize with UINTNLiming Gao2017-07-262-5/+5
* UefiCpuPkg: Update RegisterCpuFeaturesLib module UNI to match itLiming Gao2017-07-263-7/+7
* UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.Eric Dong2017-07-204-0/+181
* UefiCpuPkg RegisterCpuFeaturesLib: Add error handling.Eric Dong2017-07-201-1/+8
* UefiCpuPkg CpuCommonFeaturesLib: Fix smx/vmx enable logic error.Eric Dong2017-07-123-117/+55
* UefiCpuPkg RegisterCpuFeaturesLib: Add error handling code.Eric Dong2017-07-121-1/+46
* UefiCpuPkg MpInitLib: Update return status to follow spec.Eric Dong2017-07-071-1/+1
* UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.Leo Duran2017-06-262-64/+250
* UefiCpuPkg/SmmCpuFeatureLib: Add more CPU ID for SmmFeatureControl.Jiewen Yao2017-06-151-1/+3
* UefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU number > 255Jeff Fan2017-05-271-1/+7
* UefiCpuPkg/MpInitLib: Check APIC mode change around AP functionJeff Fan2017-05-271-5/+19
* UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enableJeff Fan2017-05-273-10/+77
* UefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility issuesMichael Kinney2017-05-224-5/+9
* UefiCpuPkg/DxeMpInitLib.inf: Add missing SynchronizationLibJeff Fan2017-05-231-1/+2
* UefiCpuPkg: Use FINIT instead of hex valuesMichael Kinney2017-05-191-4/+1
* UefiCpuPkg/BaseUefiCpuLib: Use NASM read-only data section nameMichael Kinney2017-05-192-4/+4
* UefiCpuPkg/SmmCpuFeaturesLib: Correct print levelJeff Fan2017-05-111-4/+4
* UefiCpuPkg/SmmCpuFeaturesLib: Fix Ia32/SmiEntry.asm build issueJeff Fan2017-05-112-8/+13
* UefiCpuPkg/MtrrLib: Don't report OutOfResource when MTRR is enoughRuiyu Ni2017-05-081-1/+9
* PeCoffGetEntryPointLib: Fix spelling issueJeff Fan2017-04-261-1/+1
* UefiCpuPkg/MpLib.c: Set AP state after X2APIC mode enabledJeff Fan2017-04-261-0/+8
* UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan2017-04-261-0/+4
* UefiCpuPkg/MpInitLib: needn't to allocate AP reset vectorJeff Fan2017-04-263-119/+2
* UefiCpuPkg/MpInitLib: save/restore original contentsJeff Fan2017-04-261-12/+4
* UefiCpuPkg/MtrrLib: Avoid running unnecessary codeRuiyu Ni2017-04-181-16/+19
* UefiCpuPkg/CpuExceptionHandlerLib: Remove white space at first lineJeff Fan2017-04-071-1/+1
* UefiCpuPkg/CpuExceptionHandlerLib: Trim white space at end of lineJeff Fan2017-04-0721-152/+152
* UefiCpuPkg/CpuExceptionHandlerLib: Add DumpCpuContext() implementationJeff Fan2017-04-079-140/+125
* UefiCpuPkg/MpLib.c: Load microcode before mtrr sync per IA32 SDMJeff Fan2017-04-061-4/+4
* UefiCpuPkg/CpuFeatures: Change files format to DOSJeff Fan2017-04-0524-5123/+5123
* UefiCpuPkg/MtrrLib:Fix VS2012 build failureDandan Bi2017-04-051-0/+4
* UefiCpuPkg/MtrrLib: Fix GCC build failureRuiyu Ni2017-03-311-3/+11
* UefiCpuPkg/MtrrLib: All functions use definitions in Msr.hRuiyu Ni2017-03-311-22/+33