commit | cf6895485f6454f160b544a72d69924a3ad51a4b | [log] [tgz] |
---|---|---|
author | lijuang <lijuang@codeaurora.org> | Tue Jun 05 10:25:29 2018 +0800 |
committer | lijuang <lijuang@codeaurora.org> | Thu Jun 07 15:12:27 2018 +0800 |
tree | e82fa7748abaafc9d7155e47e2f5aaf883c952ad | |
parent | e9110461c67cbaaa31a3495c279cbbbeea84427d [diff] |
QcomModulePkg: Library: Decrease the writing unit for parallel download The big image buffer may take a long flashing time which will block parallel usb image download. For example, if the write speed is 50MB/s, 256MB buffer may take more than 5 senconds. It will cause the fastboot protocol host side timeout. So split the image into small writing units to let usb have chance to champ in and doing work in parallel. Change-Id: I68d57fb08efb7f3899d38de929ce133d3c3f6fb3