From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [v2 3/4] Armada100: gplugD: Add USB command support
Date: Mon, 13 Feb 2012 10:04:25 +0100 [thread overview]
Message-ID: <201202131004.25327.marex@denx.de> (raw)
In-Reply-To: <1329123447-21617-3-git-send-email-ajay.bhargav@einfochips.com>
> This patch adds support for USB commands and USB storage device for
> Marvell gplugD
>
> Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
> ---
> Changes for v2:
> - removed unwanted ifdef
> - fat and ext2 command support moved to new patch
>
> include/configs/gplugd.h | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
Acked-by: Marek Vasut <marex@denx.de>
> diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h
> index 9813309..061ebe6 100644
> --- a/include/configs/gplugd.h
> +++ b/include/configs/gplugd.h
> @@ -72,6 +72,7 @@
> #define CONFIG_CMD_I2C
> #define CONFIG_CMD_AUTOSCRIPT
> #undef CONFIG_CMD_FPGA
> +#define CONFIG_CMD_USB
>
> /* Disable DCACHE */
> #define CONFIG_SYS_DCACHE_OFF
> @@ -134,4 +135,15 @@
> #define CONFIG_CMD_EDITENV
> #define CONFIG_CMD_SAVEENV
>
> +#ifdef CONFIG_CMD_USB
> +#define CONFIG_USB_EHCI
> +#define CONFIG_USB_EHCI_ARMADA100
> +#define CONFIG_EHCI_IS_TDI
> +#define CONFIG_USB_STORAGE
> +#endif /* CONFIG_CMD_USB */
> +
> +#define CONFIG_DOS_PARTITION
> +#define CONFIG_ISO_PARTITION
> +#define CONFIG_SUPPORT_VFAT
> +
> #endif /* __CONFIG_GPLUGD_H */
next prev parent reply other threads:[~2012-02-13 9:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 8:57 [U-Boot] [v2 1/4] USB: Armada100: Add UTMI PHY interface driver Ajay Bhargav
2012-02-13 8:57 ` [U-Boot] [v2 2/4] USB: Armada100: ECHI Driver for Armada100 SOCs Ajay Bhargav
2012-02-13 9:03 ` Marek Vasut
2012-02-13 10:08 ` Ajay Bhargav
2012-02-13 8:57 ` [U-Boot] [v2 3/4] Armada100: gplugD: Add USB command support Ajay Bhargav
2012-02-13 9:04 ` Marek Vasut [this message]
2012-02-13 8:57 ` [U-Boot] [v2 4/4] Armada100: gplugD: Add FAT & EXT2 " Ajay Bhargav
2012-02-13 9:04 ` Marek Vasut
2012-02-13 9:29 ` Prafulla Wadaskar
2012-02-13 10:09 ` Ajay Bhargav
2012-02-13 9:02 ` [U-Boot] [v2 1/4] USB: Armada100: Add UTMI PHY interface driver Marek Vasut
2012-02-13 10:05 ` Ajay Bhargav
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=201202131004.25327.marex@denx.de \
--to=marex@denx.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.