public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Net Boot Controller
@ 2010-11-16 18:04 tristan.lelong at blunderer.org
  2010-11-16 18:04 ` [U-Boot] [PATCH 1/3] Add support for Net Boot Controller (NBC) packet tristan.lelong at blunderer.org
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: tristan.lelong at blunderer.org @ 2010-11-16 18:04 UTC (permalink / raw)
  To: u-boot

From: Tristan Lelong <tristan.lelong@blunderer.org>

This patch allow to interrupt u-boot autoboot from remote PC and auto-reconfigure a netconsole redirected to this remote PC

Tristan Lelong (3):
  Add support for Net Boot Controller (NBC) packet
  Add sendnbc tool to broadcast NBC magic packet
  Add the NBC + netconsole corresponding documentation

 common/main.c         |    5 +
 doc/README.netconsole |   66 +++++++++++++++
 include/net.h         |    6 +-
 net/Makefile          |    2 +
 net/nbc.c             |  143 ++++++++++++++++++++++++++++++++
 net/nbc.h             |   39 +++++++++
 net/net.c             |   17 ++++
 tools/Makefile        |    6 ++
 tools/sendnbc.c       |  219 +++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 502 insertions(+), 1 deletions(-)
 create mode 100644 doc/README.netconsole
 create mode 100644 net/nbc.c
 create mode 100644 net/nbc.h
 create mode 100644 tools/sendnbc.c

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-11-17 14:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 18:04 [U-Boot] [PATCH 0/3] Net Boot Controller tristan.lelong at blunderer.org
2010-11-16 18:04 ` [U-Boot] [PATCH 1/3] Add support for Net Boot Controller (NBC) packet tristan.lelong at blunderer.org
2010-11-17 10:54   ` Mike Frysinger
2010-11-17 13:28   ` Wolfgang Denk
2010-11-16 18:04 ` [U-Boot] [PATCH 2/3] Add sendnbc tool to broadcast NBC magic packet tristan.lelong at blunderer.org
2010-11-17 10:56   ` Mike Frysinger
2010-11-17 13:33     ` tristan
2010-11-16 18:04 ` [U-Boot] [PATCH 3/3] Add the NBC + netconsole corresponding documentation tristan.lelong at blunderer.org
2010-11-17 10:50   ` Mike Frysinger
2010-11-17 10:25 ` [U-Boot] [PATCH 0/3] Net Boot Controller Stefano Babic
2010-11-17 13:17   ` tristan
2010-11-17 13:36     ` Stefano Babic
2010-11-17 13:52     ` Wolfgang Denk
2010-11-17 14:07       ` tristan
2010-11-17 11:34 ` Michael Zaidman
2010-11-17 13:27   ` tristan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox