]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: block: add rkmtd class and drivers
authorJohan Jonker <jbx6244@gmail.com>
Wed, 18 Oct 2023 14:00:56 +0000 (16:00 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 24 Oct 2023 07:55:17 +0000 (15:55 +0800)
commit80201eccaa3b2e5068f0d707682e73bcbee1f149
tree7d91ce007d7cbb8b744dcb4ce2d8408fdeb039cb
parent900c303a0296ea862627be0405322327a170f95e
rockchip: block: add rkmtd class and drivers

Add rkmtd class and drivers to create a virtual block device
to transfer Rockchip boot block data to and from NAND with
block orientated tools like "ums" and "rockusb".

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/rkmtd.c [new file with mode: 0644]
include/rkmtd.h [new file with mode: 0644]