From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 11 Jul 2010 23:55:36 -0700 Subject: [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically In-Reply-To: <4C3ABBDC.1070004@gmail.com> References: <1278322240-12609-1-git-send-email-vapier@gentoo.org> <1278322240-12609-25-git-send-email-vapier@gentoo.org> <4C3ABBDC.1070004@gmail.com> Message-ID: <4C3ABC68.9000003@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 On 7/11/2010 11:53 PM, Ben Warren wrote: > 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 On second thought, it probably makes more sense to keep this as part of your patchset. I shouldn't have pulled it in the first place since it's really board code. regards, Ben