Page MenuHomeFreeBSD

riscv: aw_timer enablement for D1
ClosedPublic

Authored by mhorne on Jan 24 2025, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 1:37 PM
Unknown Object (File)
Wed, Nov 12, 3:57 PM
Unknown Object (File)
Wed, Nov 5, 3:20 AM
Unknown Object (File)
Sun, Nov 2, 1:30 PM
Unknown Object (File)
Sun, Oct 26, 2:18 AM
Unknown Object (File)
Sat, Oct 18, 9:06 PM
Unknown Object (File)
Oct 9 2025, 6:03 AM
Unknown Object (File)
Oct 6 2025, 12:34 PM
Subscribers

Details

Summary

The SBI timer functionality is partially broken on the Allwinner D1, so
we require this driver to provide an eventtimer/system timer interrupts.

The timecounter interface, on the other hand, is not required. The
generic RISC-V timer driver uses the native rdtime instruction, and
implements vdso, so this should be preferred.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable