summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni
diff options
context:
space:
mode:
authorSunil V L <sunilvl@ventanamicro.com>2022-08-23 22:22:20 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-02-16 05:53:28 +0000
commit98fa877efd4fbdbddb532efe5ada5ca4aee67b85 (patch)
tree4ed700903c4ba2b918726263b7030434615293f6 /UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni
parent705c3469b543a8907499a3cad30aa256ae8a40c5 (diff)
downloadedk2-98fa877efd4fbdbddb532efe5ada5ca4aee67b85.tar.gz
edk2-98fa877efd4fbdbddb532efe5ada5ca4aee67b85.tar.bz2
edk2-98fa877efd4fbdbddb532efe5ada5ca4aee67b85.zip
UefiCpuPkg: Add CpuTimerDxeRiscV64 module
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4076 This DXE module initializes the timer interrupt handler and installs the Arch Timer protocol. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Daniel Schaefer <git@danielschaefer.me> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Acked-by: Abner Chang <abner.chang@amd.com> Reviewed-by: Andrei Warkentin <andrei.warkentin@intel.com> Acked-by: Ray Ni <ray.ni@Intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni')
-rw-r--r--UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni14
1 files changed, 14 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni b/UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni
new file mode 100644
index 0000000000..76de1f3f35
--- /dev/null
+++ b/UefiCpuPkg/CpuTimerDxeRiscV64/CpuTimerDxeRiscV64.uni
@@ -0,0 +1,14 @@
+// /** @file
+//
+// Timer Arch protocol strings.
+//
+// Copyright (c) 2016, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Timer driver that provides Timer Arch protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Timer driver that provides Timer Arch protocol."