| /openbmc/qemu/hw/core/ |
| H A D | loader-fit.c | 35 static void *fit_load_image_alloc(const void *itb, const char *name, in fit_load_image_alloc() argument 47 off = fdt_path_offset(itb, path); in fit_load_image_alloc() 56 data = fdt_getprop(itb, off, "data", &sz); in fit_load_image_alloc() 62 comp = fdt_getprop(itb, off, "compression", NULL); in fit_load_image_alloc() 94 static int fit_image_addr(const void *itb, int img, const char *name, in fit_image_addr() argument 100 prop = fdt_getprop(itb, img, name, &len); in fit_image_addr() 119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel() argument 132 name = fdt_getprop(itb, cfg, "kernel", NULL); in fit_load_kernel() 138 load_data = data = fit_load_image_alloc(itb, name, &img_off, &sz, errp); in fit_load_kernel() 144 err = fit_image_addr(itb, img_off, "load", &load_addr, errp); in fit_load_kernel() [all …]
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | howto.txt | 29 process is a binary file (by convention with the ".itb" extension) that 83 $ mkimage -f kernel.its kernel.itb 86 $ mkimage -l kernel.itb 108 The resulting image file kernel.itb can be now transferred to the target, 119 => tftp 900000 /path/to/tftp/location/kernel.itb 122 Filename '/path/to/tftp/location/kernel.itb'. 193 $ mkimage -f kernel_fdt.its kernel_fdt.itb 196 $ mkimage -l kernel_fdt.itb 229 The resulting image file kernel_fdt.itb can be now transferred to the target, 233 => tftp 900000 /path/to/tftp/location/kernel_fdt.itb [all …]
|
| H A D | source_file_format.txt | 59 .itb - flattened image tree blob 66 compiler) to produce image tree blob (.itb). Resulting .itb file is the 73 eldk-4.2-ramdisk --------------> tqm5200.itb --------------> bootm 80 - mkimage calls dtc to create .itb image and assures that 82 - .itb (new uImage) is uploaded onto the target and used therein
|
| /openbmc/u-boot/configs/ |
| H A D | ls1046ardb_tfa_SECURE_BOOT_defconfig | 16 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 27 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_qspi_SECURE_BOOT_defconfig | 15 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 26 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_qspi_defconfig | 14 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 25 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_tfa_defconfig | 15 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 26 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_emmc_defconfig | 20 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_sdcard_defconfig | 20 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 38 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_sdcard_SECURE_BOOT_defconfig | 20 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| H A D | ls1046ardb_qspi_spl_defconfig | 21 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 41 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
| /openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 63 > make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb 75 > dd if=u-boot.itb of=/dev/sdb seek=512 89 > ./rkdeveloptool wl 512 ../u-boot.itb 102 > load mmc 1:1 ${kernel_addr_r} u-boot.itb
|
| /openbmc/u-boot/doc/ |
| H A D | README.update | 71 following command will create the actual update file 'update_uboot.itb': 73 mkimage -f update_uboot.its update_uboot.itb 75 Place 'update_uboot.itb' on a TFTP server, for example as 76 '/tftpboot/update_uboot.itb', and set the 'updatefile' variable 79 setenv updatefile /tftpboot/update_uboot.itb
|
| H A D | README.nvme | 64 => tftp 80000000 /tftpboot/kernel.itb 70 32376967 kernel.itb 75 => fatload nvme 0:1 a0000000 /kernel.itb
|
| H A D | README.bcm7xxx | 47 mkimage -f image.its image.itb 49 Booting the resulting image.itb was tested on BOLT v1.20, with the
|
| /openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
| H A D | README | 27 > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm u-boot.itb 39 > dd if=u-boot.itb of=/dev/sdb seek=512 53 > ./rkdeveloptool wl 512 ../u-boot.itb
|
| /openbmc/u-boot/board/samsung/common/bootscripts/ |
| H A D | autoboot.cmd | 44 setenv kernelname Image.itb; 77 if test -e mmc ${mmcbootdev}:${mmcbootpart} Image.itb; then 78 echo Found kernel image: Image.itb;
|
| /openbmc/u-boot/arch/arm/mach-imx/imx8m/ |
| H A D | imximage.cfg | 12 SECOND_LOADER u-boot.itb 0x40200000 0x60000
|
| /openbmc/u-boot/board/rockchip/evb_rk3399/ |
| H A D | README | 69 > make u-boot.itb 71 Get spl/u-boot-spl.bin and u-boot.itb in this step. 115 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
|
| /openbmc/u-boot/board/ti/am65x/ |
| H A D | README | 58 | | | | | sysfw.itb | | | 146 - sysfw.itb from step 1 191 - sysfw.itb
|
| /openbmc/u-boot/board/vamrs/rock960_rk3399/ |
| H A D | README | 64 > make u-boot.itb 110 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb 140 > dd if=u-boot.itb of=/dev/mmcblk0 bs=1k seek=8192
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | uboot-sign.bbclass | 151 -r ${B}/unused.itb \ 165 -r ${B}/unused.itb \ 173 # existing unused.itb , and instead rewrites unused.itb 176 # Using two separate unused.itb for mkimage -f auto and 180 # the verification. Separate unused.itb would each miss one 190 -f ${B}/unused.itb
|
| /openbmc/u-boot/test/image/ |
| H A D | test-imagetools.sh | 19 IMAGE_FIT_ITB=linux.itb
|
| /openbmc/u-boot/board/freescale/ls2080ardb/ |
| H A D | README | 100 Kernel.itb 0x01000000 124 Kernel.itb 0x01000000
|
| /openbmc/u-boot/board/freescale/imx8qxp_mek/ |
| H A D | README | 46 $ dd if=u-boot.itb of=flash.bin bs=512 seek=528
|