]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: Add command to dump drivers and compatible strings
authorSean Anderson <seanga2@gmail.com>
Fri, 17 Jan 2020 19:48:09 +0000 (14:48 -0500)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commitd1b0156a5e0c9e085f77b179d8d8f474a11b8284
tree6196a41c5c8016aa5803d83dff50d83f4d5a543b
parentc9713fe1f3d55fe17d938b15e11c9691faec5313
cmd: Add command to dump drivers and compatible strings

This adds a subcommand to dm to dump out what drivers are installed, and their
compatible strings. I have found this useful in ensuring that I have the correct
drivers compiled, and that I have put in the correct compatible strings.

Signed-off-by Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/dm.c
drivers/core/dump.c
include/dm/util.h