[U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK

2014-12-31 Thread Marek Vasut
Add support for USB host mode and USB device mode for the Cyclone V development kit and enable support for UMS (to export SD card as USB mass storage). The UMS is activated via 'ums 0 mmc 0' command, the system must be connected to a host PC via HPS USB port and SD card must be installed for this t

Re: [U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK

2015-01-17 Thread Dinh Nguyen
On 12/31/14 1:14 PM, Marek Vasut wrote: > Add support for USB host mode and USB device mode for the > Cyclone V development kit and enable support for UMS (to > export SD card as USB mass storage). The UMS is activated > via 'ums 0 mmc 0' command, the system must be connected to > a host PC via H

Re: [U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK

2015-01-01 Thread Pavel Machek
On Wed 2014-12-31 20:14:52, Marek Vasut wrote: > Add support for USB host mode and USB device mode for the > Cyclone V development kit and enable support for UMS (to > export SD card as USB mass storage). The UMS is activated > via 'ums 0 mmc 0' command, the system must be connected to > a host PC

Re: [U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK

2015-01-03 Thread Stefan Roese
On 31.12.2014 20:14, Marek Vasut wrote: Add support for USB host mode and USB device mode for the Cyclone V development kit and enable support for UMS (to export SD card as USB mass storage). The UMS is activated via 'ums 0 mmc 0' command, the system must be connected to a host PC via HPS USB por