Page MenuHomeFreeBSD

busdma support for RISC-V
ClosedPublic

Authored by br on May 1 2019, 3:37 PM.
Tags
None
Referenced Files
F132427738: D20126.id.diff
Thu, Oct 16, 8:41 PM
F132427735: D20126.id56908.diff
Thu, Oct 16, 8:41 PM
F132427734: D20126.id57132.diff
Thu, Oct 16, 8:41 PM
F132386013: D20126.diff
Thu, Oct 16, 11:19 AM
Unknown Object (File)
Sat, Sep 27, 12:33 AM
Unknown Object (File)
Wed, Sep 17, 3:03 PM
Unknown Object (File)
Aug 23 2025, 1:59 PM
Unknown Object (File)
Aug 19 2025, 10:51 PM
Subscribers

Details

Summary

Provide a template for busdma based on arm64 with only change that "dsb(sy)" replaced with fence().
RISC-V specifies no cache management instructions so leave cache operations in cpufunc.h as no-op for now

Test Plan

Tested on HiFive Unleashed board with if_cgem

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br edited the summary of this revision. (Show Details)
br edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.May 4 2019, 8:48 PM
This revision was automatically updated to reflect the committed changes.