From: Eric BENARD <ebenard@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] AT91RM9200 USB UHCI
Date: Thu, 13 Mar 2008 07:46:10 +0100 [thread overview]
Message-ID: <47D8CDB2.7070908@free.fr> (raw)
In-Reply-To: <4697729899C81C4388059CC380C71745012B3609@xchg-lma-01.Avidyne.com>
Matt Gessner a ?crit :
> Is anyone doing any work on this for u-boot?
it's OHCI and it's already in u-boot :
http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=cpu/arm920t/at91rm9200/usb.c;h=c121de6328ed8cac480ce097b395092bbae4bb9d;hb=HEAD
add :
#define CONFIG_USB_OHCI_NEW 1
#define CONFIG_USB_KEYBOARD 1
#define CONFIG_USB_STORAGE 1
#define CONFIG_DOS_PARTITION 1
next line only if you are using a PQFP pacakge for the AT91RM9200 !
#define CONFIG_AT91C_PQFP_UHPBUG 1
#undef CFG_USB_OHCI_BOARD_INIT
#define CFG_USB_OHCI_CPU_INIT 1
#define CFG_USB_OHCI_REGS_BASE AT91_USB_HOST_BASE
#define CFG_USB_OHCI_SLOT_NAME "at91rm9200"
#define CFG_USB_OHCI_MAX_ROOT_PORTS 15
to your config file and this should work
Eric
prev parent reply other threads:[~2008-03-13 6:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-12 19:53 [U-Boot-Users] AT91RM9200 USB UHCI Matt Gessner
2008-03-12 20:48 ` Ulf Samuelsson
2008-03-13 6:46 ` Eric BENARD [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47D8CDB2.7070908@free.fr \
--to=ebenard@free.fr \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox