[U-Boot] [PATCH 0/3] Net Boot Controller

tristan.lelong at blunderer.org tristan.lelong at blunderer.org
Tue Nov 16 19:04:30 CET 2010


From: Tristan Lelong <tristan.lelong at 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



More information about the U-Boot mailing list