Searched refs:processed (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 711 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 D | README.splashprepare | 7 image data before it is processed and sent to the frame buffer by
|
| H A D | README.ublimage | 129 processed. The descriptor gives the information required for loading 131 read and processed.
|
| H A D | README.ti-secure | 175 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 D | README.pxe | 27 pxe files while they're being processed. Up to 16 config files may be
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | LzmaDec.c | 800 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 D | lzma.txt | 379 destLen - processed output size 380 srcLen - processed input size
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Kconfig | 470 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 D | Kconfig | 291 processed before being added to the FIT image). 358 processed before being added to the FIT image).
|
| H A D | README | 1297 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 D | of-plat.txt | 105 CONFIG_OF_SPL_REMOVE_PROPS option. The rest are processed. This will produce
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 53 For this reason the RSA image verification uses pre-processed public keys
|
| H A D | beaglebone_vboot.txt | 483 This has information about the key and some pre-processed values which U-Boot
|