summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2016-10-18UefiCpuPkg/Cpuid: Remove wrong while-loop check after for-loopJeff Fan2-4/+2
2016-09-21UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIsJeff Fan1-0/+2
2016-09-21UefiCpuPkg/SecCore: Fix comment typoJeff Fan1-6/+6
2016-09-14UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPIJeff Fan4-1/+146
2016-09-14UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob()Jeff Fan1-20/+61
2016-09-14UefiCpuPkg/SecCore: Add SecBist.cJeff Fan4-2/+152
2016-09-14UefiCpuPkg/CpuMpPei: Build GUIDed-HOB to store all CPU BIST DataJeff Fan3-23/+46
2016-09-14UefiCpuPkg/CpuMpPei: Fix BistData ouput errorJeff Fan1-1/+1
2016-09-14UefiCpuPkg/CpuMpPei: Add parameter BistInformationSizeJeff Fan1-3/+10
2016-09-14UefiCpuPkg/CpuDxe: Fix duplicated status code reportJeff Fan1-14/+15
2016-09-08UefiCpuPkg/XeonPhiMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+51
2016-09-08UefiCpuPkg/XeonE7Msr.h: add MSR reference from SDM in commentJeff Fan1-0/+31
2016-09-08UefiCpuPkg/XeonDMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+106
2016-09-08UefiCpuPkg/Xeon5600Msr.h: add MSR reference from SDM in commentJeff Fan1-0/+4
2016-09-08UefiCpuPkg/SkylakeMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+83
2016-09-08UefiCpuPkg/SilvermontMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+57
2016-09-08UefiCpuPkg/SandyBridgeMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+271
2016-09-08UefiCpuPkg/PentiumMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+6
2016-09-08UefiCpuPkg/PentiumMMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+25
2016-09-08UefiCpuPkg/Pentium4Msr.h: add MSR reference from SDM in commentJeff Fan1-0/+167
2016-09-08UefiCpuPkg/P6Msr.h: add MSR reference from SDM in commentJeff Fan1-0/+83
2016-09-08UefiCpuPkg/NehalemMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+465
2016-09-08UefiCpuPkg/IvyBridgeMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+218
2016-09-08UefiCpuPkg/HaswellMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+58
2016-09-08UefiCpuPkg/HaswellEMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+360
2016-09-08UefiCpuPkg/CoreMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+58
2016-09-08UefiCpuPkg/Core2Msr.h: add MSR reference from SDM in commentJeff Fan1-0/+52
2016-09-08UefiCpuPkg/BroadwellMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+3
2016-09-08UefiCpuPkg/AtomMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+37
2016-09-08UefiCpuPkg/ArchitecturalMsr.h: add MSR reference from SDM in commentJeff Fan1-0/+352
2016-09-01UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdAcpiS3Enable to control the codeStar Zeng4-0/+37
2016-09-01UefiCpuPkg/PiSmmCpuDxeSmm: Move S3 related code to CpuS3.cStar Zeng3-341/+398
2016-09-01UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2-0/+7
2016-08-25UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot ServiceJeff Fan1-29/+39
2016-08-25UefiCpuPkg/MpInitLib: Move two functions locationJeff Fan3-39/+59
2016-08-25UefiCpuPkg/MpInitLib: Fix function header comments typoJeff Fan4-5/+5
2016-08-25UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlagJeff Fan3-5/+5
2016-08-25UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop codeJeff Fan1-11/+15
2016-08-25UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp()Jeff Fan1-5/+6
2016-08-19UefiCpuPkg/PiSmmCpuDxeSmm: Revert 7503cd70fb86Jeff Fan1-2/+2
2016-08-19UefiCpuPkg/MpInitLib: MicrocodeData used but maybe uninitializedJeff Fan1-0/+2
2016-08-17UefiCpuPkg/PiSmmCpuDxeSmm: Add gEfiVariableArchProtocolGuid dependencyJeff Fan1-2/+2
2016-08-17UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan1-18/+18
2016-08-17UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan2-16/+5
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan9-1359/+1
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2-16/+15
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan8-815/+77
2016-08-17UefiCpuPkg/CpuMpPei: Delete PeiMpServices.c and PeiMpServices.hJeff Fan5-766/+727
2016-08-17UefiCpuPkg/CpuMpPei: Remove unused files and codesJeff Fan13-2669/+0
2016-08-17UefiCpuPkg/CpuMpPei: Consume MpInitLib to produce CPU MP PPI servicesJeff Fan6-491/+113