From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 21 Nov 2007 11:49:02 -0500 Subject: [U-Boot-Users] PHY library? In-Reply-To: <1195663103.26187.1.camel@ld0161-tx32> References: <13876488.post@talk.nabble.com> <47444864.30509@qstreams.com> <1195663103.26187.1.camel@ld0161-tx32> Message-ID: <4744617E.5060009@qstreams.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jon Loeliger wrote: > On Wed, 2007-11-21 at 09:01, Ben Warren wrote: > > >> Absolutely. In fact, I'm working on one right now... Access methods to >> PHYs are currently common (miiphybb.c and miiphyutil.c) but there's no >> reason why the TSEC, UCC and other drivers should have hard wiring for >> individual PHY devices. Any design suggestions you or others have are >> welcome. >> > > > Well, there _is_ the long standing tradition of, er, borrowing > code from Linux...where there just happens to be a PHY lib > already in place, written by somebody named Andy Fleming. > We might consider leveraging that some...? > > jdl > > > > There will be much blatant ripping-off of Andy's fine library. Ben