Searched refs:initramfs (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/usr/
H A DMakefile2 # kbuild file for usr/ - including initramfs image
38 # Generate the initramfs cpio archive
41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh macro
49 # in initramfs and to detect if any files are added/removed.
57 cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
63 # do not try to update files included in initramfs
73 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
H A Dgen_init_cpio.c457 "describe the files to be included in the initramfs archive:\n" usage()
480 "# A simple initramfs\n" usage()
/linux-4.1.27/include/linux/decompress/
H A Dunxz.h2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
/linux-4.1.27/init/
H A DMakefile9 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
H A Dnoinitramfs.c26 * Create a simple rootfs that is similar to the default initramfs
H A Dinitramfs.c612 panic("%s", err); /* Failed to decompress INTERNAL initramfs */ populate_rootfs()
616 printk(KERN_INFO "Trying to unpack rootfs image as initramfs...\n"); populate_rootfs()
626 printk(KERN_INFO "rootfs image is not initramfs (%s)" populate_rootfs()
643 printk(KERN_INFO "Unpacking initramfs...\n"); populate_rootfs()
651 * Try loading default modules from initramfs. This gives populate_rootfs()
/linux-4.1.27/scripts/
H A Dgen_initramfs_list.sh7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate
19 -o <file> Create compressed initramfs file named <file> using
29 as direct input to initramfs.
52 # This is a very simple, default initramfs
233 "-l") # files included in initramfs - used by kbuild
277 "-d") # display default initramfs list
/linux-4.1.27/lib/
H A Dearlycpio.c20 * This is used to locate data items in the initramfs used by the
21 * kernel itself during early boot (before the main initramfs is
22 * decompressed.) It is the responsibility of the initramfs creator
H A Ddecompress_inflate.c14 /* initramfs et al: linked */
36 /* Included from initramfs et al code */ __gunzip()
H A Ddecompress_unlz4.c2 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
H A Ddecompress_unxz.c2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
/linux-4.1.27/include/uapi/linux/
H A Dkexec.h20 * KEXEC_FILE_NO_INITRAMFS : No initramfs is being loaded. Ignore the initrd
/linux-4.1.27/scripts/package/
H A Dbuilddeb176 # make-kpkg sets $INITRD to indicate whether an initramfs is wanted, and
177 # so do we; recent versions of dracut and initramfs-tools will obey this.
194 # Tell initramfs builder whether it's wanted
/linux-4.1.27/arch/nios2/kernel/
H A Dsetup.c112 if (r5) { /* initramfs */ nios2_boot_init()
/linux-4.1.27/arch/tile/kernel/
H A Dsetup.c1079 static char __initdata initramfs_file[128] = "initramfs";
1093 * We look for a file called "initramfs" in the hvfs. If there is one, we
1094 * allocate some memory for it and it will be unpacked to the initramfs.
1103 /* If initrd has already been set, skip initramfs file in hvfs. */ load_hv_initrd()
1110 pr_warn("No such hvfs initramfs file '%s'\n", load_hv_initrd()
1115 fd = hv_fs_findfile((HV_VirtAddr)"initramfs.cpio.gz"); load_hv_initrd()
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
H A Dminotaur.c141 .name = "initramfs(spi)",
/linux-4.1.27/fs/
H A Dfile_table.c250 * *do* need to make sure our writes to binaries on initramfs has
H A Dnamespace.c2957 * See Documentation/filesystems/ramfs-rootfs-initramfs.txt for alternatives
/linux-4.1.27/include/linux/
H A Dxz.h161 * except for kernel and initramfs images where a bigger
/linux-4.1.27/include/asm-generic/
H A Dvmlinux.lds.h49 * Examples are: [__initramfs_start, __initramfs_end] for initramfs and
/linux-4.1.27/
H A DMakefile864 # This shall be used by the dracut(8) tool while creating an initramfs image.
/linux-4.1.27/kernel/
H A Dkexec.c515 /* It is possible that there no initramfs is being loaded */ kimage_file_prepare_segments()

Completed in 565 milliseconds