[U-Boot] [PATCH 2/3] Add sendnbc tool to broadcast NBC magic packet

2010-11-17 Thread tristan . lelong
From: Tristan Lelong tristan.lel...@blunderer.org This tool send NBC packet filled with data provided on command line It can be used in combination with netconsole by calling: BOARD_IP=192.168.0.2 ./sendnbc -i $BOARD_IP ./netconsole $BOARD_IP Signed-off-by: Tristan Lelong

Re: [U-Boot] [PATCH 2/3] Add sendnbc tool to broadcast NBC magic packet

2010-11-17 Thread Mike Frysinger
On Tuesday, November 16, 2010 13:04:32 tristan.lel...@blunderer.org wrote: --- /dev/null +++ b/tools/sendnbc.c @@ -0,0 +1,219 @@ +#include stdio.h missing licensing copyright header +static void usage (char *argv0) style problems throughout this file too + printf +

Re: [U-Boot] [PATCH 2/3] Add sendnbc tool to broadcast NBC magic packet

2010-11-17 Thread tristan
Hi Mike, Thank you for all your correction hints. I used the Lindent script to check for mistakes, but obviously, this was not enought, and I will correct all these with care. Regards 2010/11/17 Mike Frysinger vap...@gentoo.org On Tuesday, November 16, 2010 13:04:32