Searched hist:"97 cfe86163505ea18e7ff7b71e78df5bb03dad57" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 97cfe86163505ea18e7ff7b71e78df5bb03dad57 Tue Jul 21 11:15:28 CDT 2009 Robin Getz <rgetz@blackfin.uclinux.org> 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>
|
/openbmc/u-boot/ |
H A D | README | 97cfe86163505ea18e7ff7b71e78df5bb03dad57 Tue Jul 21 11:15:28 CDT 2009 Robin Getz <rgetz@blackfin.uclinux.org> 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>
|