summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
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
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