mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Bootspec: Allow to automatically append root= option
@ 2015-06-18  7:43 Sascha Hauer
  2015-06-18  7:43 ` [PATCH 1/6] Add globalvar_add_simple_string function Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sascha Hauer @ 2015-06-18  7:43 UTC (permalink / raw)
  To: Barebox List

In bootspec entries we have to add a root= to specify the kernel where
it can find its root filesystem. This series allows to automatically
append this option based on the filesystem where the entry is found on.
With this we can make the root filesystem images independent of the
device they are installed on.

Sascha

----------------------------------------------------------------
Sascha Hauer (6):
      Add globalvar_add_simple_string function
      cdev: Add partuuid string to struct cdev
      fs: Add device parameter for Linux root= option
      fs: ubifs: Implement Linux rootarg
      fs: nfs: Implement Linux rootarg
      blspec: Automatically append rootarg

 Documentation/filesystems/nfs.rst    | 13 +++++++++++++
 Documentation/user/booting-linux.rst |  7 +++++++
 common/blspec.c                      | 29 +++++++++++++++++++++++++++-
 common/partitions.c                  |  1 +
 common/partitions/dos.c              |  4 ++++
 common/partitions/parser.h           |  1 +
 drivers/mtd/ubi/kapi.c               |  1 +
 fs/fs.c                              | 37 ++++++++++++++++++++++++++++++++++++
 fs/nfs.c                             | 24 +++++++++++++++++++++++
 fs/ubifs/ubifs.c                     | 23 ++++++++++++++++++++++
 include/driver.h                     |  3 +++
 include/fs.h                         |  4 ++++
 include/globalvar.h                  | 19 ++++++++++++++++++
 include/linux/mtd/ubi.h              |  1 +
 14 files changed, 166 insertions(+), 1 deletion(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-07-01  7:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18  7:43 Bootspec: Allow to automatically append root= option Sascha Hauer
2015-06-18  7:43 ` [PATCH 1/6] Add globalvar_add_simple_string function Sascha Hauer
2015-06-18  7:43 ` [PATCH 2/6] cdev: Add partuuid string to struct cdev Sascha Hauer
2015-06-18  7:43 ` [PATCH 3/6] fs: Add device parameter for Linux root= option Sascha Hauer
2015-06-18  7:43 ` [PATCH 4/6] fs: ubifs: Implement Linux rootarg Sascha Hauer
2015-06-18  7:43 ` [PATCH 5/6] fs: nfs: " Sascha Hauer
2015-06-18  7:43 ` [PATCH 6/6] blspec: Automatically append rootarg Sascha Hauer
2015-06-30  7:26   ` Marc Kleine-Budde
2015-07-01  6:58     ` Sascha Hauer
2015-07-01  7:22       ` Marc Kleine-Budde

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