From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junior Date: Wed, 20 Jun 2007 19:18:46 -0800 Subject: [U-Boot-Users] USB Host support Message-ID: <186F55CF0D8.0000075Aejr@inbox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, Just an inquiry on the USB host support. I've been thinking about ading USB host support to my u-boot port but I'm not sure what current infrastructure is there to make this painless. Is there a generic interface for this, or is this done on a platform by platform basis? My motive here is to be able to detect a usb memory stick and be able to read and write to to it. Have anyone been suscessfull in doing this? This would be done on an ARM9 platform. Thanks, --Jr.