<br><font size=2 face="sans-serif">Hello, all my friends,</font>
<br>
<br><font size=2 face="sans-serif">I am working on porting U-boot to an
MPC8541 board.</font>
<br><font size=2 face="sans-serif">MPC8541 has 2 TSEC and 2 FCC, an issue
is that it only has a single SMI master controller. </font>
<br><font size=2 face="sans-serif">This SMI interface is introduced and
illustrated in TSEC chapter of MPC8541 reference manual, while in FCC chapter
it is recommended that using GPIO to implement the SMI feature.</font>
<br>
<br><font size=2 face="sans-serif">In our design, we connect both PHY chips
(88E1111s and LXT973) to this single SMI interface, we have discussed and
believe that this will work.</font>
<br><font size=2 face="sans-serif">I know if we use GPIO for FCC to connect
with LXT973, I can use bit-bang mii driver(define CONFIG_BITBANGMII), however,
I cannot find code in U-boot to implement our current scheme. Mii driver
routines in tsec.c seems only designed for TSEC device.</font>
<br>
<br><font size=2 face="sans-serif">Do I need to write a mii_phy driver
for such a scheme?</font>
<br>
<br><font size=2 face="sans-serif">Thanks for your attention,</font>
<br>
<br><font size=2 face="sans-serif">Best Regards,<br>
Stephen Cheng</font>