Home
last modified time | relevance | path

Searched refs:itb (Results 1 – 25 of 31) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockSparseMatrix.h922 BlockInnerIterator itb(m, j);
923 for(; itb; ++itb)
925 s << "("<<itb.row() << ", " << itb.col() << ")\n";
926 s << itb.value() <<"\n";
1025 itb(mat, mat.outerToBlock(outer)),
1028 if (itb)
1030 m_id = m_mat.blockInnerIndex(itb.index());
1032 m_end = m_mat.blockInnerIndex(itb.index()+1);
1040 ++itb;
1041 if (itb)
[all …]
/external/u-boot/doc/uImage.FIT/
Dhowto.txt29 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 …]
Dsource_file_format.txt59 .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
/external/u-boot/doc/
DREADME.update71 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
DREADME.nvme64 => tftp 80000000 /tftpboot/kernel.itb
70 32376967 kernel.itb
75 => fatload nvme 0:1 a0000000 /kernel.itb
DREADME.odroid127 - Image.itb
153 - boot_fit - for binary file: "Image.itb"
157 - boot_fit - if "Image.itb" exists
DREADME.sdp73 full.itb:load 0x12100000
/external/u-boot/board/theobroma-systems/puma_rk3399/
DREADME63 > 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
/external/u-boot/board/theobroma-systems/lion_rk3368/
DREADME27 > 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
/external/u-boot/configs/
Dls1046ardb_qspi_defconfig13 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m…
22 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
Dls1046ardb_qspi_SECURE_BOOT_defconfig14 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m…
23 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
Dls1046ardb_sdcard_defconfig15 …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…
Dls1046ardb_emmc_defconfig15 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m…
28 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
Dls1046ardb_sdcard_SECURE_BOOT_defconfig16 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m…
29 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
/external/u-boot/board/samsung/common/bootscripts/
Dautoboot.cmd44 setenv kernelname Image.itb;
77 if test -e mmc 0:${mmcbootpart} Image.itb; then
78 echo Found kernel image: Image.itb;
/external/u-boot/board/rockchip/evb_rk3399/
DREADME61 > make u-boot.itb
63 Get spl/u-boot-spl.bin and u-boot.itb in this step.
106 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
/external/libchrome/base/
Dobserver_list_unittest.cc341 It itb = it; in TEST() local
342 EXPECT_EQ(itb, it); in TEST()
347 EXPECT_EQ(&*itb, &b); in TEST()
352 EXPECT_EQ(&*itb, &b); in TEST()
362 ita = itb; in TEST()
363 itb = It(); in TEST()
/external/u-boot/board/freescale/ls2080ardb/
DREADME100 Kernel.itb 0x01000000
124 Kernel.itb 0x01000000
/external/u-boot/test/image/
Dtest-imagetools.sh19 IMAGE_FIT_ITB=linux.itb
/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateTime.java456 Iterator<String> itb = b.iterator();
459 String bb = itb.next();
/external/u-boot/board/freescale/ls2080aqds/
DREADME103 Kernel.itb 0x01000000
116 Kernel.itb 0x01000000 0x08000
/external/u-boot/board/sunxi/
DREADME.sunxi6461 This will build the SPL in spl/sunxi-spl.bin and a FIT image called u-boot.itb,
99 # dd if=u-boot.itb of=/dev/sdx bs=8k seek=5
127 $ ./sunxi-fel spiflash-write 32768 u-boot.itb
/external/u-boot/board/freescale/ls1088a/
DREADME145 Kernel.itb 0x01000000
/external/u-boot/
DMakefile1106 u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE
1235 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.itb FORCE
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.lsch3361 => tftp a0000000 kernel.itb

12