[PATCH] cmd: Add command to dump drivers and compatible strings
Simon Glass
sjg at chromium.org
Thu Jan 30 03:18:24 CET 2020
On Fri, 17 Jan 2020 at 12:48, Sean Anderson <seanga2 at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
> cmd/dm.c | 12 +++++++++++-
> drivers/core/dump.c | 19 +++++++++++++++++++
> include/dm/util.h | 3 +++
> 3 files changed, 33 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list