mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
committed by
Marek Vasut
parent
e4b34a7634
commit
e11f9166f3
@@ -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
|
||||
|
Reference in New Issue
Block a user