All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Hang when enabling DCache on a iMX6 board
Date: Tue, 3 Feb 2015 20:17:36 +0100	[thread overview]
Message-ID: <20150203201736.2e2bc0d7@crub> (raw)
In-Reply-To: <20150203193916.5e287194@bbrezillon>

Hello Boris,

On Tue, 3 Feb 2015 19:39:16 +0100
Boris Brezillon <boris.brezillon@free-electrons.com> wrote:

> Hello,
> 
> I'm currently porting the SECO iMX6 uQ7 board to mainline, but I'm
> facing a hang when enabling DCache (CONFIG_SYS_DCACHE_OFF undefined).
> Last week I asked on the #u-boot chan if anybody already encountered
> such a bug, and someone (named malik) suggested to check my DDR timings.
> 
> After a few more tests and checks I decided to port my changes to an
> older version (2014.04), and it apparently works.
> I haven't bisected to find the exact commit that makes it fails yet,
> but before doing that I'd like to know if anyone else already
> experienced this kind of problem, or has any idea of what could cause
> this.

I've seen similar problem when porting to v2014.04. The problem
disappeared after including the mx6_common.h in the board config
file. This header file contains some errata configs, so please try
with

#include "mx6_common.h"

in your board config file.

HTH,

Anatolij

  reply	other threads:[~2015-02-03 19:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 18:39 [U-Boot] Hang when enabling DCache on a iMX6 board Boris Brezillon
2015-02-03 19:17 ` Anatolij Gustschin [this message]
2015-02-04 10:58   ` Boris Brezillon

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=20150203201736.2e2bc0d7@crub \
    --to=agust@denx.de \
    --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.