Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: early-userspace: move to driver-api guide

Those documents describe a kAPI. So, add to the driver-api
book.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

+5 -6
+1
Documentation/driver-api/index.rst
··· 16 16 17 17 basics 18 18 infrastructure 19 + early-userspace/index 19 20 pm/index 20 21 clk 21 22 device-io
Documentation/early-userspace/buffer-format.rst Documentation/driver-api/early-userspace/buffer-format.rst
Documentation/early-userspace/early_userspace_support.rst Documentation/driver-api/early-userspace/early_userspace_support.rst
-2
Documentation/early-userspace/index.rst Documentation/driver-api/early-userspace/index.rst
··· 1 - :orphan: 2 - 3 1 =============== 4 2 Early Userspace 5 3 ===============
+1 -1
Documentation/filesystems/nfs/nfsroot.txt
··· 239 239 A description of the process of mounting the root file system can be 240 240 found in: 241 241 242 - Documentation/early-userspace/early_userspace_support.rst 242 + Documentation/driver-api/early-userspace/early_userspace_support.rst 243 243 244 244 245 245
+2 -2
Documentation/filesystems/ramfs-rootfs-initramfs.txt
··· 105 105 - The old initrd file was a gzipped filesystem image (in some file format, 106 106 such as ext2, that needed a driver built into the kernel), while the new 107 107 initramfs archive is a gzipped cpio archive (like tar only simpler, 108 - see cpio(1) and Documentation/early-userspace/buffer-format.rst). The 108 + see cpio(1) and Documentation/driver-api/early-userspace/buffer-format.rst). The 109 109 kernel's cpio extraction code is not only extremely small, it's also 110 110 __init text and data that can be discarded during the boot process. 111 111 ··· 159 159 set permissions or create device nodes in the new archive. (Note that those 160 160 two example "file" entries expect to find files named "init.sh" and "busybox" in 161 161 a directory called "initramfs", under the linux-2.6.* directory. See 162 - Documentation/early-userspace/early_userspace_support.rst for more details.) 162 + Documentation/driver-api/early-userspace/early_userspace_support.rst for more details.) 163 163 164 164 The kernel does not depend on external cpio tools. If you specify a 165 165 directory instead of a configuration file, the kernel's build infrastructure
+1 -1
usr/Kconfig
··· 18 18 When multiple directories and files are specified then the 19 19 initramfs image will be the aggregate of all of them. 20 20 21 - See <file:Documentation/early-userspace/early_userspace_support.rst> for more details. 21 + See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details. 22 22 23 23 If you are not sure, leave it blank. 24 24