summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 13:57:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-06 09:55:31 +0100
commitc30fa94277cfdf2c8a7e0a6206d31a506453a491 (patch)
treefb60f2031c114a398485344dca016ff26af4612a /libbsd.py
parenttests: Fix configuration dependencies (diff)
downloadrtems-libbsd-c30fa94277cfdf2c8a7e0a6206d31a506453a491.tar.bz2
Add device tree support for Altera/Intel Cyclone V
Close #3290.
Diffstat (limited to '')
-rw-r--r--libbsd.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbsd.py b/libbsd.py
index 7234f2b8..f70b4ead 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -1,7 +1,7 @@
#
# Copyright (c) 2015-2016 Chris Johns <chrisj@rtems.org>. All rights reserved.
#
-# Copyright (c) 2009, 2016 embedded brains GmbH. All rights reserved.
+# Copyright (c) 2009, 2018 embedded brains GmbH. All rights reserved.
#
# embedded brains GmbH
# Dornierstr. 4
@@ -160,7 +160,6 @@ def rtems(mm):
'sys/dev/usb/controller/ehci_mpc83xx.c',
'sys/dev/usb/controller/ohci_lpc.c',
'sys/dev/usb/controller/ohci_lpc32xx.c',
- 'sys/dev/usb/controller/dwc_otg_nexus.c',
'sys/dev/usb/controller/usb_otg_transceiver.c',
'sys/dev/usb/controller/usb_otg_transceiver_dump.c',
'sys/dev/smc/if_smc_nexus.c',
@@ -706,6 +705,7 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/ehcireg.h',
'sys/dev/usb/controller/uhcireg.h',
'sys/dev/usb/controller/xhcireg.h',
+ 'sys/dev/usb/controller/dwc_otg_fdt.h',
'sys/dev/usb/controller/dwc_otg.h',
'sys/dev/usb/controller/dwc_otgreg.h',
'sys/dev/usb/controller/saf1761_otg.h',
@@ -718,6 +718,7 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/ehci.c',
'sys/dev/usb/controller/usb_controller.c',
'sys/dev/usb/controller/dwc_otg.c',
+ 'sys/dev/usb/controller/dwc_otg_fdt.c',
'sys/dev/usb/controller/saf1761_otg.c',
'sys/dev/usb/controller/saf1761_otg_fdt.c',
],