public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] bug in cpu/ppc4xx/start.S
@ 2007-05-20 19:37 Bruce Adler
  2007-05-20 19:58 ` Ben Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Adler @ 2007-05-20 19:37 UTC (permalink / raw)
  To: u-boot

hi,

what's the preferred method for reporting u-boot bugs? enter
them into the bug database on sourceforge.net, or post them 
to the mailing list, or email the designated custodian?

the reason I ask is that I just discovered a bug in the 
OCM initialization code for the PPC405EZ

at line 786, the mtdcr instruction specifies the wrong register,
it should say "r4" not "r3"

this:

         addis   r3,0,0x0800             /* OCM Data Parity Disable - 1 Wait State */
         mtdcr   ocmdsisdpc,r4
 
should be changed to this:

         addis   r3,0,0x0800             /* OCM Data Parity Disable - 1 Wait State */
         mtdcr   ocmdsisdpc,r3


bruce

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-21  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 19:37 [U-Boot-Users] bug in cpu/ppc4xx/start.S Bruce Adler
2007-05-20 19:58 ` Ben Warren
2007-05-21  5:36   ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox