summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-112-1/+72
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-104-8/+13
* Fixed typos: hanlder should be handler.Chen Fan2014-07-093-3/+3
* Fix the potential address overflow issue when checking PE signature. Jeff Fan2014-06-301-8/+13
* Fix CRLF formatTian, Hot2014-01-222-59/+59
* Fix bug when reserve stack space to fill exception context.Jeff Fan2014-01-102-8/+8
* MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2014-01-072-10/+11
* 1. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan2013-12-201-2/+2
* Fix meta file issue.Jeff Fan2013-12-131-1/+1
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-113-6/+6
* Fix comments format issue.Jeff Fan2013-12-067-8/+8
* Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan2013-11-301-1/+1
* Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan2013-11-291-1/+1
* UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek2013-11-291-4/+10
* Cleanup unused ReportStatusCodeLib reference.Jeff Fan2013-11-264-4/+0
* 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan2013-11-2217-514/+1864
* 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2013-09-162-8/+48
* Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan2013-08-271-15/+38
* Fix build issue on DDK3790 tool chain.vanjeff2013-02-051-2/+2
* Add missing parameter in functions header.vanjeff2012-10-101-3/+3
* Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff2012-09-271-39/+50
* 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2012-08-234-19/+105
* UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32012-07-052-7/+7
* Remove CPU dead loop code from IA32 assembly codes.vanjeff2012-05-312-14/+0
* UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun32012-04-111-11/+27
* Fix doxgen format issue.vanjeff2012-03-194-8/+14
* Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff2012-03-1512-0/+2595
* UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun32011-11-251-10/+0
* 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff2011-10-281-7/+11
* Update Base type SecPeiDxeTimerLibUefiCpu to support all module type.lgao42011-10-271-3/+6
* UefiCpuPkg MTRR Library: enhance MTRR Library.rsun32011-09-201-4/+12
* Enhance the MTRR lib to support the case where alignment of base address < le...rsun32011-09-131-91/+126
* Add generic HPET Timer DXE Driver and support librariesmdkinney2011-09-022-2/+156
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-252-2/+90
* Remove extra {} inside DEBUG_CODE() macromdkinney2011-01-111-120/+118
* Fix 32-bit build breakmdkinney2011-01-071-1/+1
* Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2011-01-061-39/+168
* Lost a file in last check-in.rsun32010-11-291-0/+172
* Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun32010-11-292-0/+258
* Fix build break when doing 32-bit build with some certain C compiler option c...rsun32010-10-281-1/+1
* Add DisableLvtInterrupts() for the Local APIC library class.rsun32010-08-272-0/+44
* Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun32010-08-262-50/+212
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-234-0/+1324
* Add boundary check against variable MTRR count.xli242010-08-101-1/+6
* Code refinement.xli242010-07-131-7/+4
* Update the copyright notice formathhtian2010-04-247-14/+14
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+2
* Add Checking for MTRR existence.xli242010-03-101-1/+88
* Add array index check to avoid potential buffer overflow.xli242010-03-041-0/+6
* 1. Correct File header to ## @filelgao42010-02-232-5/+5