summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2012-10-29 05:23:44 +0000
committerTom Rini <trini@ti.com>2012-11-02 15:20:40 -0700
commit284231e49a2b4ee00647db592c54c3efd1ac7d35 (patch)
treecc7c0ba3f7f7da2d782adbd488342f108a5f23fe /common
parente08ebf468784668155fd889b9eaf7868f283fe87 (diff)
downloadu-boot-imx-284231e49a2b4ee00647db592c54c3efd1ac7d35.zip
u-boot-imx-284231e49a2b4ee00647db592c54c3efd1ac7d35.tar.gz
u-boot-imx-284231e49a2b4ee00647db592c54c3efd1ac7d35.tar.bz2
ahci: Support splitting of read transactions into multiple chunks
With an Intel AHCI controller, the driver does not operate properly if the requested amount of blocks to read exceeds 255. It is probably possible to specify 0 as the block count and the driver will read 256 blocks, but it was decided to limit the number of blocks read at once to 128 (it should be a power of 2 for the optimal performance of solid state drives). Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions