Page MenuHomeFreeBSD

riscv: aw_timer enablement for D1
ClosedPublic

Authored by mhorne on Jan 24 2025, 7:36 PM.
Tags
None
Referenced Files
F171432297: D48672.id149937.diff
Fri, Sep 11, 2:52 AM
Unknown Object (File)
Aug 11 2026, 1:42 PM
Unknown Object (File)
Aug 9 2026, 10:48 AM
Unknown Object (File)
Aug 9 2026, 9:56 AM
Unknown Object (File)
Aug 8 2026, 5:59 PM
Unknown Object (File)
Aug 1 2026, 7:57 AM
Unknown Object (File)
Jul 27 2026, 7:45 PM
Unknown Object (File)
Jul 26 2026, 5:20 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