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)
Sun, Aug 18, 5:56 PM
Unknown Object (File)
Sat, Aug 17, 10:40 PM
Unknown Object (File)
Fri, Aug 2, 9:17 PM
Unknown Object (File)
Tue, Jul 23, 12:22 AM
Unknown Object (File)
Jul 14 2024, 2:58 PM
Unknown Object (File)
May 31 2024, 8:13 AM
Unknown Object (File)
May 27 2024, 4:04 PM
Unknown Object (File)
May 21 2024, 9:41 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.