summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* Always set WP in CR0.Yao, Jiewen2015-11-269-24/+28
* Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen2015-11-266-5/+135
* Allocate Tile size based on Page.Yao, Jiewen2015-11-261-4/+13
* UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3Michael Kinney2015-11-253-0/+336
* UefiCpuPkg/Include: Expand description of AcpiCpuData.h structuresMichael Kinney2015-11-251-13/+102
* Move SmmDebug feature from ASM to C.Yao, Jiewen2015-11-255-123/+114
* Move RestoreSmmConfigurationInS3 function to PerformPreTasks().Yao, Jiewen2015-11-253-8/+33
* Eliminate EFI_IMAGE_MACHINE_TYPE_SUPPORTED.Yao, Jiewen2015-11-257-96/+186
* Correct TSS segment.Yao, Jiewen2015-11-254-12/+12
* UefiCpuPkg/CpuMpPei: Enable x2APIC mode on BSP/APsJeff Fan2015-11-251-0/+39
* UefiCpuPkg/CpuMpPei: Set X2APIC flag if one x2APIC ID larger than 254Jeff Fan2015-11-252-5/+18
* UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen2015-11-201-3/+3
* UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_ChkJeff Fan2015-11-201-14/+40
* UefiCpuPkg: Not touch SmmFeatureControl if Code_Access_Chk not SetJeff Fan2015-11-201-10/+3
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove Framework compatibilityMichael Kinney2015-11-053-56/+8
* UefiCpuPkg/PiSmmCpuDxeSmm: Shouldn't use gSmst->CurrentlyExecutingCpuJeff Fan2015-11-021-2/+2
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-303-9/+83
* UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney2015-10-302-40/+53
* UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL supportMichael Kinney2015-10-281-0/+29
* UefiCpuPkg: PiSmmCpuDxeSmm: Replace PcdSet## with PcdSet##SMichael Kinney2015-10-271-1/+2
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove unused references to SmmLibMichael Kinney2015-10-263-3/+0
* UefiCpuPkg: Add PiSmmCpuDxeSmm module to DSC fileMichael Kinney2015-10-191-6/+11
* UefiCpuPkg: Add PiSmmCpuDxeSmm module X64 filesMichael Kinney2015-10-1912-0/+3324
* UefiCpuPkg: Add PiSmmCpuDxeSmm module IA32 filesMichael Kinney2015-10-1912-0/+2901
* UefiCpuPkg: Add PiSmmCpuDxeSmm module no IA32/X64 filesMichael Kinney2015-10-1916-6/+7503
* UefiCpuPkg: Update DEC/DSC files for new includes and librariesMichael Kinney2015-10-192-3/+20
* UefiCpuPkg: Add CPU Hot Plug Data include fileMichael Kinney2015-10-191-0/+33
* UefiCpuPkg: Add ACPI CPU Data include fileMichael Kinney2015-10-191-0/+71
* UefiCpuPkg: Add SMRAM Save State include fileMichael Kinney2015-10-191-0/+190
* UefiCpuPkg: Add SMM CPU Service ProtocolMichael Kinney2015-10-191-0/+209
* UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney2015-10-194-0/+257
* UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney2015-10-194-0/+967
* UefiCpuPkg: Add SecCore module and supporting library class and PCDMichael Kinney2015-10-193-1/+16
* UefiCpuPkg: Add SecCore moduleMichael Kinney2015-10-198-0/+883
* UefiCpuPkg: Add PlatformSecLibMichael Kinney2015-10-194-0/+197
* UefiCpuPkg: Add SMM Communication PPI and Handler ModulesMichael Kinney2015-10-1910-0/+881
* UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2015-10-195-13/+54
* UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek2015-10-193-0/+71
* UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney2015-10-191-1/+59
* UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney2015-10-192-4/+5
* UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney2015-10-192-35/+48
* UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2015-10-092-1/+19
* UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-1/+5
* UefiCpuPkg/CpuMpPei: Fix wrong CpuData pointerJeff Fan2015-09-251-1/+2
* UefiCpuPkg/CpuMpPei: Add check on Processors number foundJeff Fan2015-09-251-0/+1
* UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan2015-09-051-3/+3
* UefiCpuPkg/CpuMpPei: Fix CPU Healthy issue in PeiGetProcessorInfo ()Jeff Fan2015-09-012-2/+5
* UefiCpuPkg/CpuMpPei: Check Function pointer in PeiStartupAllAPs ()Jeff Fan2015-09-011-0/+4
* UefiCpuPkg/CpuMpPei: Update the old/new BSP state in SwitchBsp()Jeff Fan2015-09-011-0/+10
* UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng2015-08-081-2/+133