From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 30 Oct 2007 11:37:41 -0500 Subject: [U-Boot-Users] [PATCH] ATSTK1002: Remove default ethernet addresses In-Reply-To: <000c01c81af3$e6d764f0$c81f1fac@silver> References: <20071029165555.58577125@dhcp-255-175.norway.atmel.com> <000c01c81af3$e6d764f0$c81f1fac@silver> Message-ID: <20071030163741.GA4534@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 30, 2007 at 08:53:40AM -0400, Robin Cutshaw wrote: > Does Atmel not have an Ethernet vendor allocation? Ideally, a unique MAC > would be included on a sticker on each board. This would provide something > for each developer to use. I'm not crazy about having a "default" address > for reasons already mentioned. What about a randomly generated MAC address > should there not be one already set in flash? This would provide for Ulf's > no touch initial setup and still provide for a mostly non-dup solution? You'd need a non-deterministic random seed... and an RTC doesn't count if all the boards come back from a power outage at once. :-) -Scott