Page MenuHomeFreeBSD

Add support for USB3.0 on Armada38x
ClosedPublic

Authored by bsz_semihalf.com on Jan 22 2016, 10:31 AM.
Tags
Referenced Files
F93731854: D5031.diff
Thu, Sep 12, 1:03 AM
Unknown Object (File)
Sun, Aug 25, 11:28 AM
Unknown Object (File)
Thu, Aug 22, 10:10 PM
Unknown Object (File)
Thu, Aug 22, 10:10 PM
Unknown Object (File)
Thu, Aug 22, 10:09 PM
Unknown Object (File)
Thu, Aug 22, 9:35 PM
Unknown Object (File)
Jul 10 2024, 10:17 PM
Unknown Object (File)
Jul 10 2024, 9:56 PM
Subscribers

Details

Summary

This commit provides attachment of xhci-platform for A38X boards, making
it possible to mount FreeBSD world from USB3.0 flash. 'xhci' device was
added to files.mv (as optional) and kernconf of Armada38x was enhanced.

It was also necessary to open programmable memory windows of USB3.0.
fdt_win_setup needed improvement so it's able to traverse through
children of internal-regs node.

Obtained from: Semihalf
Sponsored by: Stormshield
Submitted by: Jan Dabros <jsd@semihalf.com>

Diff Detail

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

Event Timeline

bsz_semihalf.com retitled this revision from to Add support for USB3.0 on Armada38x.
bsz_semihalf.com updated this object.
bsz_semihalf.com edited the test plan for this revision. (Show Details)
bsz_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
bsz_semihalf.com added a project: ARM.
bsz_semihalf.com added a subscriber: zbb.
This revision is now accepted and ready to land.Jan 22 2016, 11:04 AM
sys/arm/mv/mv_common.c
1156 ↗(On Diff #12593)

Why does this get done here and not in the driver?

sys/arm/mv/mv_common.c
1156 ↗(On Diff #12593)

All Marvell SoCs set their memory windows in mv_common.c by convention. It makes driver itself more platform-independent, as windows' setting can differ between SoCs.

This revision was automatically updated to reflect the committed changes.