uboot-mt623x/net
Robin Getz 97cfe86163 Save server's MAC address in environment
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 <rgetz@blackfin.uclinux.org>

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2009-07-22 23:17:01 -07:00
..
Makefile Add DNS support 2009-07-22 22:53:44 -07:00
bootp.c net: rename NetRxPkt to NetRxPacket 2009-07-22 22:53:43 -07:00
bootp.h net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
dns.c Add DNS support 2009-07-22 22:53:44 -07:00
dns.h Add DNS support 2009-07-22 22:53:44 -07:00
eth.c Add warning about upcoming removal of old Ethernet API 2009-07-22 22:53:44 -07:00
net.c Save server's MAC address in environment 2009-07-22 23:17:01 -07:00
nfs.c convert print_IPaddr() to %pI4 2009-03-20 22:39:09 +01:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
rarp.c net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c net/sntp.c: move ifdef into Makefile COBJS-$(...) 2009-02-09 22:53:54 -08:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c convert print_IPaddr() to %pI4 2009-03-20 22:39:09 +01:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00