All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH]omap3: bug fix for NOR boot support
Date: Thu, 30 Jul 2009 20:55:04 +0200	[thread overview]
Message-ID: <4A71EC88.5080001@googlemail.com> (raw)
In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB0305F29A9A@dbde02.ent.ti.com>

Penda, Naveen Kumar wrote:
> From: Penda Naveen Kumar<pnaveen@ti.com>
> 
> This patch provides bug fix, when omap3 uses nor boot.
>  
> Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>

Makes sense! Most probably not found earlier because most OMAP3 boards 
have no NOR.

Acked-by: Dirk Behme <dirk.behme@googlemail.com>

> Index: u-boot/cpu/arm_cortexa8/omap3/lowlevel_init.S
> ===================================================================
> --- u-boot.orig/cpu/arm_cortexa8/omap3/lowlevel_init.S
> +++ u-boot/cpu/arm_cortexa8/omap3/lowlevel_init.S
> @@ -135,19 +135,19 @@ _go_to_speed: .word go_to_speed
>  /* these constants need to be close for PIC code */
>  /* The Nor has to be in the Flash Base CS0 for this condition to happen */
>  flash_cfg1_addr:
> -	.word (GPMC_CONFIG_CS0 + GPMC_CONFIG1)
> +	.word (GPMC_CONFIG_CS0_BASE + GPMC_CONFIG1)
>  flash_cfg3_addr:
> -	.word (GPMC_CONFIG_CS0 + GPMC_CONFIG3)
> +	.word (GPMC_CONFIG_CS0_BASE + GPMC_CONFIG3)
>  flash_cfg3_val:
>  	.word STNOR_GPMC_CONFIG3
>  flash_cfg4_addr:
> -	.word (GPMC_CONFIG_CS0 + GPMC_CONFIG4)
> +	.word (GPMC_CONFIG_CS0_BASE + GPMC_CONFIG4)
>  flash_cfg4_val:
>  	.word STNOR_GPMC_CONFIG4
>  flash_cfg5_val:
>  	.word STNOR_GPMC_CONFIG5
>  flash_cfg5_addr:
> -	.word (GPMC_CONFIG_CS0 + GPMC_CONFIG5)
> +	.word (GPMC_CONFIG_CS0_BASE + GPMC_CONFIG5)
>  pll_ctl_add:
>  	.word CM_CLKEN_PLL
>  pll_div_add1:
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

  reply	other threads:[~2009-07-30 18:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 18:36 [U-Boot] [PATCH]omap3: bug fix for NOR boot support Penda, Naveen Kumar
2009-07-30 18:55 ` Dirk Behme [this message]
2009-08-01  9:41 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-08 10:00 ` Wolfgang Denk

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=4A71EC88.5080001@googlemail.com \
    --to=dirk.behme@googlemail.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.