From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Add NFS Bootloader Spec support
Date: Thu, 27 Feb 2014 22:00:07 +0100 [thread overview]
Message-ID: <1393534812-30995-1-git-send-email-s.hauer@pengutronix.de> (raw)
This series adds support for booting bootloader Spec entries
via NFS. NFS URLs are specified according to rfc2224:
nfs://<host>[:<port>]<url-path>
The port argument is optional.
So 'boot nfs://192.168.2.2//home/sha/nfsroot/generic-v5'
Would look for a bootloader spec entry in the given directory
on the host and start it.
Sascha
----------------------------------------------------------------
Sascha Hauer (5):
run_command: remove unused flag parameter
net: constify eth_get_byname argument
net: remove old nfs support
net: Add ifup support
blspec: Add NFS support
commands/boot.c | 2 +-
commands/exec.c | 2 +-
commands/login.c | 2 +-
commands/time.c | 2 +-
common/Kconfig | 1 +
common/blspec.c | 114 +++++-
common/hush.c | 2 +-
common/menu.c | 2 +-
common/parser.c | 2 +-
common/startup.c | 4 +-
defaultenv/defaultenv-2-base/bin/ifup | 67 ----
fs/fs.c | 2 +-
include/common.h | 3 +-
include/net.h | 7 +-
net/Kconfig | 15 +-
net/Makefile | 2 +-
net/eth.c | 2 +-
net/ifup.c | 179 +++++++++
net/nfs.c | 737 ----------------------------------
19 files changed, 322 insertions(+), 825 deletions(-)
delete mode 100644 defaultenv/defaultenv-2-base/bin/ifup
create mode 100644 net/ifup.c
delete mode 100644 net/nfs.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-02-27 21:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 21:00 Sascha Hauer [this message]
2014-02-27 21:00 ` [PATCH 1/5] run_command: remove unused flag parameter Sascha Hauer
2014-02-27 21:00 ` [PATCH 2/5] net: constify eth_get_byname argument Sascha Hauer
2014-02-27 21:00 ` [PATCH 3/5] net: remove old nfs support Sascha Hauer
2014-03-04 4:03 ` Jean-Christophe PLAGNIOL-VILLARD
2014-03-06 16:21 ` Sascha Hauer
2014-03-08 16:54 ` Jean-Christophe PLAGNIOL-VILLARD
2014-02-27 21:00 ` [PATCH 4/5] net: Add ifup support Sascha Hauer
2014-02-27 21:00 ` [PATCH 5/5] blspec: Add NFS support Sascha Hauer
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=1393534812-30995-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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