Home
last modified time | relevance | path

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

12345678910>>...34

/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dmulti.its57 ramdisk@1 {
58 description = "eldk-4.2-ramdisk";
59 data = /incbin/("./eldk-4.2-ramdisk");
60 type = "ramdisk";
71 ramdisk@2 {
72 description = "eldk-3.1-ramdisk";
73 data = /incbin/("./eldk-3.1-ramdisk");
74 type = "ramdisk";
116 ramdisk = "ramdisk@1";
123 ramdisk = "ramdisk@1";
[all …]
H A Dcommand_syntax_extensions.txt55 kernel and a ramdisk, respectively. The kernel is booted with initrd loaded
56 with the ramdisk from the image.
70 Ad. 5. Boot kernel image located at <addr1> with initrd loaded with ramdisk
75 ramdisk image, and <addr3> is the address of a FDT binary blob. Kernel is
76 booted with initrd loaded with ramdisk from the image at <addr2>.
97 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
102 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
151 - boot "kernel@1" from a new uImage at 200000 with initrd "ramdisk@2" found in
153 bootm 200000:kernel@1 800000:ramdisk@2
155 - boot "kernel@2" from a new uImage at 200000, with initrd "ramdisk@1" and FDT
[all …]
H A Dsource_file_format.txt21 blob. Kernel image, FDT blob and possibly ramdisk image - all must be placed
23 missing: FDT is not present for legacy platforms, ramdisk is always optional.
73 eldk-4.2-ramdisk --------------> tqm5200.itb --------------> bootm
131 single component sub-image (like kernel, ramdisk, etc.). At least one
162 "standalone", "kernel", "kernel_noload", "ramdisk", "firmware", "script",
170 - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names
175 "firmware", "ramdisk" and "fdt". Valid architecture names are: "alpha",
237 |- ramdisk = "ramdisk sub-node unit name"
249 - ramdisk : Unit name of the corresponding ramdisk image (component image
250 node of a "ramdisk" type).
/OK3568_Linux_fs/u-boot/scripts/
H A Drepack-bootimg8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second…
16 --ramdisk RAMDISK path to the new ramdisk
41 --ramdisk)
42 ramdisk=$2
107 if [ "$ramdisk" == "" ]; then
108 ramdisk=${ramdisk-$out/ramdisk}
146 --ramdisk $ramdisk \
H A Dmkbootimg57 num_ramdisk_pages = get_number_of_pages(filesize(args.ramdisk), args.pagesize)
73 final_ramdisk_offset = (args.base + args.ramdisk_offset) if filesize(args.ramdisk) > 0 else 0
78 filesize(args.ramdisk), # size in bytes
91 update_sha(sha, args.ramdisk)
215 write_padded_file(args.output, args.ramdisk, args.pagesize)
H A Dandroid2distro.sh59 cp distro/ramdisk boot/ramdisk
/OK3568_Linux_fs/kernel/scripts/
H A Drepack-bootimg8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second…
16 --ramdisk RAMDISK path to the new ramdisk
41 --ramdisk)
42 ramdisk=$2
113 ramdisk=${ramdisk-$out/ramdisk}
146 --ramdisk $ramdisk \
/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dramdisk-uclass.su
/OK3568_Linux_fs/device/rockchip/.chips/rk3566_rk3568/
H A Dboot4recovery.its38 ramdisk {
40 type = "ramdisk";
70 ramdisk = "ramdisk";
77 sign-images = "fdt", "kernel", "ramdisk", "multi";
/OK3568_Linux_fs/device/rockchip/.chips/rk3588/
H A Dboot4recovery.its38 ramdisk {
40 type = "ramdisk";
70 ramdisk = "ramdisk";
77 sign-images = "fdt", "kernel", "ramdisk", "multi";
/OK3568_Linux_fs/device/rockchip/.chips/OK3568/
H A Dboot4recovery.its38 ramdisk {
40 type = "ramdisk";
70 ramdisk = "ramdisk";
77 sign-images = "fdt", "kernel", "ramdisk", "multi";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126-thunder-boot.dtsi12 ramdisk: ramdisk { label
13 compatible = "rockchip,ramdisk";
41 ramdisk_r: ramdisk@2800000 {
45 ramdisk_c: ramdisk@5800000 {
H A Drv1106-thunder-boot.dtsi12 ramdisk: ramdisk { label
13 compatible = "rockchip,ramdisk";
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.sata26 write ramdisk
27 => tftp 40000 /tftpboot/ramdisk.837x
39 load ramdisk
58 3646377 ramdisk.837x
64 => ext2load sata 0:1 1000000 /ramdisk.837x
H A DREADME.bcm7xxx88 ramdisk@1 {
91 type = "ramdisk";
146 ramdisk = "ramdisk@1";
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_boot.sh11 if [ ! -f ${srctree}/images/ramdisk ]; then
12 touch ${srctree}/images/ramdisk
69 ramdisk {
99 ramdisk = "ramdisk";
/OK3568_Linux_fs/kernel/usr/
H A DKconfig56 bool "Support initial ramdisk/ramfs compressed using gzip"
60 Support loading of a gzip encoded initial ramdisk or cpio buffer.
64 bool "Support initial ramdisk/ramfs compressed using bzip2"
68 Support loading of a bzip2 encoded initial ramdisk or cpio buffer
72 bool "Support initial ramdisk/ramfs compressed using LZMA"
76 Support loading of a LZMA encoded initial ramdisk or cpio buffer
80 bool "Support initial ramdisk/ramfs compressed using XZ"
84 Support loading of a XZ encoded initial ramdisk or cpio buffer.
88 bool "Support initial ramdisk/ramfs compressed using LZO"
92 Support loading of a LZO encoded initial ramdisk or cpio buffer
[all …]
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_fit.py309 ramdisk = make_ramdisk('test-ramdisk.bin', 'ramdisk')
332 'ramdisk' : ramdisk,
335 'ramdisk_size' : filesize(ramdisk),
368 check_not_equal(ramdisk, ramdisk_out,
391 check_not_equal(ramdisk, ramdisk_out,
401 check_equal(ramdisk, ramdisk_out, 'Ramdisk not loaded')
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3358m-vehicle-v10.dts21 ramdisk: ramdisk { label
22 compatible = "rockchip,ramdisk";
/OK3568_Linux_fs/buildroot/package/kexec/
H A D0001-kexec-tools-Remove-duplicate-definition-of-ramdisk.patch4 Subject: kexec-tools: Remove duplicate definition of ramdisk
6 The ramdisk variable is defined in kexec/arch/ppc/kexec-ppc.c. This
26 -const char *ramdisk;
/OK3568_Linux_fs/kernel/arch/parisc/
H A Ddefpalo.conf14 --ramdisk=ram-disk-image-file
15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.security21 string "buildroot security ramdisk base cfg (rockchip_<cfg>_ramboot_defconfig)"
24 Base name of buildroot defconfig for security ramdisk.
31 string "security ramdisk filesystem type (cpio/cpio.gz/romfs)"
/OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/
H A Dreadme.txt14 5) generate fake, empty ramdisk (can have 0 bytes)
22 --pagesize 2048 --base 0x80000000 --ramdisk=rd --cmdline=""
71 [2] Note that ramdisk is required, even if it is unused.
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dsetup.rst38 bit 2 0 = load ramdisk
39 bit 3 0 = prompt for ramdisk
86 initial ramdisk.
89 Start address in sectors of the ramdisk image on a floppy disk.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel-fitimage.bbclass290 # Emit the fitImage ITS ramdisk section
294 # $3 ... Path to ramdisk image
311 ramdisk-$2 {
314 type = "ramdisk";
344 # $4 ... ramdisk ID
398 conf_desc="$conf_desc${sep}ramdisk"
400 ramdisk_line="ramdisk = \"ramdisk-$ramdisk_id\";"
464 sign_line="$sign_line${sep}\"ramdisk\""
499 # $3 ... include ramdisk
592 # Step 5: Prepare a ramdisk section.
[all …]

12345678910>>...34