/openbmc/u-boot/doc/uImage.FIT/ |
H A D | multi.its | 57 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 D | command_syntax_extensions.txt | 56 with the ramdisk from the image. 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 153 bootm 200000:kernel-1 800000:ramdisk-2 157 bootm 200000:kernel-1 800000:ramdisk-1 800000:fdt-1 161 bootm 200000:kernel-2 200000:ramdisk-2 600000 194 bootm 400000:kernel-1 :ramdisk-1 196 bootm 400000:kernel-1 400000:ramdisk-1 199 bootm :kernel-1 400000:ramdisk-1 :fdt-1 [all …]
|
H A D | source_file_format.txt | 21 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", 168 uncompressed by U-Boot (e.g. compressed ramdisk), this should also be set 172 - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names 177 "firmware", "ramdisk" and "fdt". Valid architecture names are: "alpha", 239 |- ramdisk = "ramdisk sub-node unit name" 251 - ramdisk : Unit name of the corresponding ramdisk image (component image [all …]
|
H A D | update3.its | 8 description = "Automatic software updates: kernel, ramdisk, FDT";
|
/openbmc/u-boot/doc/ |
H A D | README.sata | 26 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 D | README.uniphier | 170 ramdisk { 171 description = "ramdisk"; 173 type = "ramdisk"; 190 ramdisk = "ramdisk"; 194 sign-images = "kernel", "fdt", "ramdisk"; 287 ## Loading ramdisk from FIT Image at 84100000 ... 289 Trying 'ramdisk' ramdisk subimage 290 Description: ramdisk 330 for kernel, DTB, and Init ramdisk. 349 - init ramdisk [all …]
|
H A D | README.bcm7xxx | 88 ramdisk@1 { 91 type = "ramdisk"; 146 ramdisk = "ramdisk@1";
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_fit.py | 311 ramdisk = make_ramdisk('test-ramdisk.bin', 'ramdisk') 334 'ramdisk' : ramdisk, 337 'ramdisk_size' : filesize(ramdisk), 370 check_not_equal(ramdisk, ramdisk_out, 393 check_not_equal(ramdisk, ramdisk_out, 403 check_equal(ramdisk, ramdisk_out, 'Ramdisk not loaded')
|
/openbmc/linux/usr/ |
H A D | Kconfig | 56 bool "Support initial ramdisk/ramfs compressed using gzip" 64 bool "Support initial ramdisk/ramfs compressed using bzip2" 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 96 bool "Support initial ramdisk/ramfs compressed using LZ4" 100 Support loading of a LZ4 encoded initial ramdisk or cpio buffer [all …]
|
/openbmc/linux/arch/parisc/ |
H A D | defpalo.conf | 14 --ramdisk=ram-disk-image-file 15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-jaguar2.its.S | 31 ramdisk = "ramdisk"; define 37 ramdisk = "ramdisk"; define
|
H A D | board-serval.its.S | 21 ramdisk = "ramdisk"; define
|
/openbmc/linux/Documentation/translations/zh_CN/virt/ |
H A D | ne_overview.rst | 63 ramdisk、init)一起被打包到enclave镜像中。enclave虚拟机有自己的内核并遵循标 66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外 69 哈希值是为整个enclave镜像(EIF)、内核和ramdisk(s)计算的。例如,这被用来检
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | fit-image.bbclass | 289 # Emit the fitImage ITS ramdisk section 293 # $3 ... Path to ramdisk image 310 ramdisk-$2 { 313 type = "ramdisk"; 364 # $4 ... ramdisk ID 425 conf_desc="$conf_desc${sep}ramdisk" 427 ramdisk_line="ramdisk = \"ramdisk-$ramdisk_id\";" 481 sign_line="$sign_line${sep}\"ramdisk\"" 516 # $3 ... include ramdisk 615 # Step 5: Prepare a ramdisk section. [all …]
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | readme.txt | 12 5) generate fake, empty ramdisk (can have 0 bytes) 20 --pagesize 2048 --base 0x80000000 --ramdisk=rd --cmdline="" 69 [2] Note that ramdisk is required, even if it is unused.
|
/openbmc/linux/arch/arm/kernel/ |
H A D | atags_parse.c | 93 rd_image_start = tag->u.ramdisk.start; in parse_tag_ramdisk() 95 if (tag->u.ramdisk.size) in parse_tag_ramdisk() 96 rd_size = tag->u.ramdisk.size; in parse_tag_ramdisk()
|
H A D | atags_compat.c | 128 tag->u.ramdisk.flags = (params->u1.s.flags & FLAG_RDLOAD ? 1 : 0) | in build_tag_list() 130 tag->u.ramdisk.size = params->u1.s.ramdisk_size; in build_tag_list() 131 tag->u.ramdisk.start = params->u1.s.rd_start; in build_tag_list()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | setup.rst | 38 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.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-fitimage.bbclass | 316 # Emit the fitImage ITS ramdisk section 320 # $3 ... Path to ramdisk image 337 ramdisk-$2 { 340 type = "ramdisk"; 391 # $4 ... ramdisk ID 463 conf_desc="$conf_desc${sep}ramdisk" 465 ramdisk_line="ramdisk = \"ramdisk-$ramdisk_id\";" 526 sign_line="$sign_line${sep}\"ramdisk\"" 561 # $3 ... include ramdisk 680 # Step 5: Prepare a ramdisk section. [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.falcon | 57 process as if "bootm start", "bootm loados", "bootm ramdisk"... commands but 107 ramdisk { 110 type = "ramdisk"; 124 ramdisk = "ramdisk"; 125 loadables = "fdt", "ramdisk";
|
/openbmc/linux/Documentation/admin-guide/blockdev/ |
H A D | index.rst | 13 ramdisk
|
/openbmc/linux/arch/s390/boot/ |
H A D | head.S | 54 larl %r2,_end # ramdisk loc. is temp 78 # load ramdisk from ipl device 81 larl %r2,_end # addr of ramdisk 83 bras %r14,.Lloader # load ramdisk 87 stg %r2,INITRD_START-PARMAREA(%r12) # no ramdisk found
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 390 $(addprefix $(obj)/, $(initrd-y)): $(obj)/ramdisk.image.gz 396 $(call if_changed,wrap,$*,,,$(obj)/ramdisk.image.gz) 403 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 417 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 423 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 429 $(call if_changed,wrap,simpleboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 435 $(call if_changed,wrap,treeboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/ |
H A D | 0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch | 25 "ramdisk_name=ramdisk.img\0" \
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-mic | 66 of firmware, ramdisk, cmdline and bootmode 117 What: /sys/class/mic/mic<X>/ramdisk 123 /lib/firmware/ where the ramdisk image to be used during card 125 the ramdisk image location under /lib/firmware/.
|