From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject:
Date: Fri, 29 Apr 2016 11:51:59 +0200 [thread overview]
Message-ID: <1461923525-6356-1-git-send-email-s.hauer@pengutronix.de> (raw)
With this series we can let the bootm command automatically append a root=
option for the Kernel which will let the rootfs come from the same
device as the kernel comes from. The code was already there, but only
worked with bootloader spec. By moving it to bootm we can also use it
with bootm directly. As usual there a a few things to cleanup I stumbled
upon which are also part of this series.
Sascha
----------------------------------------------------------------
Sascha Hauer (6):
globalvar: Allow to remove globalvars
string: Introduce strtobool
getenv_bool: use strtobool
parameter: Use strtobool
bootm: Optionally add a root= option to Kernel command line
blspec: push appendroot handling to bootm
Documentation/user/booting-linux.rst | 14 ++++++++++++
commands/bootm.c | 1 +
common/blspec.c | 39 +++++++++++---------------------
common/bootm.c | 17 ++++++++++++++
common/env.c | 28 ++++++++++++++---------
common/globalvar.c | 10 +++++++++
include/boot.h | 5 +++++
include/globalvar.h | 1 +
include/string.h | 1 +
lib/parameter.c | 7 +++---
lib/string.c | 43 ++++++++++++++++++++++++++++++++++++
11 files changed, 126 insertions(+), 40 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2016-04-29 9:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-29 9:51 Sascha Hauer [this message]
2016-04-29 9:52 ` [PATCH 1/6] globalvar: Allow to remove globalvars Sascha Hauer
2016-04-29 9:52 ` [PATCH 2/6] string: Introduce strtobool Sascha Hauer
2016-04-29 9:52 ` [PATCH 3/6] getenv_bool: use strtobool Sascha Hauer
2016-04-29 9:52 ` [PATCH 4/6] parameter: Use strtobool Sascha Hauer
2016-04-29 9:52 ` [PATCH 5/6] bootm: Optionally add a root= option to Kernel command line Sascha Hauer
2016-04-29 9:52 ` [PATCH 6/6] blspec: push appendroot handling to bootm 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=1461923525-6356-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