summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)Author
2016-02-25UefiCpuPkg/PiSmmCpuDxeSmm: Enable/Restore XD in SMMMichael Kinney
2016-02-25UefiCpuPkg/PiSmmCpuDxeSmm: Add EFIAPI to CheckFeatureSupported()Michael Kinney
2016-02-25UefiCpuPkg: Add NOOPT target in UefiCpuPkg.dscHao Wu
2016-02-25UefiCpuPkg: Add the missing module uni for CpuS3DataDxeLiming Gao
2016-02-25UefiCpuPkg/PiSmmCpuDxeSmm: Initialize gSmst fields on S3 resumeMichael Kinney
2016-02-25UefiCpuPkg/PiSmmCpuDxeSmm: Fix failure when PcdCpuSmmDebug is TRUEMichael Kinney
2016-02-25UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen
2016-02-25UefiCpuPkg/CpuS3DataDxe: Add more detailed description on GUID in INFJeff Fan
2016-02-25UefiCpuPkg/PiSmmCpu: Always set WP in CR0Yao, Jiewen
2016-02-25UefiCpuPkg/PiSmmCpu: Always set RW+P bit for page table by defaultYao, Jiewen
2016-02-25UefiCpuPkg/PiSmmCpu: Update function call for 2 new APIs.Yao, Jiewen
2016-02-25UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.Yao, Jiewen
2016-02-25UefiCpuPkg/PiSmmCpu: Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen
2016-02-24Allocate Tile size based on Page.Yao, Jiewen
2016-02-24UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3Michael Kinney
2016-02-24UefiCpuPkg/Include: Expand description of AcpiCpuData.h structuresMichael Kinney
2016-02-24Move SmmDebug feature from ASM to C.Yao, Jiewen
2016-02-24Move RestoreSmmConfigurationInS3 function to PerformPreTasks().Yao, Jiewen
2016-02-24Eliminate EFI_IMAGE_MACHINE_TYPE_SUPPORTED.Yao, Jiewen
2016-02-24Correct TSS segment.Yao, Jiewen
2016-02-24UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen
2016-02-24UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu
2016-02-24UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu
2015-12-24UefiCpuPkg/PiSmmCpuDxeSmm: Correct CPUID leaf used to detect SMM modeMichael Kinney
2015-12-18UefiCpuPkg/CpuMpPei: Remove un-used AsmCliHltLoop()Jeff Fan
2015-12-18UefiCpuPkg/CpuMpPei: Wake up APs by proper methodJeff Fan
2015-12-18UefiCpuPkg/CpuMpPei: Place APs in proper loop mode after AP executionJeff Fan
2015-12-18UefiCpuPkg/CpuMpPei: Prepare for monitor bufferJeff Fan
2015-12-18UefiCpuPkg/CpuMpPei: Add GetApLoopMode() to get AP loop modeJeff Fan
2015-12-18UefiCpuPkg: Add PCD PcdCpuApTargetCstateJeff Fan
2015-12-18UefiCpuPkg: Add PCD PcdCpuApLoopModeJeff Fan
2015-12-18UefiCpuPkg/CpuMpPei: Fix pack(1) issue on x64 archJeff Fan
2015-12-11UefiCpuPkg/UefiCpuPkg.uni: Fix one typoJeff Fan
2015-12-10UefiCpuPkg/MtrrLib:Initialize local variables before use themJeff Fan
2015-12-10UefiCpuPkg/UefiCpuPkg.uni: Add PcdCpuNumberOfReservedVariableMtrrsJeff Fan
2015-12-10UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()Michael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variableMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRsMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRsMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRsMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()Michael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs countMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Adjust functions orderMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()Michael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney
2015-12-10UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan
2015-12-08UefiCpuPkg/CpuMpPei: Add missing point at function headerJeff Fan
2015-12-02UefiCpuPkg/CpuMpPei: Fix typo and add some commentsJeff Fan
2015-12-02UefiCpuPkg/CpuMpPei: Save/Restore CRx/DRx register for APs waking upJeff Fan