summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/ARMADA38X
diff options
context:
space:
mode:
authorwma <wma@FreeBSD.org>2016-03-14 07:14:34 +0000
committerwma <wma@FreeBSD.org>2016-03-14 07:14:34 +0000
commit62eed3882c15fad33ee35465eb76ac08bb19da14 (patch)
tree682e21d0b603ff01fe10280ec8cdd60b19060b27 /sys/arm/conf/ARMADA38X
parent5715f97c308d18a485f4faf6bb9c9051b18f8f59 (diff)
downloadFreeBSD-src-62eed3882c15fad33ee35465eb76ac08bb19da14.zip
FreeBSD-src-62eed3882c15fad33ee35465eb76ac08bb19da14.tar.gz
Add support for USB3.0 on Armada38x
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. Submitted by: Bartosz Szczepanek <bsz@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: hselasky Approved by: cognet (mentor) Differential Revision: https://reviews.freebsd.org/D5031
Diffstat (limited to 'sys/arm/conf/ARMADA38X')
-rw-r--r--sys/arm/conf/ARMADA38X1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index c36187c..7cc7702 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -71,6 +71,7 @@ device mpcore_timer
# USB
device usb
device ehci
+device xhci
device umass
device scbus
device pass
OpenPOWER on IntegriCloud