summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2017-03-08UefiCpuPkg/PiSmmCpuDxeSmm: Refine casting result to bigger sizeHao Wu1-2/+2
2017-03-06UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran2-9/+26
2017-03-06UefiCpuPkg: Refine casting expression result to bigger sizeHao Wu5-13/+13
2017-03-01UefiCpuPkg/PiSmmCpuDxeSmm: Add support for PCD PcdPteMemoryEncryptionAddressO...Leo Duran9-125/+91
2017-03-01UefiCpuPkg/Universal/Acpi/S3Resume2Pei: Add support for PCD PcdPteMemoryEncry...Leo Duran2-4/+15
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan1-1/+9
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan2-7/+7
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan3-3/+25
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan1-0/+35
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan1-0/+148
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao4-61/+977
2017-02-22UefiCpuPkg/ExceptionHandlerAsm.S: Fix code length issue with GCC 5.4Jeff Fan1-2/+3
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