<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2></FONT>
<DIV><FONT face=Arial size=2></FONT><BR><FONT face=sans-serif size=2>&gt;I found 
that ADS8260 board enables PHY by the following lines of code</FONT> <BR><FONT 
face=Arial size=2>&gt;</FONT><BR><FONT face=sans-serif size=2>&gt;#ifndef 
CONFIG_ADS8260</FONT> <BR><FONT face=sans-serif size=2>&gt;&nbsp; &nbsp; &nbsp; 
&nbsp; /* Enable the PHY.</FONT> <BR><FONT face=sans-serif size=2>&gt;&nbsp; 
&nbsp; &nbsp; &nbsp; */</FONT> <BR><FONT face=sans-serif size=2>&gt;&nbsp; 
&nbsp; &nbsp; &nbsp; *(volatile uint *)(BCSR_ADDR + 4) &amp;= 
~BCSR1_FETHIEN;</FONT> <BR><FONT face=sans-serif size=2>&gt;&nbsp; &nbsp; &nbsp; 
&nbsp; *(volatile uint *)(BCSR_ADDR + 4) |= &nbsp;BCSR1_FETH_RST;</FONT> 
<BR><FONT face=sans-serif size=2>&gt;#endif</FONT> <BR><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=sans-serif size=2>&gt;Our board does not have BCSR. My question 
is how to enable PHY for MPC8260 based customs board without BCSR? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If your board does not have the BCSR you can 
just&nbsp;leave this code out.&nbsp; </FONT><FONT face=Arial 
size=2>Usually,&nbsp;</FONT><FONT face=Arial size=2>you only need to configure 
which MDII </FONT></DIV>
<DIV><FONT face=Arial size=2>interface your PHY is&nbsp;</FONT><FONT face=Arial 
size=2>connected to and which IRQ it uses.&nbsp; But of course I don't know how 
your PHY is wired up on your</FONT></DIV>
<DIV><FONT face=Arial size=2>custom board.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Mark Chambers</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial 
size=2></FONT><BR><BR>&nbsp;</DIV></BODY></HTML>