]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: early-userspace: move to driver-api guide
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 18 Jun 2019 18:00:25 +0000 (15:00 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 14:03:01 +0000 (11:03 -0300)
Those documents describe a kAPI. So, add to the driver-api
book.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/driver-api/early-userspace/buffer-format.rst [moved from Documentation/early-userspace/buffer-format.rst with 100% similarity]
Documentation/driver-api/early-userspace/early_userspace_support.rst [moved from Documentation/early-userspace/early_userspace_support.rst with 100% similarity]
Documentation/driver-api/early-userspace/index.rst [moved from Documentation/early-userspace/index.rst with 95% similarity]
Documentation/driver-api/index.rst
Documentation/filesystems/nfs/nfsroot.txt
Documentation/filesystems/ramfs-rootfs-initramfs.txt
usr/Kconfig

similarity index 95%
rename from Documentation/early-userspace/index.rst
rename to Documentation/driver-api/early-userspace/index.rst
index 2b8eb61320586c9bda43383c0837157f412780ae..6f20c3c560d81c7a31c38ce5ffc79e66874c236f 100644 (file)
@@ -1,5 +1,3 @@
-:orphan:
-
 ===============
 Early Userspace
 ===============
index baa77a666e46dbcf9d40c57d7a5666efa7bb05b6..0f281f4f648f68f15b6140bf068f6da5a8153a5e 100644 (file)
@@ -16,6 +16,7 @@ available subsections can be seen below.
 
    basics
    infrastructure
+   early-userspace/index
    pm/index
    clk
    device-io
index 4862d3d77e27935695baeff3c562c5d0f4127b1a..ae433246456053189b8c9a0be69e7427ebf4013f 100644 (file)
@@ -239,7 +239,7 @@ rdinit=<executable file>
   A description of the process of mounting the root file system can be
   found in:
 
-    Documentation/early-userspace/early_userspace_support.rst
+    Documentation/driver-api/early-userspace/early_userspace_support.rst
 
 
 
index fa985909dbca52ca6904ef4835e89a474783f59e..97d42ccaa92d671d095f43a32c3f79b2cbe7808e 100644 (file)
@@ -105,7 +105,7 @@ All this differs from the old initrd in several ways:
   - The old initrd file was a gzipped filesystem image (in some file format,
     such as ext2, that needed a driver built into the kernel), while the new
     initramfs archive is a gzipped cpio archive (like tar only simpler,
-    see cpio(1) and Documentation/early-userspace/buffer-format.rst).  The
+    see cpio(1) and Documentation/driver-api/early-userspace/buffer-format.rst).  The
     kernel's cpio extraction code is not only extremely small, it's also
     __init text and data that can be discarded during the boot process.
 
@@ -159,7 +159,7 @@ One advantage of the configuration file is that root access is not required to
 set permissions or create device nodes in the new archive.  (Note that those
 two example "file" entries expect to find files named "init.sh" and "busybox" in
 a directory called "initramfs", under the linux-2.6.* directory.  See
-Documentation/early-userspace/early_userspace_support.rst for more details.)
+Documentation/driver-api/early-userspace/early_userspace_support.rst for more details.)
 
 The kernel does not depend on external cpio tools.  If you specify a
 directory instead of a configuration file, the kernel's build infrastructure
index 86e37e297278b538a3a0dae9aebb001a9f3a8378..a6b68503d1774b5174ff7de412dbcd5afcba23d9 100644 (file)
@@ -18,7 +18,7 @@ config INITRAMFS_SOURCE
          When multiple directories and files are specified then the
          initramfs image will be the aggregate of all of them.
 
-         See <file:Documentation/early-userspace/early_userspace_support.rst> for more details.
+         See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.
 
          If you are not sure, leave it blank.