Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/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).
H A Dupdate3.its8 description = "Automatic software updates: kernel, ramdisk, FDT";
H A Dmulti_spl.its74 type = "ramdisk";
/rk3399_rockchip-uboot/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 Dandroid2distro.sh59 cp distro/ramdisk boot/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 Duimage-pack.sh19 … -C none -a 0xffffffff -e 0xffffffff -d ${IMG_DIR}/kernel.img:${IMG_DIR}/ramdisk.img:${IMG_DIR}/rk…
H A DREADME.rockchip22 ./scripts/mkbootimg --kernel zImage --second resource.img --ramdisk ramdisk.img --out boot.img
H A Dandroid2fit.sh65 cp ${OUT}/ramdisk images/
/rk3399_rockchip-uboot/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";
/rk3399_rockchip-uboot/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";
/rk3399_rockchip-uboot/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')
/rk3399_rockchip-uboot/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.
/rk3399_rockchip-uboot/drivers/ram/
H A DMakefile16 obj-$(CONFIG_DM_RAMDISK) += ramdisk-uclass.o
H A DKconfig45 bool "Enable read only ramdisk support"
49 This enables the read only ramdisk support.
H A Dramdisk-uclass.c80 UCLASS_DRIVER(ramdisk) = {
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsetup.h133 struct tag_ramdisk ramdisk; member
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME61 want an NFS root or a ramdisk root:
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsetup.h214 struct tag_ramdisk ramdisk; member
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME97 want an NFS root or a ramdisk root:
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME8 bootloader and its environment. The linux kernel and the initial ramdisk
90 This is the default boot source. It loads the kernel and ramdisk from the
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H A Dautoboot.cmd30 echo "Found ramdisk image.";

12