From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Gehrlein Date: Fri, 16 May 2008 17:15:41 +0200 Subject: [U-Boot-Users] smc911x: cannot pass the MAC address from U-Boot to the Linux driver via chip registers Message-ID: <482DA51D.7070705@tqs.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, in the smc911x U-Boot driver the call of eth_halt() causes a reset of the ethernet controller. This also resets the MAC address in the according chip registers. This makes it impossible to pass the MAC address to an ARM kernel because the smc911x linux driver reads the MAC address from the MAC registers and complains if the found values are invalid. Any ideas to solve this problem, e.g. - rewriting the MAC address after reset? - not to reset the chip? - another passing mechanism to the kernel? - or ... Best Regards, Jens