summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
diff options
context:
space:
mode:
authorTuan Phan <tphan@ventanamicro.com>2023-06-07 10:30:20 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-06-15 05:32:51 +0000
commit4dba2a9d08653a25750c9c74822adb6003c38e77 (patch)
tree59b95c8da0b56b491e37ef90d925f1fb2e80e050 /UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
parentaad98d915abe5ba092e318913028ed47937a9447 (diff)
downloadedk2-4dba2a9d08653a25750c9c74822adb6003c38e77.tar.gz
edk2-4dba2a9d08653a25750c9c74822adb6003c38e77.tar.bz2
edk2-4dba2a9d08653a25750c9c74822adb6003c38e77.zip
UefiCpuPkg: CpuTimerDxeRiscV64: Fix incorrect value sent to SbiSetTimer
SbiSetTimer expects core tick value. Cc: Andrei Warkentin <andrei.warkentin@intel.com> Signed-off-by: Tuan Phan <tphan@ventanamicro.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Diffstat (limited to 'UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h')
-rw-r--r--UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h b/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
index 586eb0cfad..9b3542230c 100644
--- a/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
+++ b/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
@@ -21,7 +21,7 @@
#include <Library/IoLib.h>
//
-// RISC-V use 100us timer.
+// RISC-V use 100ns timer.
// The default timer tick duration is set to 10 ms = 10 * 1000 * 10 100 ns units
//
#define DEFAULT_TIMER_TICK_DURATION 100000