1. 14e4ca2 UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit by Michael Kinney · 9 years ago
  2. a0fa23a UefiCpuPkg: Add CPU Hot Plug Data include file by Michael Kinney · 9 years ago
  3. 1c27f92 UefiCpuPkg: Add ACPI CPU Data include file by Michael Kinney · 9 years ago
  4. 70de765 UefiCpuPkg: Add SMRAM Save State include file by Michael Kinney · 9 years ago
  5. 9f1fc50 UefiCpuPkg: Add SMM CPU Service Protocol by Michael Kinney · 9 years ago
  6. 2b63446 UefiCpuPkg: Add SmmCpuPlatformHookLib by Michael Kinney · 9 years ago
  7. a9764e6 UefiCpuPkg: Add SmmCpuFeaturesLib by Michael Kinney · 9 years ago
  8. a39d509 UefiCpuPkg: Add PlatformSecLib by Michael Kinney · 9 years ago
  9. 28a7ddf UefiCpuPkg: Add Cpuid.h include files for CPUID related defines by Michael Kinney · 9 years ago
  10. d32c7f6 UefiCpuPkg: Add some CPUID definitions by Jeff Fan · 9 years ago
  11. 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
  12. 6e3e4d7 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode. by Jeff Fan · 11 years ago
  13. a66e0c7 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local APIC library. by vanjeff · 12 years ago
  14. 91ec782 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library. by vanjeff · 13 years ago
  15. 5f867ad Add generic HPET Timer DXE Driver and support libraries by mdkinney · 13 years ago
  16. 2339442 Fix build break when doing 32-bit build with some certain C compiler option combinations. by rsun3 · 14 years ago
  17. b1b8c63 Add DisableLvtInterrupts() for the Local APIC library class. by rsun3 · 14 years ago
  18. 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
  19. 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
  20. 430fbbe Code refinement. by xli24 · 14 years ago
  21. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  22. ed8dfd7 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  23. 947a573 Add Checking for MTRR existence. by xli24 · 15 years ago
  24. 3ba736f Revert incompatible change: by jyao1 · 15 years ago
  25. 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
  26. 759f21f Remove unused structure by mdkinney · 15 years ago
  27. 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
  28. e50466d Add MTRR library for IA32 & X64 processor architectures. by jljusten · 16 years ago