summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/BaseXApicX2ApicLib
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett2020-07-072-23/+4
* UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2019-08-091-3/+3
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-093-21/+3
* UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni2019-04-081-1/+124
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-283-37/+37
* UefiCpuPkg/LocalApicLib: Exclude second SendIpi sequence on AMD processors.Eric Dong2018-06-191-4/+8
* UefiCpuPkg: ApicLibLeo Duran2017-09-051-47/+15
* UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.Leo Duran2017-06-261-32/+125
* UefiCpuPkg/LocalApicLib: fix feature test for Extended Topology CPUID leafLaszlo Ersek2016-11-231-2/+5
* UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()Jeff Fan2016-11-021-0/+1
* UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()Jeff Fan2016-11-021-1/+1
* UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib libraryLeo Duran2016-11-011-0/+146
* UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitionsJeff Fan2016-08-171-25/+26
* UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-301-4/+34
* UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2015-10-191-0/+1
* UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2015-10-091-1/+10
* MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2015-04-272-9/+67
* Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu2015-01-161-2/+2
* UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-4/+5
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-111-1/+40
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-102-4/+7
* 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2013-09-161-3/+20
* 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2012-08-232-11/+55
* Add generic HPET Timer DXE Driver and support librariesmdkinney2011-09-021-1/+78
* 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-271-0/+22
* Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun32010-08-261-25/+106
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-232-0/+704