public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] Add LocalApicTimerDxe driver in UefiCpuPkg
@ 2024-01-15  8:03 Ni, Ray
  2024-01-15  8:03 ` [edk2-devel] [PATCH 1/6] UefiCpuPkg/LocalApicTimerDxe: Duplicate OvmfPkg/LocalApicTimerDxe driver Ni, Ray
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Ni, Ray @ 2024-01-15  8:03 UTC (permalink / raw)
  To: devel

Ray Ni (6):
  UefiCpuPkg/LocalApicTimerDxe: Duplicate OvmfPkg/LocalApicTimerDxe
    driver
  UefiCpuPkg/LocalApicTimerDxe: Remove NestedInterruptTplLib call
  UefiCpuPkg: Add LocalApicTimerDxe driver in DSC file
  UefiCpuPkg/LocalApicTimerDxe: Enhance Timer Frequency calculation
    logic
  UefiCpuPkg/LocalApicTimerDxe: warn if APIC Timer is used by other code
  UefiCpuPkg/LocalApicTimerDxe: Passing fixed timer period is not a bug.

 .../LocalApicTimerDxe/LocalApicTimerDxe.c     | 464 ++++++++++++++++++
 .../LocalApicTimerDxe/LocalApicTimerDxe.h     | 180 +++++++
 .../LocalApicTimerDxe/LocalApicTimerDxe.inf   |  42 ++
 UefiCpuPkg/UefiCpuPkg.dsc                     |   3 +-
 4 files changed, 688 insertions(+), 1 deletion(-)
 create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.c
 create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.h
 create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf

-- 
2.39.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113799): https://edk2.groups.io/g/devel/message/113799
Mute This Topic: https://groups.io/mt/103734960/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-01-22 10:15 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15  8:03 [edk2-devel] Add LocalApicTimerDxe driver in UefiCpuPkg Ni, Ray
2024-01-15  8:03 ` [edk2-devel] [PATCH 1/6] UefiCpuPkg/LocalApicTimerDxe: Duplicate OvmfPkg/LocalApicTimerDxe driver Ni, Ray
2024-01-15  8:59   ` Pedro Falcato
2024-01-15 18:10     ` Michael D Kinney
2024-01-16 10:02       ` Laszlo Ersek
2024-01-16 17:17         ` Michael D Kinney
2024-01-15 19:30     ` Laszlo Ersek
2024-01-16  8:47       ` Gerd Hoffmann
2024-01-16  9:48         ` Michael Brown
2024-01-16 14:34           ` Laszlo Ersek
2024-01-16 15:16             ` Michael Brown
2024-01-16 15:37               ` Laszlo Ersek
2024-01-17  7:11                 ` Ni, Ray
2024-01-17 10:46                   ` Michael Brown
2024-01-19 13:14                     ` Ni, Ray
2024-01-19 17:42                       ` Michael Brown
2024-01-19 23:44                         ` Ni, Ray
2024-01-20  0:49                           ` Michael Brown
2024-01-22 10:15                         ` Gerd Hoffmann
2024-01-15  8:03 ` [edk2-devel] [PATCH 2/6] UefiCpuPkg/LocalApicTimerDxe: Remove NestedInterruptTplLib call Ni, Ray
2024-01-15  8:03 ` [edk2-devel] [PATCH 3/6] UefiCpuPkg: Add LocalApicTimerDxe driver in DSC file Ni, Ray
2024-01-15  8:03 ` [edk2-devel] [PATCH 4/6] UefiCpuPkg/LocalApicTimerDxe: Enhance Timer Frequency calculation logic Ni, Ray
2024-01-15  8:03 ` [edk2-devel] [PATCH 5/6] UefiCpuPkg/LocalApicTimerDxe: warn if APIC Timer is used by other code Ni, Ray
2024-01-15  8:03 ` [edk2-devel] [PATCH 6/6] UefiCpuPkg/LocalApicTimerDxe: Passing fixed timer period is not a bug Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox