summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-10-19UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney3-0/+148
2015-10-19UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney3-0/+601
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney3-0/+127
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2-0/+2
2015-10-09UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2-1/+19
2015-10-09UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu1-1/+5
2015-09-05UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan1-3/+3
2015-07-08UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan4-15/+77
2015-04-27UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSA...Michael Kinney5-12/+59
2015-04-27MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2-9/+67
2015-04-27MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2-11/+61
2015-01-16Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu3-6/+6
2014-12-17UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code cons...Jeff Fan1-6/+6
2014-11-06Remove un-used PPI reference.Jeff Fan1-3/+0
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-1/+1
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-6/+1
2014-09-09UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish7-264/+109
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming8-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming8-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming8-31/+30
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2-1/+72
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan4-8/+13
2014-07-09Fixed typos: hanlder should be handler.Chen Fan3-3/+3
2014-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan1-8/+13
2014-01-22Fix CRLF formatTian, Hot2-59/+59
2014-01-10Fix bug when reserve stack space to fill exception context.Jeff Fan2-8/+8
2014-01-07MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2-10/+11
2013-12-201. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan1-2/+2
2013-12-13Fix meta file issue.Jeff Fan1-1/+1
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao3-6/+6
2013-12-06Fix comments format issue.Jeff Fan7-8/+8
2013-11-30Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan1-1/+1
2013-11-29Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan1-1/+1
2013-11-29UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek1-4/+10
2013-11-26Cleanup unused ReportStatusCodeLib reference.Jeff Fan4-4/+0
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan17-514/+1864
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2-8/+48
2013-08-27Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan1-15/+38
2013-02-05Fix build issue on DDK3790 tool chain.vanjeff1-2/+2
2012-10-10Add missing parameter in functions header.vanjeff1-3/+3
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff1-39/+50
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff4-19/+105
2012-07-05UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32-7/+7
2012-05-31Remove CPU dead loop code from IA32 assembly codes.vanjeff2-14/+0
2012-04-11UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun31-11/+27
2012-03-19Fix doxgen format issue.vanjeff4-8/+14
2012-03-15Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff12-0/+2595
2011-11-25UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun31-10/+0
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff1-7/+11
2011-10-27Update Base type SecPeiDxeTimerLibUefiCpu to support all module type.lgao41-3/+6