Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c711 size_t processed = 0; /* progress counter */ in flash_read_buf() local
739 while (processed < count) { in flash_read_buf()
762 rc = read (fd, buf + processed, readlen); in flash_read_buf()
773 processed += readlen; in flash_read_buf()
774 readlen = min (blocklen, count - processed); in flash_read_buf()
779 return processed; in flash_read_buf()
797 size_t processed = 0; /* progress counter */ in flash_write_buf() local
893 while (processed < write_total) { in flash_write_buf()
933 if (write (fd, data + processed, erasesize) != erasesize) { in flash_write_buf()
942 processed += erasesize; in flash_write_buf()
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.splashprepare7 image data before it is processed and sent to the frame buffer by
H A DREADME.ublimage129 processed. The descriptor gives the information required for loading
131 read and processed.
H A DREADME.ti-secure175 from the FIT image at boot time, they are post-processed to verify that
183 name of the signing certificate embedded into the blob that got processed.
H A DREADME.pxe27 pxe files while they're being processed. Up to 16 config files may be
/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.c800 SizeT processed; in LzmaDec_DecodeToDic() local
825 processed = (SizeT)(p->buf - src); in LzmaDec_DecodeToDic()
826 (*srcLen) += processed; in LzmaDec_DecodeToDic()
827 src += processed; in LzmaDec_DecodeToDic()
828 inSize -= processed; in LzmaDec_DecodeToDic()
H A Dlzma.txt379 destLen - processed output size
380 srcLen - processed input size
/rk3399_rockchip-uboot/drivers/serial/
H A DKconfig470 before they are processed, including Ctrl-C. In cooked mode, Ctrl-C
471 is processed by the terminal, and terminates U-Boot. Valid options
475 -t raw Raw mode, Ctrl-C is processed by U-Boot
/rk3399_rockchip-uboot/
H A DKconfig291 processed before being added to the FIT image).
358 processed before being added to the FIT image).
H A DREADME1297 Table. (Additionally, this downloaded image is post-processed
3056 the Linux kernel; all data that must be processed by
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt105 CONFIG_OF_SPL_REMOVE_PROPS option. The rest are processed. This will produce
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsignature.txt53 For this reason the RSA image verification uses pre-processed public keys
H A Dbeaglebone_vboot.txt483 This has information about the key and some pre-processed values which U-Boot