* AMCC PPC440EPx/sequoia stability question...
@ 2008-04-23 3:33 Dave Littell
2008-04-23 12:49 ` [U-Boot-Users] " Stefan Roese
0 siblings, 1 reply; 6+ messages in thread
From: Dave Littell @ 2008-04-23 3:33 UTC (permalink / raw)
To: linuxppc-embedded, u-boot-users
Hi all,
I'm working on an AMCC PPC440EPx-based platform that's similar to the
Sequoia. The board runs pretty well, but occasionally takes exceptions
both in U-Boot and while running Linux. The exceptions vary from
Illegal Instructions to FP Unavailable to FP Unimplemented to ITLB and
DTLB Errors, to DSI, etc., which made us believe there's a problem with
SDRAM. Sometimes there are simple hard lockups from which even the JTAG
can't regain control. However, the SDRAM physical/electrical and DDR
Controller configurations have been investigated in detail (and some
corrections made) with no resulting improvement in the exception behavior.
We see problems primarily at 667 MHz but have noted some issues at 533
MHz as well. Some boards seem particularly susceptible to this while
others rarely (if ever) exhibit the problem.
At this point all possibilities are on the table and I'm looking for any
input from anyone with experience (good, bad, or whatever) with this
processor and/or designs similar to the Sequoia.
Thanks very much,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [U-Boot-Users] AMCC PPC440EPx/sequoia stability question...
2008-04-23 3:33 AMCC PPC440EPx/sequoia stability question Dave Littell
@ 2008-04-23 12:49 ` Stefan Roese
2008-04-24 1:10 ` Josh Boyer
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Roese @ 2008-04-23 12:49 UTC (permalink / raw)
To: u-boot-users; +Cc: Dave Littell, linuxppc-embedded
On Wednesday 23 April 2008, Dave Littell wrote:
> I'm working on an AMCC PPC440EPx-based platform that's similar to the
> Sequoia. The board runs pretty well, but occasionally takes exceptions
> both in U-Boot and while running Linux. The exceptions vary from
> Illegal Instructions to FP Unavailable to FP Unimplemented to ITLB and
> DTLB Errors, to DSI, etc., which made us believe there's a problem with
> SDRAM.
Yes, this is my first idea too. Almost every time such "random" errors are
seen, SDRAM setup/initialization is the cause for it.
> Sometimes there are simple hard lockups from which even the JTAG
> can't regain control. However, the SDRAM physical/electrical and DDR
> Controller configurations have been investigated in detail (and some
> corrections made) with no resulting improvement in the exception behavior.
Is the SDRAM termination similar to the one used on Sequoia too? Are you using
soldered chips and not DIMM modules? Is ECC available?
> We see problems primarily at 667 MHz but have noted some issues at 533
> MHz as well. Some boards seem particularly susceptible to this while
> others rarely (if ever) exhibit the problem.
>
> At this point all possibilities are on the table and I'm looking for any
> input from anyone with experience (good, bad, or whatever) with this
> processor and/or designs similar to the Sequoia.
If you scan the U-Boot mailing list for 440EPx/Denali DDR2 problems, you will
most likely find some references.
Please note that I recently introduced a CFG_MEM_TOP_HIDE option for the
440EPx CHIP 11 errata. I suggest you take a look at this too and see if this
changes your behavior.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [U-Boot-Users] AMCC PPC440EPx/sequoia stability question...
2008-04-23 12:49 ` [U-Boot-Users] " Stefan Roese
@ 2008-04-24 1:10 ` Josh Boyer
2008-04-24 4:36 ` Stefan Roese
0 siblings, 1 reply; 6+ messages in thread
From: Josh Boyer @ 2008-04-24 1:10 UTC (permalink / raw)
To: Stefan Roese; +Cc: u-boot-users, linuxppc-embedded
On Wed, 2008-04-23 at 14:49 +0200, Stefan Roese wrote:
> On Wednesday 23 April 2008, Dave Littell wrote:
> > At this point all possibilities are on the table and I'm looking for any
> > input from anyone with experience (good, bad, or whatever) with this
> > processor and/or designs similar to the Sequoia.
>
> If you scan the U-Boot mailing list for 440EPx/Denali DDR2 problems, you will
> most likely find some references.
>
> Please note that I recently introduced a CFG_MEM_TOP_HIDE option for the
> 440EPx CHIP 11 errata. I suggest you take a look at this too and see if this
> changes your behavior.
Explain this a bit more please? Is a kernel change needed here?
josh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [U-Boot-Users] AMCC PPC440EPx/sequoia stability question...
2008-04-24 1:10 ` Josh Boyer
@ 2008-04-24 4:36 ` Stefan Roese
2008-04-24 12:00 ` Josh Boyer
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Roese @ 2008-04-24 4:36 UTC (permalink / raw)
To: jwboyer; +Cc: u-boot-users, linuxppc-embedded
On Thursday 24 April 2008, Josh Boyer wrote:
> > Please note that I recently introduced a CFG_MEM_TOP_HIDE option for the
> > 440EPx CHIP 11 errata. I suggest you take a look at this too and see if
> > this changes your behavior.
>
> Explain this a bit more please? Is a kernel change needed here?
This depends. When the bootwrapper version is used then yes, the kernel should
get changed. This is because the bootwrapper detects the SDRAM size from the
DDR2 controller and passes it to Linux.
Without bootwrapper no changes are needed, since U-Boot already passes the
corrected memory size to Linux (totalsize-4k currently).
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [U-Boot-Users] AMCC PPC440EPx/sequoia stability question...
2008-04-24 4:36 ` Stefan Roese
@ 2008-04-24 12:00 ` Josh Boyer
2008-04-24 13:06 ` Stefan Roese
0 siblings, 1 reply; 6+ messages in thread
From: Josh Boyer @ 2008-04-24 12:00 UTC (permalink / raw)
To: Stefan Roese; +Cc: u-boot-users, linuxppc-embedded
On Thu, 2008-04-24 at 06:36 +0200, Stefan Roese wrote:
> On Thursday 24 April 2008, Josh Boyer wrote:
> > > Please note that I recently introduced a CFG_MEM_TOP_HIDE option for the
> > > 440EPx CHIP 11 errata. I suggest you take a look at this too and see if
> > > this changes your behavior.
> >
> > Explain this a bit more please? Is a kernel change needed here?
>
> This depends. When the bootwrapper version is used then yes, the kernel should
> get changed. This is because the bootwrapper detects the SDRAM size from the
> DDR2 controller and passes it to Linux.
>
> Without bootwrapper no changes are needed, since U-Boot already passes the
> corrected memory size to Linux (totalsize-4k currently).
Hm. Given that AMCC ships the boards with an older U-Boot that requires
cuImages, I think we'll need to patch the wrapper. Does 440GRx share
this same errata? I would think so.
josh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [U-Boot-Users] AMCC PPC440EPx/sequoia stability question...
2008-04-24 12:00 ` Josh Boyer
@ 2008-04-24 13:06 ` Stefan Roese
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2008-04-24 13:06 UTC (permalink / raw)
To: jwboyer; +Cc: u-boot-users, linuxppc-embedded
On Thursday 24 April 2008, Josh Boyer wrote:
> > This depends. When the bootwrapper version is used then yes, the kernel
> > should get changed. This is because the bootwrapper detects the SDRAM
> > size from the DDR2 controller and passes it to Linux.
> >
> > Without bootwrapper no changes are needed, since U-Boot already passes
> > the corrected memory size to Linux (totalsize-4k currently).
>
> Hm. Given that AMCC ships the boards with an older U-Boot that requires
> cuImages, I think we'll need to patch the wrapper.
Yes, this should be done too. I forgot about it since I usually don't use the
wrapper.
> Does 440GRx share
> this same errata? I would think so.
Yep. Same problem on 440GRx.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-24 13:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 3:33 AMCC PPC440EPx/sequoia stability question Dave Littell
2008-04-23 12:49 ` [U-Boot-Users] " Stefan Roese
2008-04-24 1:10 ` Josh Boyer
2008-04-24 4:36 ` Stefan Roese
2008-04-24 12:00 ` Josh Boyer
2008-04-24 13:06 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).