summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg S3Resume2Pei: Report status code when allocate memory is failedStar Zeng2016-07-071-3/+15
* UefiCpuPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek2016-07-071-1/+1
* UefiCpuPkg/Cpuid.h: Display Intel SGX Resource Enumeration LeavesJeff Fan2016-07-071-0/+117
* UefiCpuPkg/Cpuid.h: Add CPUID defines and structures for Intel SGXJeff Fan2016-07-071-1/+280
* UefiCpuPkg/PiSmmCpuDxeSmm: Using MSRs semaphores in aligned bufferJeff Fan2016-07-062-6/+30
* UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for MSRs semaphoresJeff Fan2016-07-063-3/+20
* UefiCpuPkg/PiSmmCpuDxeSmm: Using CPU semaphores in aligned bufferJeff Fan2016-07-063-39/+49
* UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for each CPU semaphoresJeff Fan2016-07-062-1/+21
* UefiCpuPkg/PiSmmCpuDxeSmm: Using global semaphores in aligned bufferJeff Fan2016-07-065-45/+51
* UefiCpuPkg/PiSmmCpuDxeSmm: Move forward MP sync data initializationJeff Fan2016-07-061-9/+9
* UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for global semaphoresJeff Fan2016-07-062-0/+65
* UefiCpuPkg/CpuMpPei: Fix potential AP mwait wakeup issueJeff Fan2016-07-061-7/+35
* UefiCpuPkg/MtrrLib: remove unused but set variableArd Biesheuvel2016-06-291-2/+0
* UefiCpuPkg/Include: Add top level MSR include fileMichael Kinney2016-03-141-0/+48
* UefiCpuPkg/Include: Add Pentium MSR include fileMichael Kinney2016-03-141-0/+121
* UefiCpuPkg/Include: Add P6 MSR include fileMichael Kinney2016-03-141-0/+1608
* UefiCpuPkg/Include: Add Pentium M MSR include fileMichael Kinney2016-03-141-0/+643
* UefiCpuPkg/Include: Add Core Solo/Duo MSR include fileMichael Kinney2016-03-141-0/+1074
* UefiCpuPkg/Include: Add Pentium 4 MSR include fileMichael Kinney2016-03-141-0/+2550
* UefiCpuPkg/Include: Add Xeon Phi MSR include fileMichael Kinney2016-03-141-0/+1426
* UefiCpuPkg/Include: Add Skylake MSR include fileMichael Kinney2016-03-141-0/+1008
* UefiCpuPkg/Include: Add Xeon Processor D MSR include fileMichael Kinney2016-03-141-0/+1430
* UefiCpuPkg/Include: Add Broadwell MSR include fileMichael Kinney2016-03-141-0/+265
* UefiCpuPkg/Include: Add Haswell-E MSR include fileMichael Kinney2016-03-141-0/+5995
* UefiCpuPkg/Include: Add Haswell MSR include fileMichael Kinney2016-03-141-0/+2575
* UefiCpuPkg/Include: Add Ivy Bridge MSR include fileMichael Kinney2016-03-141-0/+2830
* UefiCpuPkg/Include: Add Sandy Bridge MSR include fileMichael Kinney2016-03-141-0/+4703
* UefiCpuPkg/Include: Add Xeon E7 MSR include fileMichael Kinney2016-03-141-0/+254
* UefiCpuPkg/Include: Add Xeon 5600 MSR include fileMichael Kinney2016-03-141-0/+182
* UefiCpuPkg/Include: Add Nehalem MSR include fileMichael Kinney2016-03-141-0/+7196
* UefiCpuPkg/Include: Add Silvermont MSR include fileMichael Kinney2016-03-141-0/+1468
* UefiCpuPkg/Include: Add Atom MSR include fileMichael Kinney2016-03-141-0/+878
* UefiCpuPkg/Include: Add Core 2 MSR include fileMichael Kinney2016-03-141-0/+1325
* UefiCpuPkg/Include: Add Architectural MSR include fileMichael Kinney2016-03-141-0/+5801
* UefiCpuPkg/Application/Cpuid: Remove unnecessary code checkJeff Fan2016-03-101-4/+0
* UefiCpuPkg/Application/Cpuid: Add check for gMaximumBasicFunctionJeff Fan2016-03-101-0/+4
* UefiCpuPkg: Add dynamic type for PcdCpuMaxLogicalProcessorNumberJeff Fan2016-03-041-5/+4
* UefiCpuPkg/Application/Cpuid: Change DisplayFamily/DisplayModel typeJeff Fan2016-03-031-2/+2
* UefiCpuPkg/Application/Cpuid: Remove unnecessary code checkJeff Fan2016-03-031-4/+0
* UefiCpuPkg/CpuMpPei: Load microcode if found newer revisionJeff Fan2016-03-031-8/+10
* UefiCpuPkg/Cpuid: Fix GCC build errorHao Wu2016-02-271-1/+1
* UefiCpuPkg/Cpuid: Add UEFI CPUID applicationMichael Kinney2016-02-265-0/+1450
* UefiCpuPkg/Cpuid.h: Add CPUID leaf/sub-leaf defines and structuresMichael Kinney2016-02-261-23/+3097
* UefiCpuPkg/PiSmmCpuDxeSmm: Enable/Restore XD in SMMMichael Kinney2016-02-252-3/+16
* UefiCpuPkg/PiSmmCpuDxeSmm: Add EFIAPI to CheckFeatureSupported()Michael Kinney2016-02-252-6/+12
* UefiCpuPkg: Add NOOPT target in UefiCpuPkg.dscHao Wu2016-02-251-2/+2
* UefiCpuPkg: Add the missing module uni for CpuS3DataDxeLiming Gao2016-02-253-0/+64
* UefiCpuPkg/PiSmmCpuDxeSmm: Initialize gSmst fields on S3 resumeMichael Kinney2016-02-251-0/+9
* UefiCpuPkg/PiSmmCpuDxeSmm: Fix failure when PcdCpuSmmDebug is TRUEMichael Kinney2016-02-251-4/+4
* UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2016-02-2539-0/+0