
19 Nov
2007
19 Nov
'07
5:12 p.m.
On Mon, 2007-11-19 at 16:51 +0100, Joakim Tjernlund wrote:
Just tried to move my 83xx based board to latest u-boot and noticed an old problem. u-boot tries to bring up the ethernet at startup, not the first time it is used:
U-Boot 1.3.0-rc3-g992742a5-dirty (Nov 19 2007 - 16:45:18)
Reset Status: External/Internal Soft, External/Internal Hard
CPU: e300c2, MPC8323E, Rev: 10 at 266.664 MHz, CSB: 133 MHz
Looked into uec_phy.c driver to find the source of: read wrong value : mii_id 3,mii_reg 3, base e0102320 I don't have PHYs in my system and I wonder if there is a way to avoid this message?
Also, there is a udelay(100000) in that function, uec_read_phy_reg(), that slows it down alot. Is that really needed?
Jocke