Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
14e4ca25c6199fa29bda7066f31d919197840664
/
UefiCpuPkg
/
Library
/
BaseXApicX2ApicLib
/
BaseXApicX2ApicLib.c
14e4ca2
UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit
by Michael Kinney
· 9 years ago
28a7ddf
UefiCpuPkg: Add Cpuid.h include files for CPUID related defines
by Michael Kinney
· 9 years ago
6d72ff7
UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabled
by Hao Wu
· 9 years ago
e9cd66d
MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESS
by Michael Kinney
· 10 years ago
9c71e1e
1. Save/restore ICR high 32bit value and check Delivery Status before sending IPI. It could be fix the interrupted issue between ICR high/low writes by SMI handler.
by Jeff Fan
· 11 years ago
cf1eb6e
Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value after sending out INIT IPI instead of hard code 10 MicroSeconds.
by Jeff Fan
· 11 years ago
6e3e4d7
1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.
by Jeff Fan
· 11 years ago
a66e0c7
1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local APIC library.
by vanjeff
· 12 years ago
5f867ad
Add generic HPET Timer DXE Driver and support libraries
by mdkinney
· 13 years ago
2339442
Fix build break when doing 32-bit build with some certain C compiler option combinations.
by rsun3
· 14 years ago
b1b8c63
Add DisableLvtInterrupts() for the Local APIC library class.
by rsun3
· 14 years ago
ae40aef
Improve Local APIC library class. Add new library APIs: GetApicVersion(), SendFixedIpi(), SendFixedIpiAllExcludingSelf(), GetApicTimerState(). Remove GetApicTimerDivisor (), its functionality can be covered by GetApicTimerState().
by rsun3
· 14 years ago
bf73cc4
Add Local APIC Library class defining APIs for common Local APIC operations. Add two Local APIC library instances, one is for xAPIC mode only, the other is for x2APIC capable processors which have xAPIC and x2APIC modes.
by rsun3
· 14 years ago