Re: [U-Boot] MPC512x FEC/MII

2011-09-27 Thread Detlev Zundel
Hi Kolja, [...] >> > The PHY is only initialized while a network command (such as dhcp, tftp, >> > ...) is being executed. >> >> Well, this is actually in line with the U-Boot design principles of >> initializing a device only if its needed[1]. This principle was >> disregarded regularly in the

Re: [U-Boot] MPC512x FEC/MII

2011-09-27 Thread Schneider, Kolja
Hi Detlev, > -Ursprüngliche Nachricht- > Von: Detlev Zundel [mailto:d...@denx.de] > Gesendet: Dienstag, 27. September 2011 16:28 > An: Bernhard Kaindl > Cc: Schneider, Kolja; u-boot@lists.denx.de > Betreff: Re: [U-Boot] MPC512x FEC/MII > > Hi Bernhard, > &g

Re: [U-Boot] MPC512x FEC/MII

2011-09-27 Thread Detlev Zundel
Hi Bernhard, > we also get broken output from mii_cmd when the commit which you show > below is applied, reverting it helps. > > Hardware: Our own MPC5121ADS-based board and the MPC5121ADS development > board. > > The commit is titled: > > mpc512x_fec: Move PHY initialization from probe into ini

Re: [U-Boot] MPC512x FEC/MII

2011-09-12 Thread Bernhard Kaindl
Hello Kolja, we also get broken output from mii_cmd when the commit which you show below is applied, reverting it helps. Hardware: Our own MPC5121ADS-based board and the MPC5121ADS development board. The commit is titled: mpc512x_fec: Move PHY initialization from probe into init routin This

[U-Boot] MPC512x FEC/MII

2011-09-09 Thread Schneider, Kolja
Hi all, I have recently updated the U-Boot on one of our MPC512x-based boards from 2009.11 (+some patches) to a current u-boot build and noticed that the git commit 525856d59910c72687ab6201f39cdf1c04cfc15 apparenty broke the mii commands (see below) on this board. The patch moved PHY initializ