All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerald Jackson <gerald.jackson@reaonixsecurity.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] (no subject)
Date: Sat, 30 Sep 2006 23:04:31 -0400	[thread overview]
Message-ID: <A7C98E37A5710946908EEC7C796A7442012F26@mainserver.reaonix.com> (raw)

I made the change that Marc suggested and still no luck. If both dimms
are in use the system hangs and if only the second Dimm slot is in use I
get:

U-Boot 1.1.4 (Sep 30 2006 - 10:08:43)

CPU:   AMCC PowerPC 440GX Rev. F at 800 MHz (PLB=160, OPB=80, EBC=40
MHz)
       I2C boot EEPROM enabled
       Internal PCI arbiter enabled
       32 kB I-Cache 32 kB D-Cache
Board: Ocotea - AMCC PPC440GX Evaluation Board
I2C:   ready
DRAM:  ERROR: Cannot determine a common read delay.
### ERROR ### Please RESET the board ###
 

Any Ideals?

 Gerald

-----Original Message-----
From: Gerald Jackson 
Sent: Saturday, September 30, 2006 10:13 AM
To: Marc.Howard at KLA-Tencor.com; sr at denx.de;
u-boot-users at lists.sourceforge.net
Subject: RE: [U-Boot-Users] (no subject)


Here is the error I get if I use the second DIMMS

U-Boot 1.1.4 (Jul 18 2006 - 07:36:20)

CPU:   AMCC PowerPC 440GX Rev. F at 800 MHz (PLB=160, OPB=80, EBC=40
MHz)
       I2C boot EEPROM enabled
       Internal PCI arbiter enabled
       32 kB I-Cache 32 kB D-Cache
Board: Ocotea - AMCC PPC440GX Evaluation Board
I2C:   ready
DRAM:  ERROR: Cannot determine a common read delay.
### ERROR ### Please RESET the board ###

Gerald
 
 
-----Original Message-----
From: Gerald Jackson 
Sent: Friday, September 29, 2006 6:16 PM
To: Marc.Howard at KLA-Tencor.com; sr at denx.de;
u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] (no subject)

Marc,

After you make that change you can use both dimms slot on the ocotea
board?

What error did you receive before the modification?

if I use only the second dimm slot with 256M it errors. if I use the
first dimm slot it is ok and if I use both dimms slot it error as well.


I am using 1.1.4.

Gerald

-----Original Message-----
From: "Howard, Marc"<Marc.Howard@KLA-Tencor.com>
Sent: 9/28/06 5:06:26 PM
To: "Stefan Roese"<sr@denx.de>,
"u-boot-users at lists.sourceforge.net"<u-boot-users@lists.sourceforge.net>
Subject: Re: [U-Boot-Users] (no subject)

Stefan,

Actually > 256MB won't work correctly.  There is a problem in
board/amcc/ocotea/init.S:

tlbtab:
    tlbtab_start
    tlbentry( 0xf0000000, SZ_256M, 0xf0000000, 1,
AC_R|AC_W|AC_X|SA_G|SA_I)
    tlbentry( CFG_PERIPHERAL_BASE, SZ_256M, 0x40000000, 1,
AC_R|AC_W|SA_G|SA_I)
    tlbentry( CFG_ISRAM_BASE, SZ_4K, 0x80000000, 0, AC_R|AC_W|AC_X )
    tlbentry( CFG_ISRAM_BASE + 0x1000, SZ_4K, 0x80001000, 0,
AC_R|AC_W|AC_X )
    tlbentry( CFG_SDRAM_BASE, SZ_256M, 0x00000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
    tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x00000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
    tlbentry( CFG_PCI_BASE, SZ_256M, 0x00000000, 2, AC_R|AC_W|SA_G|SA_I
)
    tlbentry( CFG_PCI_MEMBASE, SZ_256M, 0x00000000, 3,
AC_R|AC_W|SA_G|SA_I )
    tlbtab_en

The line:
 
tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x00000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )

...should be...

tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x10000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
                                                ^
------------------------------------------------^

The way it currently stands virtual addresses 256-512MB are mapped into
the same region as the 1st 256MB of SDRAM.

Marc Howard


> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net 
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf 
> Of Stefan Roese
> Sent: Thursday, September 28, 2006 5:48 AM
> To: u-boot-users at lists.sourceforge.net
> Subject: Re: [U-Boot-Users] (no subject)
> 
> Hi Gerald,
> 
> On Thursday 28 September 2006 04:03, Gerald Jackson wrote:
> > Does anyone know why u-boot 1.1.4 fails if you use two dimms in the
> > Ocotea Amcc board?
> >
> > I have try two 256 dimm, two 512 dimm, and one 256 dimm in 
> the second
> > slot ( nothing in the first slot) it all fails.
> >
> > Is this a know problem with the Ocotea board?
> 
> No. IIRC, we have tested Ocotea with different DIMM modules. 
> Which U-Boot 
> version are you using? What DIMM modules are you using? And 
> what combination 
> _is_ working?
> 
> A quick look at the TLB setup shows me, that a maximum of 
> 512MBytes could be 
> working. For more at least the TLB setup has to be changed.
> 
> Best regards,
> Stefan
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the 
> chance to share your
> opinions on IT & business topics through brief surveys -- and 
> earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
&CID=DEVDEV
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

             reply	other threads:[~2006-10-01  3:04 UTC|newest]

Thread overview: 165+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-01  3:04 Gerald Jackson [this message]
2006-10-01  9:23 ` [U-Boot-Users] (no subject) Stefan Roese
2006-10-01 13:00   ` Gerald Jackson
2006-10-01 17:15   ` Gerald Jackson
2006-10-01 17:59     ` Stefan Roese
2006-10-01 19:17       ` Gerald Jackson
2006-10-06 16:01         ` [U-Boot-Users] Ocotea board patch Gerald Jackson
2006-10-06 18:43           ` Wolfgang Denk
2006-10-06 19:47           ` Stefan Roese
2006-10-11  1:31           ` Gerald Jackson
2006-10-11  7:42             ` Stefan Roese
2006-10-03  1:33     ` [U-Boot-Users] Ethernet not work on Linux 2.6.17 w/ at91rm9200 patched nm
2006-10-03  9:09       ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-07-06  7:11 [U-Boot-Users] (no subject) David Saada
2008-07-07 16:52 ` Jon Loeliger
2008-07-03  6:30 钟文辉
2008-07-03  2:19 钟文辉
2008-07-02 13:07 钟文辉
2008-07-02  9:57 Shreeram
2008-07-02  5:36 钟文辉
2008-07-01  5:45 钟文辉
2008-06-30 13:05 钟文辉
2008-06-29  5:32 钟文辉
2008-06-28  4:34 钟文辉
2008-06-27 17:32 钟文辉
2008-06-27  5:47 钟文辉
2008-06-20  2:41 钟文辉
2008-06-19 12:02 钟文辉
2008-06-18 10:39 钟文辉
2008-06-18 13:43 ` Andrejs Cainikovs
2008-06-17  3:51 钟文辉
2008-06-14  4:02 钟文辉
2008-06-12 23:42 钟文辉
2008-06-11 18:39 钟文辉
2008-06-08  4:36 钟文辉
2008-06-07 20:28 钟文辉
2008-06-06 14:03 钟文辉
2008-05-01 17:21 钟文辉
2008-04-28 10:57 钟文辉
2008-04-22  9:19 钟文辉
2008-04-19 19:35 钟文辉
2008-04-13 13:23 钟文辉
2008-04-10  6:43 钟文辉
2008-04-10  1:48 钟文辉
2008-03-31 14:24 Wolfgang Denk
2008-03-23 20:08 钟文辉
2008-03-18  4:52 钟文辉
2008-02-29 21:18 Maupin, Chase
2008-03-01 10:32 ` Stefan Roese
2008-02-16 11:48 刁卓
2007-12-16 22:55 Исаев Ислам
2007-11-28 11:29 keng_629
2007-11-14 22:41 Mazhar Umer
2007-11-15  2:00 ` gvb.uboot
2007-11-13 12:52 Pugh S. Terry
2007-10-11 12:26 DI BACCO ANTONIO - technolabs
2007-09-26 13:25 briano manoj
2007-09-21 11:08 杨进忠
2007-09-21 11:01 杨进忠
2007-09-10 19:06 gb sudeep
2007-08-21 18:51 couture mamn
2007-08-21 16:54 Jas Pramov
2007-08-21  7:19 Neuhaus
2007-08-21  0:38 Peninsula
2007-08-20 18:57 Ludia Chirnside
2007-08-20 11:09 Kimberle Iliev
2007-08-20  4:40 notices
2007-08-18 13:32 Blanch L. Rosario
2007-08-13 12:11 ventasruggeri at doc.state.or.us
2007-08-11  1:17 Xu Mao
2007-08-11  0:10 Xu Mao
2007-08-10  5:56 Mychal sd
2007-08-10  5:54 Tiffany Lemaire
2007-08-07 12:04 Turner Paddy
     [not found] <AcfYB1eDMGy7sAfPRyWCrqXc2NUeVA==>
2007-08-06  8:54 ` Yotam Admon
2007-12-06 23:23   ` Tien ChenLi
2007-07-30  1:05 sun
2007-07-28 15:17 Brady D. Maggie
2007-07-23 21:32 Simeon T. Calderon
2007-07-18 11:13 Jo N. Bonilla
2007-07-11  9:08 hi5 Support
2007-06-06 15:18 Libor Fiedler - Alistar Systems s.r.o.
2007-05-14  9:26 Karl Chen
2007-01-10 10:43 Vivek Ananda BHADRA
2007-01-02  8:24 Sangmoon Kim
2006-12-11 16:55 Robert Deliën
2006-12-08  4:45 s.maiti at tcs.com
2006-12-08 13:51 ` Wolfgang Denk
2006-11-06  9:47 Rajucm
     [not found] <000001c6e414$b4f831e2$6500010a@reaonix.com>
2006-09-30 14:13 ` Gerald Jackson
2006-09-28 21:07 Howard, Marc
2006-09-30  2:04 ` Stefan Roese
2006-09-28  2:03 Gerald Jackson
2006-09-28 12:48 ` Stefan Roese
2006-07-04 13:03 tianxue lian
2006-06-26 16:04 Jeff Mann
2006-06-18  4:46 shizhi21cn
2006-06-18  4:05 shizhi21cn
2006-05-31  7:15 [U-Boot-Users] Intel 28F256J3C xuxian
2006-05-31  8:11 ` [U-Boot-Users] Which configuration? Stefan Roese
     [not found]   ` <20060531124311.64780@gmx.net>
2006-05-31 12:55     ` Stefan Roese
2006-05-31 12:56       ` [U-Boot-Users] (no subject) Norman Baier
2006-05-09 10:51 Joao, Nuno
2006-05-09 11:13 ` Wolfgang Denk
2006-05-05 20:49 Peter Wright
2006-05-05 22:33 ` Wolfgang Denk
2006-03-15  7:20 Daniel Alomar
2006-03-15 15:10 ` Wolfgang Denk
2006-03-01 16:15 tmike at recipes4linux.com
2006-03-01  0:19 Jerry K. Schieffer
2006-03-01  0:54 ` Wolfgang Denk
2006-02-21 12:11 ???
2006-02-21 12:37 ` Wolfgang Denk
2006-02-20 18:49 Wilson Callan
2006-02-01 22:04 Nguyen Nguyen
2005-10-09 19:54 Wolfgang Denk
2005-08-22  9:35 刘辉
2005-07-20  8:53 prabhu
2005-05-23 19:09 Andy Fleming
2005-10-08 23:51 ` Wolfgang Denk
     [not found] <200505111617.AA27328618@RCS-9000.COM>
2005-05-11  8:58 ` Wolfgang Denk
2005-05-11  6:12 zhonglei
2005-05-11  7:56 ` Wolfgang Denk
2005-05-11  1:30 zhonglei
2005-05-11  2:04 ` 朱成
2005-03-31 22:45 Woodruff, Richard
2005-03-31 22:32 C. Michael Sundius
2005-03-31 22:52 ` Scott McNutt
2005-03-31 22:56   ` C. Michael Sundius
2005-03-31 23:11     ` Wolfgang Denk
2005-03-02 14:50 SDI.-
2005-02-07 13:57 Bruce
2005-02-07 15:48 ` Wolfgang Denk
2005-01-31 12:18 sudheer rao anmol
2005-01-31 12:27 ` Wolfgang Denk
2005-01-28 10:33 Pankaj GOYAL
2005-01-31 22:54 ` George G. Davis
2004-12-27 17:44 richard at uclinux.net
2004-10-07 16:55 Eren Gurses
2004-10-07 18:26 ` Wolfgang Denk
2004-10-07 19:25 ` Mark Rakes
2004-10-06 14:30 Eren Gurses
2004-09-30  6:10 Richard Dong
2004-09-27  1:10 吴兵
2004-09-27  6:23 ` Marc Leeman
2004-09-27  7:22 ` Wolfgang Denk
2004-09-25  8:30 Ravi A
2004-07-30 11:52 chandrag at danlawinc.com
2004-07-30 14:00 ` Wolfgang Denk
2004-05-14 15:37 Vidya S
2004-05-13 16:06 Wolfgang Kanovsky
2004-04-29 22:24 Alan J. Luse
2004-04-16 21:42 Alan J. Luse
2004-04-16 21:30 Kerl, John
2004-02-11  2:12 listmember at orkun.us
2004-02-10 19:20 uboot at sundmangroup.com
2004-02-10 22:25 ` Wolfgang Denk
2003-12-30 13:47 Muhammad Sarwar
2003-12-30 13:54 ` Wolfgang Denk
2003-12-04  7:40 zhaodong
2003-11-26  3:27 jxz
2003-10-25 13:10 wang cheng
2003-10-25 17:33 ` Wolfgang Denk
2003-07-18 17:52 C Doyle
2003-09-27 17:12 ` Allen Curtis
2003-02-25 13:37 Matias Sundman
2003-02-25 14:35 ` Wolfgang Denk
2002-11-10 17:16 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=A7C98E37A5710946908EEC7C796A7442012F26@mainserver.reaonix.com \
    --to=gerald.jackson@reaonixsecurity.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.