summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/BaseXApic[X2]ApicLib: Implements AMD extended cpu topologyAbdul Lateef Attar2024-01-311-1/+125
* UefiCpuPkg/BaseXApicLib: Fix CPUID_V2_EXTENDED_TOPOLOGY detectionWu, Jiaxin2023-12-081-5/+16
* UefiCpuPkg: Add SendStartupIpiAllExcludingSelfYuanhao Xie2023-08-141-13/+30
* UefiCpuPkg: Remove UefiCpuLib from module INFs.Yu Pu2023-03-101-1/+0
* UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib.Yu Pu2022-05-061-0/+1
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-071-135/+149
* UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2021-12-071-2/+2
* UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett2020-07-071-23/+2
* 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-091-7/+1
* UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni2019-04-081-1/+124
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-281-32/+32
* 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-14/+15
* 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-0/+9
* MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2015-04-271-9/+57
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-111-0/+32
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-101-3/+3
* 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2013-09-161-5/+28
* 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2012-08-231-4/+49
* Add generic HPET Timer DXE Driver and support librariesmdkinney2011-09-021-1/+78
* 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-231-0/+574