From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Wed, 21 Nov 2007 10:38:23 -0600 Subject: [U-Boot-Users] PHY library? In-Reply-To: <47444864.30509@qstreams.com> References: <13876488.post@talk.nabble.com> <47444864.30509@qstreams.com> Message-ID: <1195663103.26187.1.camel@ld0161-tx32> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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