]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Move the tree/uclass dump code into its own file
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:35 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:29 +0000 (13:36 +0200)
commitb18eebd396a78f258e71cb412221cdca407780ae
treee6a4cf43dd133d7f1de706163e446f726e5d9d76
parent35344375feb57d7f22d37d7bb56dc315c2cc44fd
dm: Move the tree/uclass dump code into its own file

In SPL it is sometimes useful to be able to obtain a dump of the current
driver model state. Since commands are not available, provide a way to
directly call the functions to output this information.

Adjust the existing commands to use these functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Makefile
drivers/core/dump.c [new file with mode: 0644]
include/dm/util.h
test/dm/cmd_dm.c