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)
Dec 19 2023, 10:33 PM
Unknown Object (File)
Sep 7 2023, 6:02 AM
Unknown Object (File)
Sep 7 2023, 5:57 AM
Unknown Object (File)
Sep 7 2023, 5:49 AM
Unknown Object (File)
Sep 1 2023, 8:33 PM
Unknown Object (File)
Jun 27 2023, 4:07 PM
Unknown Object (File)
Jun 27 2023, 4:05 PM
Unknown Object (File)
Jun 27 2023, 4:04 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.