summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31UefiCpuPkg/BaseXApic[X2]ApicLib: Implements AMD extended cpu topologyAbdul Lateef Attar1-1/+125
2023-12-08UefiCpuPkg/BaseXApicLib: Fix CPUID_V2_EXTENDED_TOPOLOGY detectionWu, Jiaxin1-5/+16
2023-08-14UefiCpuPkg: Add SendStartupIpiAllExcludingSelfYuanhao Xie1-13/+30
2023-03-10UefiCpuPkg: Remove UefiCpuLib from module INFs.Yu Pu1-1/+0
2022-05-06UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib.Yu Pu1-0/+1
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-135/+149
2021-12-07UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2020-07-07UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett1-23/+2
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 Kinney1-7/+1
2019-04-08UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni1-1/+124
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao1-32/+32
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-14/+15
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-0/+9
2015-04-27MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney1-9/+57
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan1-0/+32
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan1-3/+3
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan1-5/+28
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff1-4/+49
2011-09-02Add generic HPET Timer DXE Driver and support librariesmdkinney1-1/+78
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. ...rsun31-0/+574