diff options
author | Alberto Panizzo | 2018-07-12 13:05:44 +0200 |
---|---|---|
committer | Marek Vasut | 2018-08-08 22:22:07 +0200 |
commit | e11f9166f37c5d8e0f3c58bb5a1b03601e85643b (patch) | |
tree | 4bf61acef4518d6c71d0842804256a5e1631ae5e /doc/README.rockusb | |
parent | e4b34a7634c30ee2476ce019b8793099d02e1ac0 (diff) |
usb: rockchip: implement K_FW_LBA_READ_10 command
This patch implement reading blocks form selected device with
LBA addressing.
Corresponding command on workstation is:
rkdeveloptool rl <start_blk> <blk_cnt> <file>
While we support reading more than one blocks per K_FW_LBA_READ_10
request, rkdeveloptool and original rockchip tool do perform
chunk reads limiting the maximum size per chunk far lower
than max int values.
Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.rockusb')
-rw-r--r-- | doc/README.rockusb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.rockusb b/doc/README.rockusb index 3a93edcb149..7f58296303a 100644 --- a/doc/README.rockusb +++ b/doc/README.rockusb @@ -47,6 +47,7 @@ Current set of rkdeveloptool commands supported: - rfi: Read Flash Id - rd : Reset Device - td : Test Device Ready +- rl : Read blocks using LBA - wl : Write blocks using LBA To do |