From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 27 Apr 2010 10:01:44 -0700 Subject: [U-Boot] [PATCH v4] Program net device MAC addresses after initializing In-Reply-To: <1272306230-20453-1-git-send-email-biggerbadderben@gmail.com> References: <1272306230-20453-1-git-send-email-biggerbadderben@gmail.com> Message-ID: <4BD71878.7020707@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 4/26/2010 11:23 AM, Ben Warren wrote: > Add a new function to the eth_device struct for programming a network > controller's hardware address. > > After all network devices have been initialized and the proper MAC address > for each has been determined, make a device driver call to program the > address into the device. Only device instances with valid unicast addresses > will be programmed. > > Signed-off-by: Ben Warren > Acked-by: Heiko Schocher > Acked-by: Detlev Zundel > Tested-by: Prafulla Wadaskar > --- > Numerous positive test reports, no NAKs. Adding to net repo. regards, Ben