Page MenuHomeFreeBSD

[BHND/USB] Port of EHCI/OHCI support from ZRouter
ClosedPublic

Authored by mizhka on Sep 4 2016, 4:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 30, 1:51 AM
Unknown Object (File)
Feb 27 2024, 8:44 PM
Unknown Object (File)
Jan 26 2024, 11:17 AM
Unknown Object (File)
Jan 7 2024, 10:50 PM
Unknown Object (File)
Dec 20 2023, 1:34 AM
Unknown Object (File)
Nov 16 2023, 6:31 PM
Unknown Object (File)
Sep 23 2023, 8:12 PM
Unknown Object (File)
Sep 7 2023, 10:36 PM
Subscribers

Details

Summary

Hi,

This patch adds EHCI/OHCI support for BroadCom SoCs. Patch is port from ZRouter project (@ray).

Test Plan

Tested on Asus RT-N16 (external USB) and RT-N53 (internal USB)

Diff Detail

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

Event Timeline

mizhka retitled this revision from to [BHND/USB] Port of EHCI/OHCI support from ZRouter.
mizhka updated this object.
mizhka edited the test plan for this revision. (Show Details)
mizhka added reviewers: landonf, ray, adrian.
mizhka set the repository for this revision to rS FreeBSD src repository - subversion.
mizhka added a subscriber: ray.
adrian edited edge metadata.

Just make sure the cache line size is 32 bytes (to match USB_HOST_ALIGN), and then yes, commit away. :)

This revision is now accepted and ready to land.Sep 4 2016, 6:16 PM
ray edited edge metadata.
ray added inline comments.
sys/dev/bhnd/cores/usb/bhnd_usb.c
243–266 ↗(On Diff #20040)

Please remove that :-D
or @ifdef for BCM5354, or add chipid check :)

sys/mips/broadcom/files.broadcom
24 ↗(On Diff #20040)

optional usb

25 ↗(On Diff #20040)

optional ehci

26 ↗(On Diff #20040)

optional ohci

This revision was automatically updated to reflect the committed changes.