From: Felix Radensky <felix@embedded-sol.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board
Date: Sun, 13 Sep 2009 12:18:53 +0300 [thread overview]
Message-ID: <4AACB8FD.2040604@embedded-sol.com> (raw)
In-Reply-To: <1252565088.22292.1.camel@rock.ap.freescale.net>
Hi, Roy
Does this mean that USB mass storage devices are actually
usable on P2020DS ? Similar patch for MPC8536DS was
added during 2008.08 merge window, but USB mass storage
devices are not recognized by u-boot. Since I don't see any FSL
ehici driver changes, I suspect situation may be similar on
P2020DS.
Thanks.
Felix.
Roy Zang wrote:
> From: Roy Zang <tie-fei.zang@freescale.com>
>
> Enable usb ehci support for p2020ds board
> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
>
> ---
> include/configs/P2020DS.h | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h
> index 46af7b9..2a2b9ac 100644
> --- a/include/configs/P2020DS.h
> +++ b/include/configs/P2020DS.h
> @@ -618,6 +618,15 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy);
> #define CONFIG_CMD_EXT2
> #endif
>
> +/*
> + * USB
> + */
> +#define CONFIG_CMD_USB
> +#define CONFIG_USB_STORAGE
> +#define CONFIG_USB_EHCI
> +#define CONFIG_USB_EHCI_FSL
> +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
> +
> #undef CONFIG_WATCHDOG /* watchdog disabled */
>
> /*
>
next prev parent reply other threads:[~2009-09-13 9:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-10 6:44 [U-Boot] [PATCH] Enable usb ehci support for p2020ds board Roy Zang
2009-09-10 21:16 ` Kumar Gala
2009-09-13 9:18 ` Felix Radensky [this message]
2009-09-14 5:18 ` Zang Roy-R61911
2009-09-14 7:49 ` Felix Radensky
2009-09-14 7:55 ` Zang Roy-R61911
2009-09-14 8:16 ` Felix Radensky
2009-09-14 8:19 ` Zang Roy-R61911
2009-09-14 18:56 ` Wolfgang Denk
2009-09-14 18:55 ` Wolfgang Denk
2009-09-14 18:54 ` Wolfgang Denk
2009-09-15 7:24 ` Zang Roy-R61911
2009-09-15 6:42 ` Hu Mingkai-B21284
2009-09-15 7:48 ` Felix Radensky
2009-09-15 8:03 ` Hu Mingkai-B21284
2009-09-15 9:09 ` Felix Radensky
2009-09-15 8:41 ` Wolfgang Denk
2009-09-15 8:57 ` Felix Radensky
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=4AACB8FD.2040604@embedded-sol.com \
--to=felix@embedded-sol.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 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.