All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board
@ 2011-04-22 13:24 Jens Scharsig
  2011-07-09  7:37 ` Albert ARIBAUD
  0 siblings, 1 reply; 14+ messages in thread
From: Jens Scharsig @ 2011-04-22 13:24 UTC (permalink / raw)
  To: u-boot

* add USB host support to eb_cpux9k2 board


Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
  include/configs/eb_cpux9k2.h |   16 +++++++++++++++-
  1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 754fc8b..9d99f65 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -49,7 +49,6 @@
  #define CONFIG_SYS_U_BOOT_BASE		PHYS_FLASH_1
  #define CONFIG_SYS_U_BOOT_SIZE		0x60000 /* 384 KBytes */
  
-
  #define CONFIG_BOOT_RETRY_TIME		30
  #define CONFIG_CMDLINE_EDITING
  
@@ -137,6 +136,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
  
@@ -168,6 +169,19 @@
   * Hardware drivers
   */
  
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_AT91C_PQFP_UHPBUG
+#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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-07-26 11:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [U-Boot] [PATCH V2][ARM] " Jens Scharsig
2011-07-10 12:37     ` 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

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.