> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Albert ARIBAUD > Sent: Wednesday, October 06, 2010 7:26 PM > To: Albert ARIBAUD > Cc: [email protected]; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] Mvbge driver broken on kirkwood > platforms after ARM relocation > > Le 06/10/2010 15:54, Albert ARIBAUD a écrit : > > >>> Have you tested this on edminv2 platform? > >>> If it is working at your end? Can you please cross check > the same with Kirkwood platform? > > > > I am positive that mvgbe driver works, because it initially > did not on > > my edminiv2, and I traced the root cause to gd being trashed between > > board_init_f and board_init_r; that was fixed before I > submitted this patch. > > > > I will test on the openrd platform. > > BTW: Prafulla, what toolchain are you using for your kirkwood > platforms?
Hi Albert I tried with Gcc ver 4.1.2 (Red Hat 4.1.2-33.fa1) and gcc ver 4.4.1 (Sourcery G++ Lite 2009q3-68) In both the cases it fails. Further I debugged the issue and found that- it fails in drivers/net/mvgb...@mvgbe_send() in while loop. It is clear that the Scheduled tx DMA xter is not getting completed, nor reporting error. Then I checked with other board having switch instead of phy, and it works !!. Whereas any release earlier to ARM relocation patches works very well (i.e. diff against u-boot-marvell.git/master and u-boot-arm.git) So I am unable to figure out whom to address? For me this happened since I moved to new ARM relocation code base. So initial doubt goes there. If you have openrd_base you can give a try Regards.. Prafulla . . > > Amicalement, > -- > Albert. > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

