| /rk3399_rockchip-uboot/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", 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 D | update3.its | 8 description = "Automatic software updates: kernel, ramdisk, FDT";
|
| H A D | multi_spl.its | 74 type = "ramdisk";
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | repack-bootimg | 8 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 D | android2distro.sh | 59 cp distro/ramdisk boot/ramdisk
|
| H A D | mkbootimg | 57 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 D | uimage-pack.sh | 19 … -C none -a 0xffffffff -e 0xffffffff -d ${IMG_DIR}/kernel.img:${IMG_DIR}/ramdisk.img:${IMG_DIR}/rk…
|
| H A D | README.rockchip | 22 ./scripts/mkbootimg --kernel zImage --second resource.img --ramdisk ramdisk.img --out boot.img
|
| H A D | android2fit.sh | 65 cp ${OUT}/ramdisk images/
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 11 if [ ! -f ${srctree}/images/ramdisk ]; then 12 touch ${srctree}/images/ramdisk 69 ramdisk { 99 ramdisk = "ramdisk";
|
| /rk3399_rockchip-uboot/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.bcm7xxx | 88 ramdisk@1 { 91 type = "ramdisk"; 146 ramdisk = "ramdisk@1";
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_fit.py | 309 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 D | readme.txt | 14 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 D | Makefile | 16 obj-$(CONFIG_DM_RAMDISK) += ramdisk-uclass.o
|
| H A D | Kconfig | 45 bool "Enable read only ramdisk support" 49 This enables the read only ramdisk support.
|
| H A D | ramdisk-uclass.c | 80 UCLASS_DRIVER(ramdisk) = {
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | setup.h | 133 struct tag_ramdisk ramdisk; member
|
| /rk3399_rockchip-uboot/board/freescale/mpc8323erdb/ |
| H A D | README | 61 want an NFS root or a ramdisk root:
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | setup.h | 214 struct tag_ramdisk ramdisk; member
|
| /rk3399_rockchip-uboot/board/freescale/mpc8315erdb/ |
| H A D | README | 97 want an NFS root or a ramdisk root:
|
| /rk3399_rockchip-uboot/board/buffalo/lsxl/ |
| H A D | README | 8 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 D | autoboot.cmd | 30 echo "Found ramdisk image.";
|