From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Net Boot Controller
Date: Wed, 17 Nov 2010 11:25:00 +0100 [thread overview]
Message-ID: <4CE3AD7C.6040406@denx.de> (raw)
In-Reply-To: <cover.1289929762.git.blunderer@blunderer.org>
On 11/16/2010 07:04 PM, tristan.lelong at blunderer.org wrote:
> 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
>
Hi Tristan,
> 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
Is NBC a standard ? Could you provide a link describing this protocol ?
I am quite confuse, this seems a way to replace DHCP in a simplest form
to set up the ip address using some sort of knocking-port. As additional
feature, the
Why cannot we reach the same result using the "Vendor Specific
Information" (or another option field) of DHCP answer ? You can set
there some infos that the target could understand.
It seems to me that the first packet is always sent to the broadcast
address. What happens if we have two boards on the network, both waiting
in autoboot ? Do they obtain the same ip address ?
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2010-11-17 10:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Stefano Babic [this message]
2010-11-17 13:17 ` [U-Boot] [PATCH 0/3] Net Boot Controller 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=4CE3AD7C.6040406@denx.de \
--to=sbabic@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox