* [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
* [U-Boot-Users] bug in cpu/ppc4xx/start.S
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
0 siblings, 1 reply; 3+ messages in thread
From: Ben Warren @ 2007-05-20 19:58 UTC (permalink / raw)
To: u-boot
Hi Bruce,
On Sun, 2007-05-20 at 12:37 -0700, Bruce Adler wrote:
> 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
AFAIK, the bug database on sourceforge isn't used. If you know how to
fix something, send a properly-formatted patch to this list, probably
CC'ing the custodian to get his/her attention.
regards,
Ben
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] bug in cpu/ppc4xx/start.S
2007-05-20 19:58 ` Ben Warren
@ 2007-05-21 5:36 ` Stefan Roese
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2007-05-21 5:36 UTC (permalink / raw)
To: u-boot
On Sunday 20 May 2007, Ben Warren wrote:
> > 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
>
> AFAIK, the bug database on sourceforge isn't used. If you know how to
> fix something, send a properly-formatted patch to this list, probably
> CC'ing the custodian to get his/her attention.
Yes, please send a patch to the list (and CC to me). In this case not
necessary anymore, since I already intergrated your fix into a update that
will be pushed soon to the official repository.
Thanks for spotting.
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 at denx.de
=====================================================================
^ 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