From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brilliantov Kirill Vladimirovich Date: Sat, 05 May 2012 10:55:28 +0400 Subject: [U-Boot] [PATCH] davinci: added Marvell 88E1111 PHY support In-Reply-To: <4FA40AB6.9070206@ti.com> References: <1336129094-396-1-git-send-email-brilliantov@byterg.ru> <4FA40AB6.9070206@ti.com> Message-ID: <4FA4CEE0.6030709@byterg.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tom Rini wrote on 05/04/2012 08:58 PM: > > OK, we really need the emac driver converted to phylib (which already > has this PHY it looks like). Any chance you would have time to try doing > that? > Tom, now I try modify driver/net/phy/marvell.c. I add next defines in include/configs/davinci_dm365evn.h: #define CONFIG_PHYLIB #define CONFIG_PHY_MARVELL After starting U-Boot I see initializing Marvell driver, but I don't see another functions, e.g. config or startup. How can I link phylib and TI_EMAC? Thank you and excuse me for my bad english.