From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 17 Aug 2009 19:38:50 +0200 Subject: [U-Boot] [PATCH] Adding support for DevKit8000 In-Reply-To: References: <1250500736-20034-1-git-send-email-frederik@kriewitz.eu> <4A897571.9090404@googlemail.com> Message-ID: <4A8995AA.1090401@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Frederik Kriewitz wrote: > On Mon, Aug 17, 2009 at 5:21 PM, Dirk Behme wrote: >> With the OMAP DIE_ID thread we know what you are doing here. But do we want >> to have this really in mainline? It looks to me like a workaround for broken >> hardware (that is, having no proper MAC address configured)? Or do I miss >> anything? > > I'll ask Embest (manufacturer of the board) to get some real MAC addresses. > > Some boards/devices already use random MAC addresses: > drivers/net/kirkwood_egiga.c > board/bf518f-ezbrd/bf518f-ezbrd.c > board/bf526-ezbrd/bf526-ezbrd.c > board/bf527-ezkit/bf527-ezkit.c > board/bf537-minotaur/bf537-minotaur.c > board/bf537-pnav/bf537-pnav.c > board/bf537-srv1/bf537-srv1.c > board/bf537-stamp/bf537-stamp.c > board/cm-bf527/cm-bf527.c > board/cm-bf537e/cm-bf537e.c Thanks. If everybody is fine with this, I will not object, too ;) Best regards Dirk