]> git.dujemihanovic.xyz Git - u-boot.git/commit
blk: sandbox: Support binding a device with a given logical block size
authorBin Meng <bmeng@tinylab.org>
Tue, 26 Sep 2023 08:43:33 +0000 (16:43 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Oct 2023 20:19:43 +0000 (16:19 -0400)
commit8897faba2d1d2e6802cd066580100685baa46f7f
tree2589c2bb478a4c1f50c5b4e6d0f6fdf3c616406b
parent77ca9d74571e92969591d39df134ccd72296f4d9
blk: sandbox: Support binding a device with a given logical block size

Allow optionally set the logical block size of the host device to
bind in the "host bind" command. If not given, defaults to 512.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
cmd/host.c
drivers/block/host-uclass.c
include/sandbox_host.h
test/dm/blk.c
test/dm/host.c