]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: disk: add UCLASS_PARTITION
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:05:09 +0000 (10:05 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:41 +0000 (22:05 +0200)
commit43855fdb2c99eae0cdc9b3c54c2d719262d3b3eb
tree02cc726f5c18ca426a77453e411660da5383e2eb
parent8ff50227befdc778eb2cb239b778ed1ed843bf33
dm: disk: add UCLASS_PARTITION

NOTE: probably we have to update config dependencies,
in particular, SPL/TPL_PRINTF?

With this new function, UCLASS_PARTITION devices will be created as
child nodes of UCLASS_BLK device.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
disk/Makefile
disk/disk-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/part.h