From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Sat, 08 Dec 2007 23:32:08 +0100 Subject: [U-Boot-Users] PATCH: support board-specific ethernet PHY init for ARM In-Reply-To: <20071208124534.GB32116@game.jcrosoft.org> References: <20071110152920.GA10872@discworld.dascon.de> <20071208124534.GB32116@game.jcrosoft.org> Message-ID: <475B1B68.2040905@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > The phy reset will be call in the mac layer drivers not in the board > part. > It seems I am a bit lost in the network code. As I see it, I have to place board-specific PHY reset code after the call to eth_initialize in board.c, but before main_loop. If there is already such a hook in generic code, could you please tell me where? cu Michael