From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matheos Worku Date: Tue, 11 Nov 2008 13:14:18 -0800 Subject: [U-Boot] Uboot Ethernet driver for Broadcom BCM5481 PHY In-Reply-To: <4919F443.7050600@gmail.com> References: <4919DDD1.2080001@sun.com> <4919E286.1010609@gmail.com> <4919E650.6090802@sun.com> <4919F443.7050600@gmail.com> Message-ID: <4919F5AA.9000004@sun.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ben Warren wrote: > Matheos Worku wrote: >> Ben Warren wrote: >> >>> Hi Matheos, >>> >>> Matheos Worku wrote: >>> >>> >>>> Hi, >>>> >>>> I was wondering if a uboot ethernet PHY driver for Broadcom >>>> BCM5481 PHY exists? >>>> >>>> >>> What are you connecting it to? >>> >>> >> Ben, >> >> The CPU I would be using is Freescale MPC85XX family (with built in >> GIANFAR MAC). RJ45 on the networking side. >> Regards >> Matheos > There's in-tree support for the BCM5461 and BCM5464 in > drivers/net/tsec.c (which is the gianfar driver), and support for the > BMC5481 on the UEC driver (drivers/qe/uec.c). Between the two you > should be able to get this working pretty easily. There's slow > ongoing work on unifying the PHY drivers, but it's not there yet. > > regards, > Ben Ben, Thanks a lot for the info. Regards Matheos