From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Sun, 18 Jan 2015 00:11:52 -0600 Subject: [U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK In-Reply-To: <1420053301-10023-5-git-send-email-marex@denx.de> References: <1420053301-10023-1-git-send-email-marex@denx.de> <1420053301-10023-5-git-send-email-marex@denx.de> Message-ID: <54BB4EA8.2020008@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 HPS USB port and SD card must be installed > for this to work. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Stefan Roese > Cc: Vince Bridgers > --- > include/configs/socfpga_cyclone5.h | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Dinh Nguyen