All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] am335x_evm: add new config with forced USB booting
Date: Wed, 2 Jan 2013 10:09:15 -0500	[thread overview]
Message-ID: <50E44D9B.9010103@ti.com> (raw)
In-Reply-To: <1356971563-23478-6-git-send-email-ilya.yanok@cogentembedded.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/31/12 11:32, Ilya Yanok wrote:
> Currently AM335X hardware has bug in it's ROM code that prevents
> USB booting from working normally. So we have to load SPL via
> serial console instead. But it's feasible to use USB for loading
> the main U-Boot image. This patch adds additional am335x_evm
> configuration for this.
> 
> Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
> 
> --- boards.cfg | 1 + 1 file changed, 1 insertion(+)
> 
> diff --git a/boards.cfg b/boards.cfg index 91504c0..e7c66a9 100644 
> --- a/boards.cfg +++ b/boards.cfg @@ -229,6 +229,7 @@
> integratorap_cm946es         arm         arm946es    integrator
> armltd integratorcp_cm946es         arm         arm946es
> integrator          armltd         -
> integratorcp:CM946ES ca9x4_ct_vxp                 arm         armv7
> vexpress            armltd am335x_evm                   arm
> armv7       am335x              ti             am33xx
> am335x_evm:SERIAL1,CONS_INDEX=1 +am335x_evm_usbboot           arm
> armv7       am335x              ti             am33xx
> am335x_evm:SERIAL1,CONS_INDEX=1,SPL_FORCE_BOOT_DEVICE=BOOT_DEVICE_USBETH

I
> 
don't like the name here as fixed hardware will be widely available
at some point.  How about am335x_evm_force_usbboot ?

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQ5E2aAAoJENk4IS6UOR1WeFYP/0DFrm0Ia6nhFIyB9NLNdpHK
5um5sKhe3z5W1QX4W5T0Bm/sJtG7+YAUwy2A+GRzwbGxFz5/dXOeqvSRcB2hMS7/
mX+Clh0gJSWN/M+9rHTxJzP47cDcxuukXDQ9V6clCcTS6oP/OqkiywxeTl+XipC3
mOTlKTpo6i9TnnewXKWWaEt3xturbAYeqKxMBU2c1ynHeczADUPmScY88+7OV61T
Ysn+po7ylXc8gSOuffLbWURYdv46Sl3kCCgPIbN77gyYJKBjsssoGNTndEPCRX5z
8XEEg+DXzuzf6AztWmjis62LsySBsic8TEzj2QoZ+VJTuMgsWnJU8L4NVkYH+mwB
sj7/xz7gKLIjF3/2upSJ6khoWtlzoRzMRMoQ7oLOYxhEVufQM5mznXRNcAsjUu03
eHysQPNxFTGWLE5SVlplKd8PJXtuxDCHwahFdpAaaE+TxYWYwIzaFXf+EO1PCH8j
3oNFNu66xFiYG/xb4gU+vLpw5HQCHkV2AS1g+11ucuB40sFhTi+56CIQCHbitu94
ZBM0YJ5/S87hO7cwM9bGq6+HlmTZ1oYuowKC4B0wTok5ZSyCwWNgyuqXR0vYV9ip
Iojp2ix/QTMHwZC43h+UnccTePMvc6E4FdyCqAOhcSxF1amY7KNDj3S9YaMAdyYs
2DMThy1sPhRpS+dSTOOj
=SSkH
-----END PGP SIGNATURE-----

  reply	other threads:[~2013-01-02 15:09 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
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 [this message]
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=50E44D9B.9010103@ti.com \
    --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 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.