summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2017-04-01UefiCpuPkg/PiSmmCpuDxeSmm: Update saved SMM ranges check in SmmProfileJeff Fan1-6/+36
2017-04-01UefiCpuPkg/PiSmmCpuDxeSmm: Add IsInSmmRanges() to check SMM rangeJeff Fan1-5/+31
2017-04-01UefiCpuPkg/PiSmmCpuDxeSmm: Save SMM ranges info into global variablesJeff Fan2-21/+29
2017-03-31UefiCpuPkg/MtrrLib: Fix GCC build failureRuiyu Ni1-3/+11
2017-03-31UefiCpuPkg/MtrrLib: All functions use definitions in Msr.hRuiyu Ni1-22/+33
2017-03-31UefiCpuPkg/MtrrLib: Refine MtrrGetMemoryAttributeByAddressWorkerRuiyu Ni1-157/+80
2017-03-31UefiCpuPkg/MtrrLib: Use a better algorithm to calculate MTRRRuiyu Ni1-560/+906
2017-03-31UefiCpuPkg/MtrrLib: MtrrLibInitializeMtrrMask() uses definitions in CpuId.hRuiyu Ni1-11/+9
2017-03-31UefiCpuPkg/MtrrLib: Add MtrrLib prefix to several internal functionsRuiyu Ni1-15/+15
2017-03-31UefiCpuPkg/MtrrLib: Add MtrrLib prefix to ProgramFixedMtrrRuiyu Ni1-11/+11
2017-03-31UefiCpuPkg/MtrrLib: GetVariableMtrrCountWorker uses definitions in Msr.hRuiyu Ni1-4/+4
2017-03-31UefiCpuPkg/MtrrLib: IsMtrrSupported uses definitions in Msr.hRuiyu Ni1-9/+11
2017-03-31UefiCpuPkg/MtrrLib: Add CacheInvalid enum type to MtrrLib.hRuiyu Ni1-1/+2
2017-03-31UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABsRuiyu Ni2-10/+10
2017-03-28UefiCpuPkg/MpLib.c: Add checking CR0 PG bitJeff Fan1-14/+24
2017-03-28UefiCpuPkg: Add new PCDs PROMPT/HELP string in UNI fileJeff Fan2-6/+37
2017-03-28UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID valueJeff Fan1-1/+1
2017-03-28UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data commentsJeff Fan3-6/+6
2017-03-28UefiCpuPkg/RegisterCpuFeaturesLib: Remove static typeJeff Fan1-5/+5
2017-03-28UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issuesJeff Fan6-63/+67
2017-03-27UefiCpuPkg/RegisterCpuFeaturesLib: Add ASSERT on allocated memoryJeff Fan1-0/+6
2017-03-27UefiCpuPkg/AcpiCpuData.h: Support >4GB MMIO addressJeff Fan4-9/+12
2017-03-27UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64Jeff Fan2-6/+6
2017-03-23UefiCpuPkg/RegisterCpuFeaturesLib: Set CpuFeatureEntry initial valueJeff Fan1-0/+2
2017-03-23UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issueJeff Fan1-1/+1
2017-03-22UefiCpuPkg: Add CPU Features PEI/DXE driversJeff Fan10-0/+399
2017-03-22UefiCpuPkg: Add NULL CPU Common Features Library instanceJeff Fan17-0/+2611
2017-03-22UefiCpuPkg: Add PEI/DXE Register CPU Features Library instancesJeff Fan9-1/+2517
2017-03-22UefiCpuPkg/Include/Library: Add Register CPU Features LibraryJeff Fan2-0/+521
2017-03-22UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuidJeff Fan2-0/+29
2017-03-22UefiCpuPkg: Add GUID gEdkiiCpuFeaturesSetDoneGuidJeff Fan2-0/+29
2017-03-22UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDsJeff Fan1-1/+19
2017-03-22UefiCpuPkg/Msr: Add CPUID signature check MACROsJeff Fan20-20/+365
2017-03-22UefiCpuPkg/PiSmmCpuDxeSmm: Skip if AllocatedSize is 0Jeff Fan1-13/+17
2017-03-22UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddressJeff Fan1-21/+33
2017-03-22UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry typeJeff Fan3-11/+11
2017-03-17UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan1-6/+3
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