summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/BaseXApicX2ApicLib
AgeCommit message (Expand)AuthorFilesLines
2020-07-07UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett2-23/+4
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray1-3/+3
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-21/+3
2019-04-08UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni1-1/+124
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao3-37/+37
2018-06-19UefiCpuPkg/LocalApicLib: Exclude second SendIpi sequence on AMD processors.Eric Dong1-4/+8
2017-09-05UefiCpuPkg: ApicLibLeo Duran1-47/+15
2017-06-26UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.Leo Duran1-32/+125
2016-11-23UefiCpuPkg/LocalApicLib: fix feature test for Extended Topology CPUID leafLaszlo Ersek1-2/+5
2016-11-02UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()Jeff Fan1-0/+1
2016-11-02UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()Jeff Fan1-1/+1
2016-11-01UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib libraryLeo Duran1-0/+146
2016-08-17UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitionsJeff Fan1-25/+26
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-10-30UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney1-4/+34
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney1-0/+1
2015-10-09UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu1-1/+10
2015-04-27MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE...Michael Kinney2-9/+67
2015-01-16Refine the format of PCD in INF files for UefiCpuPkg.Shumin Qiu1-2/+2
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming1-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming1-4/+5
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan1-1/+40
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2-4/+7
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan1-3/+20
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2-11/+55
2011-09-02Add generic HPET Timer DXE Driver and support librariesmdkinney1-1/+78
2010-10-28Fix build break when doing 32-bit build with some certain C compiler option c...rsun31-1/+1
2010-08-27Add DisableLvtInterrupts() for the Local APIC library class.rsun31-0/+22
2010-08-26Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun31-25/+106
2010-08-23Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32-0/+704