All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Dureghello <sysamfw@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] mcf523x, issue in cpu_init
Date: Wed, 7 Nov 2012 09:45:31 +0100	[thread overview]
Message-ID: <20121107084530.GA11954@angel3> (raw)

Hi,

looking on freescale files, i found this possible issue

line 65

out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL);




considering:

CONFIG_SYS_CS0_MASK for m5235evb board is

define CONFIG_SYS_CS0_CTRL	0x00001D00

and

flexbus registers are as:
typedef struct fbcs {
    u16 csar0;      /* Chip-select Address */
    u16 res1;
    u32 csmr0;      /* Chip-select Mask */
    u16 res2;
    u16 cscr0;      /* Chip-select Control */
    .....


this line should not work, applying 0000.

Best Regards,
Angelo Dureghello

                 reply	other threads:[~2012-11-07  8:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121107084530.GA11954@angel3 \
    --to=sysamfw@gmail.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.