diff options
author | Jana Rapava <fermata7@gmail.com> | 2011-12-05 11:07:00 +0200 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2011-12-11 14:50:09 +0100 |
commit | f93022c3b11f191141c9128ee88d297cec3b9330 (patch) | |
tree | 7bdec959e6c9b24b70ee3184ccf25820842c4800 /Makefile | |
parent | 3874b6d674d194c8d34b4f7242337c9f2120ca9a (diff) | |
download | u-boot-imx-f93022c3b11f191141c9128ee88d297cec3b9330.zip u-boot-imx-f93022c3b11f191141c9128ee88d297cec3b9330.tar.gz u-boot-imx-f93022c3b11f191141c9128ee88d297cec3b9330.tar.bz2 |
USB: Add generic ULPI layer and a viewport
Add partial ULPI specification implementation that should be enough to
interface the ULPI PHYs in the boot loader context.
Add a viewport implementation for Chipidea/ARC based controllers.
Signed-off-by: Jana Rapava <fermata7@gmail.com>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Remy Bohmer <linux@bohmer.net>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Grandegger <wg@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ LIBS += drivers/usb/gadget/libusb_gadget.o LIBS += drivers/usb/host/libusb_host.o LIBS += drivers/usb/musb/libusb_musb.o LIBS += drivers/usb/phy/libusb_phy.o +LIBS += drivers/usb/ulpi/libusb_ulpi.o LIBS += drivers/video/libvideo.o LIBS += drivers/watchdog/libwatchdog.o LIBS += common/libcommon.o |