From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 20 Jul 2009 23:37:56 -0700 Subject: [U-Boot] [PATCH] - save the server's mac address... In-Reply-To: <200907131619.51969.rgetz@blackfin.uclinux.org> References: <200907081450.16160.rgetz@blackfin.uclinux.org> <200907131619.51969.rgetz@blackfin.uclinux.org> Message-ID: <4A656244.5070709@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 Hi Robin, Robin Getz wrote: > From: Robin Getz > > Linux's netconsole works much better when you can pass it the MAC address of > the server. (otherwise it just uses broadcast, which everyone else on my > network complains about :) > > This sets the env var "serveraddr" (to match ethaddr), so that you can pass > it to linux with whatever bootargs you want to.... > > addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr) > > Signed-of-by: Robin Getz > > > --- > > Index: net/net.c > =================================================================== > --- net/net.c (revision 1968) > +++ net/net.c (working copy) Can you please re-submit using git tools? thanks, Ben