| /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 | 55 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 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"; 202 your kernel image, device tree blob, and init ramdisk. The "load" and "entry" 233 A file "fitImage" will be created. This includes kernel, DTB, Init-ramdisk, 287 ## Loading ramdisk from FIT Image at 84100000 ... 289 Trying 'ramdisk' ramdisk subimage 290 Description: 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/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/qemu/hw/core/ |
| H A D | eif.c | 271 uint8_t *ramdisk = g_try_malloc(size); in read_eif_ramdisk() local 272 if (!ramdisk) { in read_eif_ramdisk() 277 got = fread(ramdisk, 1, size, eif); in read_eif_ramdisk() 283 got = fwrite(ramdisk, 1, size, initrd); in read_eif_ramdisk() 289 *crc = crc32(*crc, ramdisk, size); in read_eif_ramdisk() 290 if (qcrypto_hash_update(hash0, (char *)ramdisk, size, errp) != 0 || in read_eif_ramdisk() 291 qcrypto_hash_update(h, (char *)ramdisk, size, errp) != 0) { in read_eif_ramdisk() 297 g_free(ramdisk); in read_eif_ramdisk()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | kernel-fitimage.bbclass | 278 # Emit the fitImage ITS ramdisk section 282 # $3 ... Path to ramdisk image 299 ramdisk-$2 { 302 type = "ramdisk"; 353 # $4 ... ramdisk ID 425 conf_desc="$conf_desc${sep}ramdisk" 427 ramdisk_line="ramdisk = \"ramdisk-$ramdisk_id\";" 488 sign_line="$sign_line${sep}\"ramdisk\"" 523 # $3 ... include ramdisk 638 # 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/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | fitimage.bbclass | 12 # FITIMAGE_IMAGES ?= "kernel fdt fdto setup ramdisk bootscript" 32 # FITIMAGE_IMAGE_ramdisk[type] ?= "ramdisk" 39 # Valid options for the [type] varflag are: "kernel", "fdt", "fdto", "fdtapply", "ramdisk", "bootsc… 118 if imgtype == 'ramdisk': 223 # Emit the fitImage ITS ramdisk section 232 bb.note(f"Adding ramdisk-{ramdisk_count} section to ITS file") 237 fd.write('\t\t\ttype = "ramdisk";\n') 299 conf_desc += ", ramdisk" 315 fd.write(f'\t\t\tramdisk = "ramdisk-{ramdiskcount}";\n') 326 sign_images.append("ramdisk") [all …]
|
| /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/u-boot/configs/ |
| H A D | P1022DS_defconfig | 29 CONFIG_MTDPARTS_DEFAULT="mtdparts=e8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),581…
|
| H A D | P1022DS_36BIT_defconfig | 30 CONFIG_MTDPARTS_DEFAULT="mtdparts=fe8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),58…
|
| H A D | mx28evk_spi_defconfig | 39 …er)ro,512k(environment),512k(redundant-environment),4m(kernel),512k(fdt),8m(ramdisk),-(filesystem)"
|
| H A D | P1022DS_SPIFLASH_defconfig | 40 CONFIG_MTDPARTS_DEFAULT="mtdparts=e8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),581…
|
| H A D | P1022DS_SDCARD_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=e8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),581…
|
| H A D | P1022DS_36BIT_SDCARD_defconfig | 40 CONFIG_MTDPARTS_DEFAULT="mtdparts=fe8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),58…
|
| H A D | mx28evk_nand_defconfig | 39 …er)ro,512k(environment),512k(redundant-environment),4m(kernel),512k(fdt),8m(ramdisk),-(filesystem)"
|
| H A D | P1022DS_36BIT_NAND_defconfig | 42 CONFIG_MTDPARTS_DEFAULT="mtdparts=fe8000000.nor:48m(ramdisk),14m(diagnostic),2m(dink),6m(kernel),58…
|
| H A D | mx28evk_defconfig | 40 …er)ro,512k(environment),512k(redundant-environment),4m(kernel),512k(fdt),8m(ramdisk),-(filesystem)"
|
| /openbmc/qemu/docs/system/loongarch/ |
| H A D | virt.rst | 87 Note: the initrd file is ramdisk 94 -smp 1 -bios QEMU_EFI.fd -kernel vmlinuz.efi -initrd ramdisk \
|