Home
last modified time | relevance | path

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

123

/linux-2.6.39/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-2.6.39/arch/parisc/
Ddefpalo.conf14 --ramdisk=ram-disk-image-file
15 --commandline=0/vmlinux HOME=/ root=/dev/ram initrd=0/ramdisk
/linux-2.6.39/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
DGraphicsMaster42 for the ramdisk.gz image. mtd2 is user flash space and can be
/linux-2.6.39/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-2.6.39/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-2.6.39/arch/xtensa/
DKconfig245 bool "Embed root filesystem ramdisk into the kernel"
248 string "Filename of gzipped ramdisk image"
250 default "ramdisk.gz"
252 This is the filename of the ramdisk image to be built into the
253 kernel. Relative pathnames are relative to arch/xtensa/boot/ramdisk/.
254 The ramdisk image is not part of the kernel distribution; you must
DMakefile55 core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/
/linux-2.6.39/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.c648 setup_ramdisk((tag->u.ramdisk.flags & 1) == 0, in parse_tag_ramdisk()
649 (tag->u.ramdisk.flags & 2) == 0, in parse_tag_ramdisk()
650 tag->u.ramdisk.start, tag->u.ramdisk.size); in parse_tag_ramdisk()
/linux-2.6.39/arch/s390/kernel/
Dhead.S273 l %r2,.Linitrd # ramdisk loc. is temp
309 # load ramdisk from ipl device
312 l %r2,.Linitrd # addr of ramdisk
314 bas %r14,.Lloader # load ramdisk
318 st %r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12) # no ramdisk found
/linux-2.6.39/Documentation/blockdev/
D00-INDEX17 ramdisk.txt
/linux-2.6.39/arch/h8300/boot/compressed/
Dhead.S46 .long 0 ; address of loaded ramdisk image
/linux-2.6.39/arch/xtensa/boot/boot-elf/
DMakefile37 --add-section .initrd=arch/$(ARCH)/boot/ramdisk \
/linux-2.6.39/arch/arm/configs/
Ds5p6442_defconfig13 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
Ds5p64x0_defconfig17 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x20800000,8M console=ttySAC1,115200 init=/li…
Dexynos4_defconfig19 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,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-2.6.39/Documentation/powerpc/
Dmpc52xx.txt23 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
/linux-2.6.39/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".
/linux-2.6.39/arch/arm/include/asm/
Dsetup.h152 struct tag_ramdisk ramdisk; member
/linux-2.6.39/arch/sh/boot/compressed/
Dhead_32.S124 .long 0 ! address of loaded ramdisk image

123