summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2017-01-17UefiCpuPkg: Modify CpuIoPei to support new IoLib libraryLeo Duran1-0/+52
2017-01-17UefiCpuPkg: Modify CpuIo2Dxe to use new IoLib libraryLeo Duran7-717/+10
2017-01-16UefiCpuPkg/MpInitLib: Add missing point markJeff Fan1-1/+1
2016-12-30UefiCpuPkg/MpInitLib: Set initialize value of TimerPeriodJeff Fan1-0/+1
2016-12-28UefiCpuPkg/MpInitLib: Set new AP to idle state after switching BSPJeff Fan1-0/+2
2016-12-28UefiCpuPkg/MpInitLib: Disable and restore system timer interruptJeff Fan2-1/+33
2016-12-28UefiCpuPkg/MpInitLib: Swap local APIC timer interrupt stateJeff Fan1-0/+9
2016-12-28UefiCpuPkg/MpInitLib: Move save/restore interrupt to SwitchBSPWorker()Jeff Fan2-19/+21
2016-12-28UefiCpuPkg/MpInitLib: Sync BSP's local APIC timer settings to APsJeff Fan2-1/+60
2016-12-28UefiCpuPkg/DxeMpInitLib: Support source debugging on AP functionJeff Fan5-0/+43
2016-12-28UefiCpuPkg/MicrocodeUpdate: Add MP support.Jiewen Yao4-161/+476
2016-12-28UefiCpuPkg/MicrocodeUpdate: enhance flash write logicJiewen Yao3-316/+492
2016-12-21UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issuesDandan Bi3-3/+3
2016-12-21UefiCpuPkg: Add Pcd info to uni fileDandan Bi1-0/+8
2016-12-20UefiCpuPkg/PiSmmCpuDxeSmm: Add check to avoid NULL ptr dereferenceHao Wu1-0/+8
2016-12-20UefiCpuPkg/ArchitecturalMsr.h: Remove non-Ascii charactersHao Wu1-1/+1
2016-12-19UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection.Jiewen Yao5-12/+324
2016-12-19UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instanceMichael Kinney18-0/+4464
2016-12-19UefiCpuPkg/SmmCpuFeaturesLib: Split into two filesMichael Kinney3-62/+107
2016-12-19UefiCpuPkg: Add STM GUIDs, Protocols, and PCDsMichael Kinney6-0/+1443
2016-12-19UefiCpuPkg/Include: Update MSEG structure commentsMichael Kinney1-3/+22
2016-12-16UefiCpuPkg/Cpuid.h: Update CPUID definitions with SDM (Sep.2016)Hao Wu2-153/+325
2016-12-16UefiCpuPkg/Include: Add Goldmont MSR header file with SDM (Sep.2016)Hao Wu2-1/+2517
2016-12-16UefiCpuPkg/Include: Update Skylake MSR header file with SDM (Sep.2016)Hao Wu1-20/+1169
2016-12-16UefiCpuPkg/Include: Update MSR header files with SDM (Sep.2016)Hao Wu19-2656/+1312
2016-12-16UefiCpuPkg/PiSmmCpuDxeSmm: Fix .S & .asm build failureFeng Tian4-3/+4
2016-12-14UefiCpuPkg/Capsule: Fix coding style issuesDandan Bi2-0/+2
2016-12-14UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF fileDandan Bi1-2/+3
2016-12-14UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTableDandan Bi1-0/+8
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi8-23/+24
2016-12-06UefiCpuPkg/PiSmmCpuDxeSmm: Remove MTRR field from PSDMichael Kinney6-12/+6
2016-12-06UefiCpuPkg/PiSmmCpuDxeSmm: Always initialze PSDMichael Kinney1-8/+8
2016-12-07UefiCpuPkg/PiSmmCpu: Fixed #double fault on #page fault.Jiewen Yao4-49/+171
2016-12-01UefiCpuPkg/Include: Add VMX MSR register structuresMichael Kinney1-5/+219
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Remove PSD layout assumptionsMichael Kinney8-47/+60
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Remove MTRRs from PSD structureMichael Kinney2-15/+5
2016-12-01UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectorsJeff Fan2-4/+2
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()Jeff Fan4-24/+35
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()Jeff Fan4-29/+39
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Clear some semaphores on S3 boot pathJeff Fan1-0/+3
2016-11-30UefiCpuPkg/MicrocodeUpdate: Fix GetImage APIJiewen Yao1-0/+10
2016-11-30UefiCpuPkg/PiSmmCpu: relax superpage protection on page split.Jiewen Yao1-2/+2
2016-11-29UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startupLaszlo Ersek1-1/+72
2016-11-28UefiCpuPkg/PiSmmCpuDxeSmm: handle dynamic PcdCpuMaxLogicalProcessorNumberLaszlo Ersek2-10/+10
2016-11-28UefiCpuPkg/DxeMpLib: Remove unnecessary ret instructionJeff Fan2-2/+0
2016-11-28UefiCpuPkg/DxeMpLib: Fix bug when getting target C-State from eaxJeff Fan1-1/+1
2016-11-28UefiCpuPkg/DxeMpLib: Make sure APs in safe loop codeJeff Fan4-4/+15
2016-11-28UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GBJeff Fan4-7/+31
2016-11-28UefiCpuPkg/DxeMpLib: Get safe AP loop handler from global variableJeff Fan1-2/+2
2016-11-24UefiCpuPkg/PiSmmCpu: Correct exception message.Jiewen Yao3-7/+77