From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 05 Jun 2014 11:22:24 -0600 Subject: [U-Boot] [PATCH V3] ARM: tegra: enable USB device mode and UMS on some boards In-Reply-To: <1401398980-19787-1-git-send-email-swarren@wwwdotorg.org> References: <1401398980-19787-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5390A750.20207@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/29/2014 03:29 PM, Stephen Warren wrote: > From: Stephen Warren > > For each of Jetson TK1, Venice2, and Beaver: > > - Enable the first USB controller in DT, and describe its configuration. > > - Enable USB device/gadget support. This allows the user to type e.g. > "ums 0 mmc 0" at the command-line to cause U-Boot to act a USB device > implementing the USB Mass Storage protocol, and expose MMC device 0 > that way. > > This allows a host PC to mount the Tegra device's MMC, partition it, and > install a filesystem on it. Tom, could this be applied soon so it makes v2014.07? Thanks.