Searched hist:a56642c7baa02ec4f054d630ec4e5e56d8e087da (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | cmd_dm.c | a56642c7baa02ec4f054d630ec4e5e56d8e087da Sat Nov 29 08:01:56 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm_test: improve the appearance shown by "dm tree" command
The command "dm tree" lists devices in a tree-like format. This commit makes it look more like what the Unix command "tree" shows.
=> dm tree Class Probed Name ---------------------------------------- root [ + ] root_driver demo [ ] |-- demo_shape_drv demo [ ] |-- demo_simple_drv demo [ ] |-- demo_shape_drv demo [ ] |-- demo_simple_drv demo [ ] |-- demo_shape_drv test [ ] |-- test_drv test [ ] |-- test_drv test [ ] |-- test_drv gpio [ ] |-- gpio_sandbox serial [ ] |-- serial_sandbox serial [ + ] |-- serial demo [ ] |-- triangle demo [ ] |-- square demo [ ] |-- hexagon gpio [ ] |-- gpios spi [ ] |-- spi@0 spi_emul [ ] | `-- flash@0 cros_ec [ + ] `-- cros-ec@0
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
|