Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/sos-5.x
/
UefiCpuPkg
/
Include
14e4ca2
UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit
by Michael Kinney
· 9 years ago
a0fa23a
UefiCpuPkg: Add CPU Hot Plug Data include file
by Michael Kinney
· 9 years ago
1c27f92
UefiCpuPkg: Add ACPI CPU Data include file
by Michael Kinney
· 9 years ago
70de765
UefiCpuPkg: Add SMRAM Save State include file
by Michael Kinney
· 9 years ago
9f1fc50
UefiCpuPkg: Add SMM CPU Service Protocol
by Michael Kinney
· 9 years ago
2b63446
UefiCpuPkg: Add SmmCpuPlatformHookLib
by Michael Kinney
· 9 years ago
a9764e6
UefiCpuPkg: Add SmmCpuFeaturesLib
by Michael Kinney
· 9 years ago
a39d509
UefiCpuPkg: Add PlatformSecLib
by Michael Kinney
· 9 years ago
28a7ddf
UefiCpuPkg: Add Cpuid.h include files for CPUID related defines
by Michael Kinney
· 9 years ago
d32c7f6
UefiCpuPkg: Add some CPUID definitions
by Jeff Fan
· 9 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
· 10 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
91ec782
1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.
by vanjeff
· 13 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
430fbbe
Code refinement.
by xli24
· 14 years ago
01a1c0f
Update the copyright notice format
by hhtian
· 15 years ago
ed8dfd7
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.
by geekboy15a
· 15 years ago
947a573
Add Checking for MTRR existence.
by xli24
· 15 years ago
3ba736f
Revert incompatible change:
by jyao1
· 15 years ago
3b9be41
Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR enabled, and 10 in latest Corei7.
by jyao1
· 15 years ago
759f21f
Remove unused structure
by mdkinney
· 15 years ago
989322c
Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of BaseUefiCpuLib. The major purpose of this library class / instance is to provide some routines that are generic for IA32 family CPU
by qhuang8
· 15 years ago
e50466d
Add MTRR library for IA32 & X64 processor architectures.
by jljusten
· 16 years ago