From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Sun, 13 Sep 2009 12:18:53 +0300 Subject: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board In-Reply-To: <1252565088.22292.1.camel@rock.ap.freescale.net> References: <1252565088.22292.1.camel@rock.ap.freescale.net> Message-ID: <4AACB8FD.2040604@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > Enable usb ehci support for p2020ds board > Signed-off-by: Roy Zang > > --- > 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 */ > > /* >