From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 11 Jul 2010 23:53:16 -0700 Subject: [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically In-Reply-To: <1278322240-12609-25-git-send-email-vapier@gentoo.org> References: <1278322240-12609-1-git-send-email-vapier@gentoo.org> <1278322240-12609-25-git-send-email-vapier@gentoo.org> Message-ID: <4C3ABBDC.1070004@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 Mike, On 7/5/2010 2:30 AM, Mike Frysinger wrote: > The original BF518F-EZBRD's have a Micrel KSZ8893 DSA on them, but newer > ones only have a National PHY (which lack a RX Error interrupt line). So > in the board eth init code, dynamically detect what is hooked up to the MAC > and handle each accordingly. > > Signed-off-by: Mike Frysinger > --- > board/bf518f-ezbrd/bf518f-ezbrd.c | 23 +++++++++++++---------- > include/configs/bf518f-ezbrd.h | 20 ++++++++++++++++++++ > 2 files changed, 33 insertions(+), 10 deletions(-) Applied to net repo. thanks, Ben