RE: [U-Boot-Users] MII PHY

Any one who can tell me where to download the MII specification? Thx!
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net] On Behalf Of richard@uclinux.net Sent: 2004年12月27日 16:27 To: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] MII PHY
Never mind (o;
Evening (o;
Someone has a clue why using "miiphy_reset" and "miiphy_write" would not work on a MPC852T board with DP83846A PHY?
Always gives "mii_send STUCK!" when I call through common/board.c via "phy_reset" with PDDIR and PDPAR set correctly to 0x1fff.
Problem is that the DP83846 PHY comes up with "auto-negotiation" set to on and "isolate" also set to on....so after resetting the "isolate" bit it works just fine.
Any other nice place to place a PHY reset code?
PHY has hardwired address of "0" which means "isolate" for all PHYs I think. Working perfectly now (o;
Now only board specific FPGA and PCMCIA code is missing for finishing the com2gether Opus103 support.
rick
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

On Mon, 27 Dec 2004 16:39:27 +0800, Yu JunMiao-r61929 wrote
Any one who can tell me where to download the MII specification? Thx!
I think you don't need to study MII's specification. Please study your CPU's and your PHY's datasheet. Some CPU have a dedicate pin as MDIO MDCK to operate PHY, others you must use GPIO to control PHY's register.
That's enough I think. Regards, Luo Yanjun.
participants (2)
-
Yanjun Luo
-
Yu JunMiao-r61929