mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* (no subject)
@ 2016-04-29  9:51 Sascha Hauer
  2016-04-29  9:52 ` [PATCH 1/6] globalvar: Allow to remove globalvars Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2016-04-29  9:51 UTC (permalink / raw)
  To: Barebox List

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-29  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29  9:51 Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox