<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/doc/README.NetConsole, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2012-09-24T18:55:43Z</updated>
<entry>
<title>net: Make the netconsole buffer size configurable</title>
<updated>2012-09-24T18:55:43Z</updated>
<author>
<name>Joe Hershberger</name>
</author>
<published>2012-07-31T06:09:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2c8fe5120f8da013cbd789be2f10cce880972836'/>
<id>urn:sha1:2c8fe5120f8da013cbd789be2f10cce880972836</id>
<content type='text'>
Allow a board to configure a larger buffer for netconsole, but leave
the default.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>net: Make netconsole src and dest ports configurable</title>
<updated>2012-09-24T18:17:24Z</updated>
<author>
<name>Joe Hershberger</name>
</author>
<published>2012-07-31T06:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=7f51898c1b170e0036e6931a17ada46e2b4fd52e'/>
<id>urn:sha1:7f51898c1b170e0036e6931a17ada46e2b4fd52e</id>
<content type='text'>
It is desirable to use different port numbers for sending and receiving
packets with netconsole in the case where you have more than one device
on the local subnet with netconsole enabled for broadcast.  When they
use the same port for both, any output from one will look like input to
the other.  This is typlically not desirable.

This patch allows the input and output ports to be specified separately
in the environment.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tools/netconsole: use ncb automatically if available</title>
<updated>2009-09-15T20:55:45Z</updated>
<author>
<name>Mike Frysinger</name>
</author>
<published>2009-09-09T16:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c20e4a9fbc531e2149ae061e8583f5fad82f163'/>
<id>urn:sha1:1c20e4a9fbc531e2149ae061e8583f5fad82f163</id>
<content type='text'>
The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
properly.  The local ncb util does however.  So if ncb can be located in
the standard locations, automatically use that instead.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tools/Makefile: Compile ncb when CONFIG_NETCONSOLE</title>
<updated>2009-04-03T23:12:25Z</updated>
<author>
<name>Peter Tyser</name>
</author>
<published>2009-03-13T23:54:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78'/>
<id>urn:sha1:1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78</id>
<content type='text'>
Also conditionally add ncb.o to OBJ_FILES list

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>tools/netconsole: new script for working with netconsole over UDP</title>
<updated>2008-12-10T08:23:11Z</updated>
<author>
<name>Mike Frysinger</name>
</author>
<published>2008-12-10T04:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=bcb6dd9187d4b23c748704767bd12d20c829e996'/>
<id>urn:sha1:bcb6dd9187d4b23c748704767bd12d20c829e996</id>
<content type='text'>
While the doc/README.NetConsole does have a snippet for people to
create their own netcat script, it's a lot easier to make a simple
dedicated script and tell people to use it.

Also spruce it up a bit to make it user friendly.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Update usage of 'nc' in README.NetConsole</title>
<updated>2007-04-04T22:12:28Z</updated>
<author>
<name>Igor Marnat</name>
</author>
<published>2007-03-21T06:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=443feb740584e406efa203af909fe2926608e8d5'/>
<id>urn:sha1:443feb740584e406efa203af909fe2926608e8d5</id>
<content type='text'>
Added information about usage of NetConsole on systems where the -l and -p
switches are mutually exclusive.

Signed-off-by: Igor Marnat &lt;marny@rambler.ru&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</content>
</entry>
<entry>
<title>* Patch by Richard Klingler, 03 Apr 2005:</title>
<updated>2005-04-03T14:52:59Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2005-04-03T14:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b'/>
<id>urn:sha1:b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b</id>
<content type='text'>
  Add call to eth_halt() in net/net.c when called functions fail
  after eth_init() has been called.

* Patch by Sam Song, 3 April 2005:
  - Update README.Netconsole
  - Update README
</content>
</entry>
<entry>
<title>* Clean up CMC PU2 flash driver</title>
<updated>2004-12-10T11:40:40Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2004-12-10T11:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=25d6712a81b31fc5e4c4bddd81e9aaddb84e23be'/>
<id>urn:sha1:25d6712a81b31fc5e4c4bddd81e9aaddb84e23be</id>
<content type='text'>
* Update MAINTAINERS file

* Fix bug in MPC823 LCD driver
</content>
</entry>
<entry>
<title>* Patch by Detlev Zundel, 08 Sep 2004:</title>
<updated>2004-09-08T22:03:11Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2004-09-08T22:03:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=eedcd078fe1434d93b84322c4e14c52f80282a41'/>
<id>urn:sha1:eedcd078fe1434d93b84322c4e14c52f80282a41</id>
<content type='text'>
  Update etags build target

* Improve NetConsole support: add support for broadcast destination
  address and buffered input.

* Cleanup compiler warnings for GCC 3.3.x and later

* Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
</content>
</entry>
<entry>
<title>Add support for console over UDP (compatible to Ingo Molnar's</title>
<updated>2004-08-02T21:11:11Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2004-08-02T21:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=68ceb29e7133a0f972f53d3d61fd61207374baec'/>
<id>urn:sha1:68ceb29e7133a0f972f53d3d61fd61207374baec</id>
<content type='text'>
netconsole patch under Linux)
</content>
</entry>
</feed>
