Home
last modified time | relevance | path

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

12

/u-boot/doc/usage/fit/
A Dmulti.rst60 ramdisk-1 {
61 description = "eldk-4.2-ramdisk";
62 data = /incbin/("./eldk-4.2-ramdisk");
63 type = "ramdisk";
74 ramdisk-2 {
75 description = "eldk-3.1-ramdisk";
76 data = /incbin/("./eldk-3.1-ramdisk");
77 type = "ramdisk";
119 ramdisk = "ramdisk-1";
126 ramdisk = "ramdisk-1";
[all …]
A Dupdate3.rst11 description = "Automatic software updates: kernel, ramdisk, FDT";
A Dmulti_spl.rst79 type = "ramdisk";
A Dsource_file_format.rst11 possibly a ramdisk image. Generally, all must be placed in the system memory and
58 eldk-4.2-ramdisk --------------> tqm5200.itb --------------> boot
152 single component sub-image (like kernel, ramdisk, etc.). At least one
216 ramdisk RAMDisk Image
240 it should not be uncompressed by the loader (e.g. compressed ramdisk), this
315 "firmware", "ramdisk" and "fdt". Valid architecture names are:
/u-boot/board/qualcomm/qcs404-evb/
A Dqcs404-evb.its26 ramdisk-1 {
27 description = "Initial ramdisk";
29 type = "ramdisk";
60 ramdisk = "ramdisk-1";
/u-boot/test/py/tests/
A Dtest_fit.py265 ramdisk = make_ramdisk('test-ramdisk.bin', 'ramdisk')
290 'ramdisk' : ramdisk,
293 'ramdisk_size' : filesize(ramdisk),
327 check_not_equal(ramdisk, ramdisk_out,
350 check_not_equal(ramdisk, ramdisk_out,
360 check_equal(ramdisk, ramdisk_out, 'Ramdisk not loaded')
382 params['ramdisk'] = make_compressed(ramdisk)
388 check_not_equal(ramdisk, ramdisk_out, 'Ramdisk got decompressed?')
389 check_equal(ramdisk + '.gz', ramdisk_out, 'Ramdist not loaded')
/u-boot/doc/usage/cmd/
A Dbootm.rst40 ramdisk sub-image to boot. Use a hyphen '-' if there is no ramdisk but an
74 bootm 400000:kernel-1 :ramdisk-1
76 # bootm 400000:kernel-1 400000:ramdisk-1
79 bootm :kernel-1 400000:ramdisk-1 :fdt-1
81 # bootm 200000:kernel-1 400000:ramdisk-1 400000:fdt-1
99 address of legacy image to use as ramdisk
134 with the ramdisk from the image.
171 booted with initrd loaded with ramdisk from the image at <addr2>.
282 bootm 200000:kernel-1 800000:ramdisk-2
287 bootm 200000:kernel-1 800000:ramdisk-1 800000:fdt-1
[all …]
A Dmbr.rst49 name=ramdisk,size=8M,id=0x83'
/u-boot/board/qualcomm/dragonboard845c/
A Ddb845c.its26 ramdisk-1 {
29 type = "ramdisk";
59 ramdisk = "ramdisk-1";
/u-boot/doc/
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
A DREADME.uniphier170 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 …]
/u-boot/doc/android/
A Dboot-image.rst11 (like ``zImage`` file) and ramdisk. Sometimes it can contain additional
15 ``init`` process from the ramdisk. It should be mentioned that recovery image
22 Android 9; contains kernel image, ramdisk and second stage bootloader
32 ``vendor_boot`` partition holds the device tree blob (DTB) and a vendor ramdisk.
33 The generic ramdisk in ``boot`` partition is loaded immediately following
34 the vendor ramdisk.
36 image header, supports multiple vendor ramdisk fragments in ``vendor_boot``
69 2. Where ramdisk is located in RAM (can be ``"-"`` if not applicable)
74 providing DTB blob to kernel (from 3rd parameter), passing info about ramdisk to
A Davb2.rst16 * Android Boot image: Linux kernel + ramdisk. RAW hashing of the whole
/u-boot/doc/board/samsung/
A Daxy17lte.rst78 ramdisk=<path to FIT payload file>
79 …0100 --pagesize 2048 --second_offset 0x00f00000 --kernel "$uboot" --ramdisk "$ramdisk" -o uboot.img
/u-boot/doc/board/broadcom/
A Dbcm7xxx.rst121 ramdisk@1 {
124 type = "ramdisk";
179 ramdisk = "ramdisk@1";
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon57 process as if "bootm start", "bootm loados", "bootm ramdisk"... commands but
107 ramdisk {
110 type = "ramdisk";
124 ramdisk = "ramdisk";
125 loadables = "fdt", "ramdisk";
/u-boot/doc/board/qualcomm/
A Dsdm845.rst88 --ramdisk "$fit_image" \
142 containing pre-built kernel, dts and ramdisk images. See ``db845c.its``
149 mkbootimg --kernel u-boot.bin.gz-dtb --ramdisk db845c.itb \
A Dqcs404.rst31 pre-built kernel, dts and ramdisk images. See ``qcs404.its`` for full path to
76 --ramdisk qcs404-evb.itb --pagesize 4096 \
/u-boot/doc/usage/
A Dblkmap.rst91 fdt get value squashaddr /images/ramdisk data-position
92 fdt get value squashsize /images/ramdisk data-size
/u-boot/configs/
A Dmx28evk_defconfig43 …er)ro,512k(environment),512k(redundant-environment),4m(kernel),512k(fdt),8m(ramdisk),-(filesystem)"
/u-boot/arch/arm/include/asm/
A Dsetup.h214 struct tag_ramdisk ramdisk; member
/u-boot/board/samsung/common/bootscripts/
A Dautoboot.cmd30 echo "Found ramdisk image.";
/u-boot/board/buffalo/lsxl/
A DREADME8 bootloader and its environment. The linux kernel and the initial ramdisk
102 This is the default boot source. It loads the kernel and ramdisk from the
/u-boot/arch/arm/dts/
A Dkirkwood-dnskw.dtsi202 label = "ramdisk";
/u-boot/boot/
A DKconfig21 images of various types (kernel, FDT blob, ramdisk, etc.)
866 feature is enabled and the boot* ramdisk subcommand is enabled.
1041 9 common/image.c Start initial ramdisk verification
1048 -13 common/image.c Wrong Image Type (not PPC Linux ramdisk)
1148 120 common/image.c Start initial ramdisk verification
1154 -124 common/image.c Can't get ramdisk subimage node offset
1155 125 common/image.c Got ramdisk subimage node offset
1160 -127 common/image.c Can't get ramdisk subimage data/size
1161 128 common/image.c Got ramdisk subimage data/size
1162 129 common/image.c Can't get ramdisk load address
[all …]

Completed in 35 milliseconds

12