riscv: use time register in grub_efi_get_time_ms()
The cycle register is not guaranteed to count at constant frequency. If it is counting at all depends on the state the performance monitoring unit.
Use the time register to measure time.
The cycle register is not guaranteed to count at constant frequency. If it is counting at all depends on the state the performance monitoring unit.
Use the time register to measure time.