Home
last modified time | relevance | path

Searched refs:ramdisk (Results 1 – 25 of 65) sorted by relevance

123

/linux-3.4.99/arch/xtensa/boot/ramdisk/
DMakefile13 obj-y = ramdisk.o
15 RAMDISK_IMAGE = arch/$(ARCH)/boot/ramdisk/$(CONFIG_EMBEDDED_RAMDISK_IMAGE)
17 arch/$(ARCH)/boot/ramdisk/ramdisk.o:
22 arch/$(ARCH)/boot/ramdisk/ramdisk.o $@
/linux-3.4.99/arch/parisc/
Ddefpalo.conf14 --ramdisk=ram-disk-image-file
15 --commandline=0/vmlinux HOME=/ root=/dev/ram initrd=0/ramdisk
/linux-3.4.99/Documentation/arm/SA1100/
DBrutus18 But prior to execute the kernel, a ramdisk image must also be loaded in
20 containing the (compressed) ramdisk image must not exceed 4 MB.
37 Then load the kernel and ramdisk with:
42 host PC) is used by angel to load the kernel and ramdisk image. The serial
DGraphicsClient11 complete Linux environment. Otherwise a ramdisk image may be used. The
44 #otherfile ramdisk.gz
49 Then the kernel (and ramdisk if otherfile/otherbase lines above are
86 for the ramdisk.gz image. mtd2 is user flash space and can be
DItsy27 ("p 1 0x00340000"). Finally flash an initial ramdisk into 0xC8000000
28 ("p 2 0x0") We used ramdisk-2-30.gz from the 0.11 version directory on
DAssabet104 The kernel still requires a filesystem to boot. A ramdisk image can be loaded
120 The ramdisk image could be stored into flash as well, but there are better
207 within Linux while booted from a ramdisk or NFS. The Linux MTD repository has
220 For example, I use this to boot Linux with both the kernel and the ramdisk
/linux-3.4.99/usr/
DKconfig32 owned by user root in the initial ramdisk image.
44 owned by group root in the initial ramdisk image.
54 Support loading of a gzip encoded initial ramdisk or cpio buffer.
63 Support loading of a bzip2 encoded initial ramdisk or cpio buffer
72 Support loading of a LZMA encoded initial ramdisk or cpio buffer
81 Support loading of a XZ encoded initial ramdisk or cpio buffer.
90 Support loading of a LZO encoded initial ramdisk or cpio buffer
/linux-3.4.99/Documentation/arm/
DSetup39 bit 2 - 0 = load ramdisk
40 bit 3 - 0 = prompt for ramdisk
100 initial ramdisk.
104 Start address in sectors of the ramdisk image on a floppy disk.
/linux-3.4.99/arch/xtensa/
DKconfig229 bool "Embed root filesystem ramdisk into the kernel"
232 string "Filename of gzipped ramdisk image"
234 default "ramdisk.gz"
236 This is the filename of the ramdisk image to be built into the
237 kernel. Relative pathnames are relative to arch/xtensa/boot/ramdisk/.
238 The ramdisk image is not part of the kernel distribution; you must
DMakefile55 core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/
/linux-3.4.99/arch/arm/kernel/
Dcompat.c133 tag->u.ramdisk.flags = (params->u1.s.flags & FLAG_RDLOAD ? 1 : 0) | in build_tag_list()
135 tag->u.ramdisk.size = params->u1.s.ramdisk_size; in build_tag_list()
136 tag->u.ramdisk.start = params->u1.s.rd_start; in build_tag_list()
Dsetup.c703 setup_ramdisk((tag->u.ramdisk.flags & 1) == 0, in parse_tag_ramdisk()
704 (tag->u.ramdisk.flags & 2) == 0, in parse_tag_ramdisk()
705 tag->u.ramdisk.start, tag->u.ramdisk.size); in parse_tag_ramdisk()
/linux-3.4.99/arch/s390/kernel/
Dhead.S274 l %r2,.Linitrd # ramdisk loc. is temp
310 # load ramdisk from ipl device
313 l %r2,.Linitrd # addr of ramdisk
315 bas %r14,.Lloader # load ramdisk
319 st %r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12) # no ramdisk found
/linux-3.4.99/arch/arm/boot/dts/
Dexynos5250-smdk5250.dts24 bootargs = "root=/dev/ram0 rw ramdisk=8192 console=ttySAC1,115200";
Dexynos4210-origen.dts29 …bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxr…
/linux-3.4.99/Documentation/blockdev/
D00-INDEX17 ramdisk.txt
/linux-3.4.99/arch/h8300/boot/compressed/
Dhead.S46 .long 0 ; address of loaded ramdisk image
/linux-3.4.99/arch/xtensa/boot/boot-elf/
DMakefile37 --add-section .initrd=arch/$(ARCH)/boot/ramdisk \
/linux-3.4.99/arch/arm/configs/
Dexynos4_defconfig21 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/li…
Ds5p64x0_defconfig17 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
Ds5pv210_defconfig21 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
/linux-3.4.99/Documentation/powerpc/
Dmpc52xx.txt23 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
/linux-3.4.99/arch/powerpc/boot/dts/
Dmpc8536ds.dtsi46 label = "ramdisk-nor";
103 label = "ramdisk-nand";
Dp1022ds.dtsi46 label = "ramdisk-nor";
105 label = "ramdisk-nand";
/linux-3.4.99/Documentation/s390/
Dzfcpdump.txt49 application attempts to start /sbin/e2fsck from the ramdisk.
83 If you use a ramdisk copy it to "/usr/share/zfcpdump/zfcpdump.rd".

123