public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] am33xx: support for booting via usbeth
Date: Wed, 2 Jan 2013 08:15:44 -0700	[thread overview]
Message-ID: <20130102151544.GA14738@bill-the-cat> (raw)
In-Reply-To: <1356971563-23478-3-git-send-email-ilya.yanok@cogentembedded.com>

On Mon, Dec 31, 2012 at 08:32:40PM +0400, Ilya Yanok wrote:

> This patch adds BOOT_DEVICE define for USB booting and fixes
> spl_board_init function to call arch_misc_init (this is the place there
> musb is initialized).
[snip]
> @@ -54,6 +54,9 @@ void spl_board_init(void)
>  #ifdef CONFIG_SPL_NAND_SUPPORT
>  	gpmc_init();
>  #endif
> +#if defined(CONFIG_AM33XX) && defined(CONFIG_SPL_MUSB_NEW_SUPPORT)
> +	arch_misc_init();
> +#endif

I don't think we need both tests here.  As I said in the DFU thread,
arch_misc_init is where everyone should be doing the "just register
things" side of gadget USB hook-up.  Clocking and pinmux are elsewhere
anyhow.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130102/305e62fc/attachment.pgp>

  reply	other threads:[~2013-01-02 15:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-31 16:32 [U-Boot] [PATCH 0/5] am335x_evm: support for booting via USB Ilya Yanok
2012-12-31 16:32 ` [U-Boot] [PATCH 1/5] spl: support for booting via usbeth Ilya Yanok
2012-12-31 16:32 ` [U-Boot] [PATCH 2/5] am33xx: " Ilya Yanok
2013-01-02 15:15   ` Tom Rini [this message]
2013-02-05 16:25   ` [U-Boot] [U-Boot,2/5] " Tom Rini
2012-12-31 16:32 ` [U-Boot] [PATCH 3/5] am335x_evm: enable support for booting via USB Ilya Yanok
2013-01-02 15:07   ` Tom Rini
2012-12-31 16:32 ` [U-Boot] [PATCH 4/5] spl: add possibility to force boot device Ilya Yanok
2013-02-05 16:29   ` [U-Boot] [U-Boot, " Tom Rini
2012-12-31 16:32 ` [U-Boot] [PATCH 5/5] am335x_evm: add new config with forced USB booting Ilya Yanok
2013-01-02 15:09   ` Tom Rini
2013-02-05 16:29   ` [U-Boot] [U-Boot, " Tom Rini
2013-01-22 22:59 ` [U-Boot] [PATCH 1/1] am335x_evm: Add am335x_evm_usbspl boot target Tom Rini

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=20130102151544.GA14738@bill-the-cat \
    --to=trini@ti.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