From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] at91rm9200ek: enbable USB support
Date: Mon, 18 Oct 2010 22:58:31 +0200 [thread overview]
Message-ID: <1287435511-77355-3-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1287435511-77355-1-git-send-email-andreas.devel@googlemail.com>
This patch enables USB for at91rm9200ek board.
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
---
v2: no changes since v1
include/configs/at91rm9200ek.h | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index 6b2dd63..b386057 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -122,6 +122,7 @@
#define CONFIG_CMD_FAT
#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
+#define CONFIG_CMD_USB
#undef CONFIG_CMD_FPGA
/*
@@ -146,6 +147,20 @@
#define CONFIG_SYS_FLASH_PROTECTION
/*
+ * USB Config
+ */
+#define CONFIG_USB_ATMEL 1
+#define CONFIG_USB_OHCI_NEW 1
+#define CONFIG_USB_KEYBOARD 1
+#define CONFIG_USB_STORAGE 1
+#define CONFIG_DOS_PARTITION 1
+
+#define CONFIG_SYS_USB_OHCI_CPU_INIT 1
+#define CONFIG_SYS_USB_OHCI_REGS_BASE AT91_USB_HOST_BASE
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91rm9200"
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15
+
+/*
* Environment Settings
*/
#define CONFIG_ENV_IS_IN_FLASH
--
1.7.3.1
next prev parent reply other threads:[~2010-10-18 20:58 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-16 0:41 [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek Andreas Bießmann
2010-10-16 0:41 ` [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91 Andreas Bießmann
2010-10-17 18:06 ` Reinhard Meyer
2010-10-17 18:40 ` Wolfgang Denk
2010-10-18 6:36 ` Andreas Bießmann
2010-10-18 6:46 ` Wolfgang Denk
2010-10-18 6:36 ` Andreas Bießmann
2010-10-18 8:40 ` Reinhard Meyer
2010-10-18 9:27 ` Andreas Bießmann
2010-10-18 11:21 ` Reinhard Meyer
2010-10-16 0:41 ` [U-Boot] [PATCH 2/3] at91rm9200: enable USB support Andreas Bießmann
2010-10-16 0:41 ` [U-Boot] [PATCH 3/3] at91rm9200ek: enbable " Andreas Bießmann
2010-10-18 20:58 ` [U-Boot] [PATCH v2 1/3] at91rm9200ek: convert to at91 Andreas Bießmann
2010-10-18 20:58 ` [U-Boot] [PATCH v2 2/3] at91rm9200: enable USB support Andreas Bießmann
2010-10-18 20:58 ` Andreas Bießmann [this message]
2010-10-18 21:37 ` [U-Boot] [PATCH v2 1/3] at91rm9200ek: convert to at91 Reinhard Meyer
2010-10-19 7:29 ` Andreas Bießmann
2010-10-19 13:52 ` [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek Reinhard Meyer
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=1287435511-77355-3-git-send-email-andreas.devel@googlemail.com \
--to=andreas.devel@googlemail.com \
--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