summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2016-01-19UefiCpuPkg: Add NOOPT target in UefiCpuPkg.dscHao Wu1-2/+2
2015-12-24UefiCpuPkg: Add the missing module uni for CpuS3DataDxeLiming Gao3-0/+64
2015-12-24UefiCpuPkg/PiSmmCpuDxeSmm: Initialize gSmst fields on S3 resumeMichael Kinney1-0/+9
2015-12-24UefiCpuPkg/PiSmmCpuDxeSmm: Correct CPUID leaf used to detect SMM modeMichael Kinney1-1/+6
2015-12-24UefiCpuPkg/PiSmmCpuDxeSmm: Fix failure when PcdCpuSmmDebug is TRUEMichael Kinney1-4/+4
2015-12-18UefiCpuPkg/CpuMpPei: Remove un-used AsmCliHltLoop()Jeff Fan5-34/+0
2015-12-18UefiCpuPkg/CpuMpPei: Wake up APs by proper methodJeff Fan4-12/+42
2015-12-18UefiCpuPkg/CpuMpPei: Place APs in proper loop mode after AP executionJeff Fan3-46/+106
2015-12-18UefiCpuPkg/CpuMpPei: Prepare for monitor bufferJeff Fan2-2/+26
2015-12-18UefiCpuPkg/CpuMpPei: Add GetApLoopMode() to get AP loop modeJeff Fan4-0/+57
2015-12-18UefiCpuPkg: Add PCD PcdCpuApTargetCstateJeff Fan2-0/+9
2015-12-18UefiCpuPkg: Add PCD PcdCpuApLoopModeJeff Fan2-0/+12
2015-12-18UefiCpuPkg/CpuMpPei: Fix pack(1) issue on x64 archJeff Fan1-1/+3
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen39-0/+0
2015-12-11UefiCpuPkg/UefiCpuPkg.uni: Fix one typoJeff Fan1-0/+0
2015-12-10UefiCpuPkg/MtrrLib:Initialize local variables before use themJeff Fan1-1/+3
2015-12-10UefiCpuPkg/UefiCpuPkg.uni: Add PcdCpuNumberOfReservedVariableMtrrsJeff Fan1-0/+0
2015-12-08UefiCpuPkg/CpuMpPei: Add missing point at function headerJeff Fan1-2/+2
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney2-20/+151
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()Michael Kinney1-17/+43
2015-12-08UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variableMichael Kinney1-23/+83
2015-12-08UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRsMichael Kinney1-0/+6
2015-12-08UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRsMichael Kinney1-43/+55
2015-12-08UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRsMichael Kinney1-20/+70
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()Michael Kinney1-39/+82
2015-12-08UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs countMichael Kinney1-25/+51
2015-12-08UefiCpuPkg/MtrrLib: Adjust functions orderMichael Kinney1-341/+339
2015-12-08UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()Michael Kinney1-31/+108
2015-12-08UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney2-111/+121
2015-12-08UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan4-4/+15
2015-12-03UefiCpuPkg/CpuS3DataDxe: Add more detailed description on GUID in INFJeff Fan1-1/+1
2015-12-02UefiCpuPkg/CpuMpPei: Fix typo and add some commentsJeff Fan1-2/+5
2015-12-02UefiCpuPkg/CpuMpPei: Save/Restore CRx/DRx register for APs waking upJeff Fan1-0/+10
2015-12-02UefiCpuPkg/CpuMpPei: Sync BSP's CRx to APs when initializationJeff Fan1-0/+5
2015-12-02UefiCpuPkg/CpuMpPei: Set AP state to CpuStateIdle after initializationJeff Fan1-4/+6
2015-12-02UefiCpuPkg/CpuMpPei: Add CPU_VOLATILE_REGISTERS & worker functionsJeff Fan2-0/+80
2015-12-02UefiCpuPkg/CpuMpPei: Exchange whole CPU data in SortApicId()Jeff Fan1-6/+8
2015-11-30UefiCpuPkg/PiSmmCpu: Always set WP in CR0Yao, Jiewen4-4/+4
2015-11-30UefiCpuPkg/PiSmmCpu: Always set RW+P bit for page table by defaultYao, Jiewen7-26/+39
2015-11-27UefiCpuPkg/PiSmmCpu: Update function call for 2 new APIs.Yao, Jiewen4-5/+59
2015-11-27UefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in SmmCpuFeaturesLib.Yao, Jiewen1-0/+41
2015-11-27UefiCpuPkg/PiSmmCpu: Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen1-0/+35
2015-11-27Revert "Add 2 APIs in SmmCpuFeaturesLib."Laszlo Ersek6-135/+5
2015-11-27Revert "Always set WP in CR0."Laszlo Ersek9-28/+24
2015-11-26Always set WP in CR0.Yao, Jiewen9-24/+28
2015-11-26Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen6-5/+135
2015-11-26Allocate Tile size based on Page.Yao, Jiewen1-4/+13
2015-11-25UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3Michael Kinney3-0/+336
2015-11-25UefiCpuPkg/Include: Expand description of AcpiCpuData.h structuresMichael Kinney1-13/+102
2015-11-25Move SmmDebug feature from ASM to C.Yao, Jiewen5-123/+114