summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2019-06-10UefiCpuPkg/MpInitLib: Decrease NumApsExecuting only for ApInitConfigRay Ni1-2/+3
2019-06-10UefiCpuPkg/MpInitLib: increase NumApsExecuting only for ApInitConfigRay Ni1-7/+7
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Reduce to set MSR_IA32_CLOCK_MODULATIONStar Zeng3-26/+78
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Fix ASSERT if LMCE is supportedStar Zeng2-2/+2
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTraceStar Zeng1-32/+30
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginningStar Zeng1-21/+21
2019-05-18UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation checkStar Zeng1-9/+3
2019-05-13UefiCpuPkg: Remove double \rJoe Richey1-1/+1
2019-04-30UefiCpuPkg/MpInitLibUp: Add uniprocessor MpInitLibMichael D Kinney3-0/+458
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney96-670/+100
2019-04-08UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni2-2/+248
2019-04-04UefiCpuPkg/RegisterCpuFeaturesLib: Correct comments.Eric Dong1-2/+2
2019-04-04UefiCpuPkg/RegisterCpuFeaturesLib: Simplify PcdCpuFeaturesSupport.Eric Dong3-32/+22
2019-04-04UefiCpuPkg/RegisterCpuFeaturesLib: Optimize PCDEric Dong4-66/+24
2019-04-04UefiCpuPkg/RegisterCpuFeaturesLib: Remove useless functions.Eric Dong1-51/+1
2019-04-04UefiCpuPkg/MpInitLib: Fix MemTest86 failure.Eric Dong1-11/+15
2019-04-03UefiCpuPkg/CpuExceptionHandlerLib:Remove.S files for IA32 and X64 archShenglei Zhang6-1109/+0
2019-04-03UefiCpuPkg/BaseUefiCpuLib: Remove .S files for IA32 and X64 archShenglei Zhang3-132/+0
2019-04-03UefiCpuPkg/SmmCpuFeaturesLib: Remove .S files for IA32 and X64 archShenglei Zhang5-918/+0
2019-03-18UefiCpuPkg/CpuCommonFeaturesLib: Aesni.c uses BIT0 and BIT1 reversedlyStar Zeng1-2/+2
2019-03-06UefiCpuPkg/Microcode.c: Add verification before calculate CheckSum32Chen A Chen1-11/+20
2019-03-01UefiCpuPkg/Microcode: Fix InComplete CheckSum32 issueChen A Chen1-18/+19
2019-03-01UefiCpuPkg: restore strict page attributes via #DB in nonstop mode onlyJian J Wang2-11/+0
2019-02-28UefiCpuPkg/ExceptionLib: Add CET support.Jiewen Yao4-8/+12
2019-02-21UefiCpuPkg/Microcode: Fix incorrect checksum issue for extended tableChen A Chen1-9/+73
2019-02-19UefiCpuPkg/MtrrLib: Fix a bug that may wrongly set memory <1MB to UCRuiyu Ni1-41/+18
2019-01-15UefiCpuPkg/RegisterCpuFeaturesLib: Replace AcquireSpinLock.Eric Dong1-2/+7
2019-01-14UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiService.Eric Dong4-78/+99
2019-01-14UefiCpuPkg/RegisterCpuFeaturesLib: Enhance debug message.Eric Dong1-6/+11
2019-01-02UefiCpuPkg: Merge StuffRsb.inc files into one in UefiCpuPkg/IncludeHao Wu6-114/+4
2018-12-21UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issueMike Maslenkin5-5/+5
2018-11-14UefiCpuPkg/CommonFeature: Always set FEATURE_CONTROL.Lockedk2-stable201811Ruiyu Ni1-10/+1
2018-11-11UefiCpuPkg/RegisterCpuFeaturesLib: Separate semaphore container.Eric Dong2-6/+10
2018-11-11UefiCpuPkg/RegisterCpuFeaturesLib: Adjust Order.Eric Dong3-20/+193
2018-11-07UefiCpuPkg/CommonFeature: Skip locking when the feature is disabledRuiyu Ni1-1/+10
2018-11-05UefiCpuPkg/MpInitLib: Rollback old change 2a5997f8.Dong, Eric2-4/+7
2018-10-31UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure.Eric Dong1-1/+1
2018-10-30UefiCpuPkg/MpInitLib: Fix ASSERT for success.Marvin H?user1-2/+1
2018-10-27UefiCpuPkg/RegisterCpuFeaturesLib: Fix GCC build failure.Dong, Eric2-2/+2
2018-10-26UefiCpuPkg/RegisterCpuFeaturesLib: Support combo CPU feature style.Eric Dong3-67/+45
2018-10-26UefiCpuPkg/RegisterCpuFeaturesLib: Fix ECC issues.Eric Dong2-12/+14
2018-10-26UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end.Eric Dong1-1/+1
2018-10-26UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure for VS2012 and GCC49.Eric Dong1-0/+1
2018-10-22UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info.Eric Dong12-0/+190
2018-10-22UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type.Eric Dong6-133/+939
2018-10-18UefiCpuPkg/CpuExceptionHandlerLib: always clear descriptor data in advanceJian J Wang2-0/+6
2018-09-29UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCDshenglei1-1/+0
2018-09-26UefiCpuPkg/MtrrLib: Revert "Skip MSR access when the pair is invalid"Ruiyu Ni1-16/+13
2018-09-10UefiCpuPkg/PeiCpuException: Fix coding style issueRuiyu Ni1-3/+3
2018-09-10UefiCpuPkg/MpInitLib: fix register restore issue in AP wakeupJian J Wang1-2/+6