]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe
authorMin Xu <min.m.xu@intel.com>
Mon, 25 Oct 2021 02:20:31 +0000 (10:20 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 2 Apr 2022 08:15:12 +0000 (08:15 +0000)
commitc2e7be4055cbfa604042dc0edac186a5f234163b
tree4c0a454538c718413a8ebcef88ff72b06b23ab79
parent25201821229e84197643053e9de595e512268616
OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3711

XenTimerDxe is a local Apic timer driver and it has nothing to do
with Xen. So rename it to LocalApicTimerDxe.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Julien Grall <julien@xen.org>
Acked-by: Anthony PERARD <anthony.perard@citrix.com
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
12 files changed:
OvmfPkg/CloudHv/CloudHvX64.dsc
OvmfPkg/CloudHv/CloudHvX64.fdf
OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.c [new file with mode: 0644]
OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.h [new file with mode: 0644]
OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf [new file with mode: 0644]
OvmfPkg/Microvm/MicrovmX64.dsc
OvmfPkg/Microvm/MicrovmX64.fdf
OvmfPkg/OvmfXen.dsc
OvmfPkg/OvmfXen.fdf
OvmfPkg/XenTimerDxe/XenTimerDxe.c [deleted file]
OvmfPkg/XenTimerDxe/XenTimerDxe.h [deleted file]
OvmfPkg/XenTimerDxe/XenTimerDxe.inf [deleted file]