]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Add a 'dm' command for testing
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2014 22:59:22 +0000 (15:59 -0700)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:29 +0000 (12:15 -0500)
commit0681195977ce04347f7de8ba88d9ebba10cae6dc
treef3df5a57ce148ccd48ca48d85f894c913506048a
parent2e7d35d2a60339cfa54e26a07326bc75e1060bb3
dm: Add a 'dm' command for testing

This command is not required for driver model operation, but can be useful
for testing. It provides simple dumps of internal data structures.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
Signed-off-by: Viktor Křivák <viktor.krivak@gmail.com>
Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com>
include/configs/sandbox.h
test/dm/Makefile
test/dm/cmd_dm.c [new file with mode: 0644]