summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-12-11UefiCpuPkg/MtrrLib: Correct debug messageRuiyu Ni1-1/+1
2017-12-08UefiCpuPkg/MpLib: Add GDTR, IDTR and TR in saved AP dataJian J Wang2-0/+20
2017-12-08UefiCpuPkg/CpuExceptionHandlerLib: Add stack switch supportJian J Wang14-3/+984
2017-12-08UefiCpuPkg: SmmCpuFeaturesLib Add the missing ASM_PFX in nasm codeLiming Gao1-3/+3
2017-11-02UefiCpuPkg/MpInitLib:Make function comments align with functionDandan Bi1-1/+1
2017-10-27UefiCpuPkg/MpInitLib: Keep compatible with former AP counting solution.Eric Dong1-8/+13
2017-10-24UefiCpuPkg/MpInitLib: Enhance waiting for AP initialization logic.Eric Dong6-7/+30
2017-10-24UefiCpuPkg/MpInitLib: Change AP Index variable name.Eric Dong6-10/+10
2017-10-24UefiCpuPkg/MtrrLib: Make comments align with functionDandan Bi1-1/+1
2017-10-23UefiCpuPkg/MtrrLib: Use SetMem instead of SetMem64 to fix hangRuiyu Ni1-2/+2
2017-10-20UefiCpuPkg/MtrrLib: Fix bug that may incorrectly set <1MB attributeRuiyu Ni1-4/+15
2017-10-20UefiCpuPkg/MpInitLib: Avoid call PcdGet* in Ap & Bsp.Eric Dong3-8/+8
2017-10-17UefiCpuPkg/MtrrLib: Fix MtrrDebugPrintAllMtrrsWorker to avoid hangRuiyu Ni1-3/+6
2017-10-16UefiCpuPkg/MtrrLib: Skip Base MSR access when the pair is invalidRuiyu Ni1-13/+16
2017-10-16UefiCpuPkg/MtrrLib: Update algorithm to calculate optimal settingsRuiyu Ni1-983/+1392
2017-10-16UefiCpuPkg/MtrrLib: Optimize MtrrLibLeastAlignment()Ruiyu Ni1-12/+13
2017-10-16UefiCpuPkg/MtrrLib: refine MtrrLibProgramFixedMtrr()Ruiyu Ni1-35/+31
2017-10-10UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code logicLiming Gao1-1/+1
2017-09-29UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine codeChris Ruffin4-29/+34
2017-09-27UefiCpuPkg/CpuCommonFeaturesLib: Add check for input parameter.Eric Dong2-0/+4
2017-09-05UefiCpuPkg/Lmce.c Remove useless file.Eric Dong1-97/+0
2017-09-05UefiCpuPkg: ApicLibLeo Duran2-94/+30
2017-08-31UefiCpuPkg/Mplib.c: Perform complete initialization when enable AP.Eric Dong1-1/+1
2017-08-30UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type castHao Wu1-1/+1
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same file.Eric Dong2-1/+81
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong1-0/+4
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/MpLib: fix potential overflow issue.Eric Dong1-10/+33
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-15UefiCpuPkg MpInitLib: Save/restore original WakeupBuffer for DxeMpLibStar Zeng4-168/+109
2017-08-04UefiCpuPkg: Enable Processor Trace feature.Eric Dong4-1/+543
2017-08-04UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.Eric Dong4-0/+158
2017-08-03UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().Marvin.Haeuser@outlook.com2-4/+4
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 CpuCommonFeaturesLib: Enable Ppin feature.Eric Dong4-0/+181
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-06-26UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.Leo Duran2-64/+250
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