From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Tue, 11 Dec 2007 19:38:54 +0100 Subject: [U-Boot-Users] [PATCH] ARM: add support of CONFIG_LAST_STAGE_INIT for arm In-Reply-To: <20071211095906.77701bb0@dhcp-252-066.norway.atmel.com> References: <20071209145042.C7E41247F5@gemini.denx.de> <475C19F5.4090507@discworld.dascon.de> <20071210185827.4f3c005b@dhcp-252-066.norway.atmel.com> <475DA178.4040000@qstreams.com> <20071211095906.77701bb0@dhcp-252-066.norway.atmel.com> Message-ID: <475ED93E.2070407@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 Haavard Skinnemoen wrote: > It should probably initialize the PHY interface (i.e. the MDIO > interface) early, but I agree that it should delay initializing the > actual PHY until it is needed. > That may depend on board/PHY: on some PHYs, the LED pin functions need to be set in software, so on power-up the ethernet LEDs may light up and display bogus states, so I would prefer to configure that early, even if the port is not used. cu Michael