Skip to content

riscv: use time register in grub_efi_get_time_ms()

Heinrich Schuchardt requested to merge xypron/grub:riscv into master

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.

Merge request reports

Loading