<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.NetConsole, branch v2009.08-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>tools/Makefile: Compile ncb when CONFIG_NETCONSOLE</title>
<updated>2009-04-03T23:12:25+00:00</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-03-13T23:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also conditionally add ncb.o to OBJ_FILES list

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/netconsole: new script for working with netconsole over UDP</title>
<updated>2008-12-10T08:23:11+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-12-10T04:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=bcb6dd9187d4b23c748704767bd12d20c829e996'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update usage of 'nc' in README.NetConsole</title>
<updated>2007-04-04T22:12:28+00:00</updated>
<author>
<name>Igor Marnat</name>
<email>marny@rambler.ru</email>
</author>
<published>2007-03-21T06:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=443feb740584e406efa203af909fe2926608e8d5'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Richard Klingler, 03 Apr 2005:</title>
<updated>2005-04-03T14:52:59+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T14:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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
</pre>
</div>
</content>
</entry>
<entry>
<title>* Clean up CMC PU2 flash driver</title>
<updated>2004-12-10T11:40:40+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-12-10T11:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=25d6712a81b31fc5e4c4bddd81e9aaddb84e23be'/>
<id>25d6712a81b31fc5e4c4bddd81e9aaddb84e23be</id>
<content type='text'>
* Update MAINTAINERS file

* Fix bug in MPC823 LCD driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update MAINTAINERS file

* Fix bug in MPC823 LCD driver
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Detlev Zundel, 08 Sep 2004:</title>
<updated>2004-09-08T22:03:11+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-09-08T22:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=eedcd078fe1434d93b84322c4e14c52f80282a41'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for console over UDP (compatible to Ingo Molnar's</title>
<updated>2004-08-02T21:11:11+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-08-02T21:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=68ceb29e7133a0f972f53d3d61fd61207374baec'/>
<id>68ceb29e7133a0f972f53d3d61fd61207374baec</id>
<content type='text'>
netconsole patch under Linux)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
netconsole patch under Linux)
</pre>
</div>
</content>
</entry>
</feed>
