aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/files.mv
diff options
context:
space:
mode:
authorWojciech Macek <wma@FreeBSD.org>2016-03-14 07:14:34 +0000
committerWojciech Macek <wma@FreeBSD.org>2016-03-14 07:14:34 +0000
commit34a3d2c6e73724358e9266049ec08abf7c186608 (patch)
tree682e21d0b603ff01fe10280ec8cdd60b19060b27 /sys/arm/mv/files.mv
parentca8e20784af5672f11fafa9b60dd8ac5b212f4ae (diff)
downloadsrc-34a3d2c6e73724358e9266049ec08abf7c186608.tar.gz
src-34a3d2c6e73724358e9266049ec08abf7c186608.zip
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
Notes
Notes: svn path=/head/; revision=296826
Diffstat (limited to 'sys/arm/mv/files.mv')
-rw-r--r--sys/arm/mv/files.mv1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv
index 29edffbb13f0..635173da86dc 100644
--- a/sys/arm/mv/files.mv
+++ b/sys/arm/mv/files.mv
@@ -27,5 +27,6 @@ dev/nand/nfc_mv.c optional nand
dev/mvs/mvs_soc.c optional mvs
dev/uart/uart_dev_ns8250.c optional uart
dev/usb/controller/ehci_mv.c optional ehci
+dev/usb/controller/xhci_mv.c optional xhci
kern/kern_clocksource.c standard