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)
Sun, Feb 23, 1:46 PM
Unknown Object (File)
Sat, Feb 22, 10:07 PM
Unknown Object (File)
Fri, Feb 21, 8:21 AM
Unknown Object (File)
Tue, Feb 18, 2:21 PM
Unknown Object (File)
Sat, Feb 8, 7:15 PM
Unknown Object (File)
Thu, Feb 6, 12:16 PM
Unknown Object (File)
Wed, Feb 5, 1:17 PM
Unknown Object (File)
Feb 5 2025, 2:11 AM
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