From: Jens Scharsig <js_at_ng@scharsoft.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
Date: Sun, 10 Jul 2011 11:14:05 +0200 [thread overview]
Message-ID: <4E196D5D.4040104@scharsoft.de> (raw)
In-Reply-To: <4E18053E.40405@aribaud.net>
* add USB host support to eb_cpux9k2 board
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
include/configs/eb_cpux9k2.h | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index c4b1e65..b1fcec7 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -137,6 +137,8 @@
#define CONFIG_CMD_PING
#define CONFIG_I2C_CMD_NO_FLAT
#define CONFIG_I2C_CMD_TREE
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
#define CONFIG_SYS_LONGHELP
@@ -167,6 +169,18 @@
/*
* Hardware drivers
*/
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_AT91C_PQFP_UHPBUG
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
+#define CONFIG_SYS_USB_OHCI_CPU_INIT
+#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00300000
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91rm9200"
/*
* UART/CONSOLE
--
1.7.3.4
next prev parent reply other threads:[~2011-07-10 9:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-22 13:24 [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board Jens Scharsig
2011-07-09 7:37 ` Albert ARIBAUD
2011-07-10 9:14 ` Jens Scharsig [this message]
2011-07-10 12:37 ` [U-Boot] [PATCH V2][ARM] " Albert ARIBAUD
2011-07-10 16:21 ` Jens Scharsig
2011-07-10 19:21 ` Jens Scharsig
2011-07-11 11:10 ` u-boot at emk-elektronik.de
2011-07-11 14:12 ` Wolfgang Denk
2011-07-26 11:46 ` Reinhard Meyer
2011-07-11 16:21 ` Jens Scharsig
2011-07-11 19:25 ` Jens Scharsig
2011-07-12 15:32 ` Jens Scharsig
2011-07-12 16:00 ` Reinhard Meyer
2011-07-12 17:10 ` Jens Scharsig
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=4E196D5D.4040104@scharsoft.de \
--to=js_at_ng@scharsoft.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.