Page MenuHomeFreeBSD

busdma support for RISC-V
ClosedPublic

Authored by br on May 1 2019, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 5:12 PM
Unknown Object (File)
Thu, Oct 31, 4:35 PM
Unknown Object (File)
Oct 14 2024, 10:12 AM
Unknown Object (File)
Sep 26 2024, 12:15 AM
Unknown Object (File)
Sep 22 2024, 6:24 AM
Unknown Object (File)
Sep 21 2024, 1:22 PM
Unknown Object (File)
Sep 17 2024, 10:58 PM
Unknown Object (File)
Sep 16 2024, 11:54 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.