Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
> -Original Message- > From: Ben Warren [mailto:biggerbadder...@gmail.com] > Sent: Monday, April 26, 2010 10:09 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v3] Program net device MAC > addresses after initializing > >

Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Ben Warren
-boot@lists.denx.de >> Cc: biggerbadder...@gmail.com >> Subject: [U-Boot] [PATCH v3] Program net device MAC addresses >> after initializing >> >> Add a new function to the eth_device struct for programming a network >> controller's hardware address. >> >&g

Re: [U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ben Warren > Sent: Monday, April 26, 2010 11:26 AM > To: u-boot@lists.denx.de > Cc: biggerbadder...@gmail.com > Subject: [U-Boot] [PATCH v3] Program net

[U-Boot] [PATCH v3] Program net device MAC addresses after initializing

2010-04-25 Thread Ben Warren
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 wit