public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout
Date: Tue, 8 Sep 2015 11:39:35 +0300	[thread overview]
Message-ID: <55EE9EC7.5000909@compulab.co.il> (raw)
In-Reply-To: <1441695002-15035-2-git-send-email-lifshitz@compulab.co.il>

On 09/08/15 09:50, Dmitry Lifshitz wrote:
> SBC-T3517 evaluation board has two Eth interfaces.
> Enable network retry of another interface if the default if failed
> or disconnected.
> 
> Add 'netretry=yes' in the default env. Setup relevant
> timeout values in the board config file.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>

Acked-by: Igor Grinberg <grinberg@compulab.co.il>

> ---
>  include/configs/cm_t3517.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
> index a8d0b97..2d16799 100644
> --- a/include/configs/cm_t3517.h
> +++ b/include/configs/cm_t3517.h
> @@ -170,6 +170,7 @@
>  	"loadaddr=0x82000000\0" \
>  	"baudrate=115200\0" \
>  	"console=ttyO2,115200n8\0" \
> +	"netretry=yes\0" \
>  	"mpurate=auto\0" \
>  	"vram=12M\0" \
>  	"dvimode=1024x768MR-16 at 60\0" \
> @@ -275,6 +276,8 @@
>  #define CONFIG_SMC911X
>  #define CONFIG_SMC911X_32_BIT
>  #define CONFIG_SMC911X_BASE	(0x2C000000 + (16 << 20))
> +#define CONFIG_ARP_TIMEOUT		200UL
> +#define CONFIG_NET_RETRY_COUNT		5
>  #endif /* CONFIG_CMD_NET */
>  
>  /* additions for new relocation code, must be added to all boards */
> 

-- 
Regards,
Igor.

  reply	other threads:[~2015-09-08  8:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  6:49 [U-Boot] [PATCH 0/3] omap3: cm-t3517: series of non critical fixes Dmitry Lifshitz
2015-09-08  6:50 ` [U-Boot] [PATCH 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout Dmitry Lifshitz
2015-09-08  8:39   ` Igor Grinberg [this message]
2015-09-12 12:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 2/3] omap3: cm-t3517: fix MMC1 pinmux Dmitry Lifshitz
2015-09-08  8:40   ` Igor Grinberg
2015-09-12 12:52   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 3/3] omap3: cm-t3517: change environment size Dmitry Lifshitz
2015-09-08  8:48   ` Igor Grinberg
2015-09-09  8:25   ` [U-Boot] [PATCH v2 " Dmitry Lifshitz
2015-09-09  8:37     ` Igor Grinberg
2015-09-12 12:52     ` [U-Boot] [U-Boot, v2, " 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=55EE9EC7.5000909@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --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