From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 07 Jul 2008 15:03:42 -0700 Subject: [U-Boot-Users] PHY lib In-Reply-To: <5098.7945-23160-712761107-1215440878@seznam.cz> References: <5098.7945-23160-712761107-1215440878@seznam.cz> Message-ID: <487292BE.7080904@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, Michal Simek wrote: > Hi Ben and others, > > do you have any plan to start with PHY libs? > I saw to tsec driver - there are some phy description. > I would like to use phy description for one eth driver which I do. > > I'm finally finding time to work on refactoring U-boot's networking support, one of the parts of which is a proper PHY library. For several reasons, it pulls a lot from the TSEC driver. Cutting and pasting the PHY descriptions from TSEC is probably a good idea (in as much as cutting and pasting is a good idea :)). regards, Ben