From c30fa94277cfdf2c8a7e0a6206d31a506453a491 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 5 Feb 2018 13:57:11 +0100 Subject: Add device tree support for Altera/Intel Cyclone V Close #3290. --- libbsd.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbsd.py') 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 . 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', ], -- cgit v1.2.3