All of lore.kernel.org
 help / color / mirror / Atom feed
From: ccool <ccool@ninjatech.biz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] RPXlite_DW problem/solution U-boot CVS
Date: Mon, 29 Nov 2004 22:19:25 -0500	[thread overview]
Message-ID: <200411292219.25317.ccool@ninjatech.biz> (raw)

Hello,

I found out a little something in the CVS version of U-boot about the 
RPXlite_DW addapted by Sam Song.

In the file 
include/configs/RPXlite_DW.h
at line 324
I had to replace
#define CFG_OR1_PRELIM	( CFG_OR_AM_SDRAM | CFG_OR_TIMING_SDRAM )
for
#define CFG_OR1_PRELIM          0xFF000E00

and at line 353-354
I had to replace
#define CFG_MAMR_9COL  ((CFG_MAMR_PTA << MAMR_PTA_SHIFT)  | MAMR_PTAE | \
			MAMR_AMA_TYPE_1 | MAMR_DSA_1_CYCL | MAMR_G0CLA_A10)
by
 #define CFG_MAMR_9COL 0x20802000

If I did not change those two register, U-boot would get stuck@the DRAM 
detection and would only find 1K (instead of the 16M on my board).

I`m sending this as a simple information.  I know my method is not the best 
way to define thoses register, but I though that maybe the other ways to 
improve the definition you have put in a way that all RPXlite_DW board would 
set the Ram correctly.

Have a nice day,
Rapha?l

             reply	other threads:[~2004-11-30  3:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30  3:19 ccool [this message]
2004-11-30  8:41 ` [U-Boot-Users] RPXlite_DW problem/solution U-boot CVS Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-11-30 14:53 Sam Song
2004-11-30 16:21 ` Wolfgang Denk
2004-12-01  1:05   ` Sam Song

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=200411292219.25317.ccool@ninjatech.biz \
    --to=ccool@ninjatech.biz \
    --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.