From: tristan.lelong at blunderer.org <tristan.lelong@blunderer.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Net Boot Controller
Date: Tue, 16 Nov 2010 19:04:30 +0100 [thread overview]
Message-ID: <cover.1289929762.git.blunderer@blunderer.org> (raw)
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
next reply other threads:[~2010-11-16 18:04 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-16 18:04 tristan.lelong at blunderer.org [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1289929762.git.blunderer@blunderer.org \
--to=tristan.lelong@blunderer.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.