commit | 02827579f2abd4d9ec6e2370f3006993a08cceae | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Fri Jan 17 14:48:09 2020 -0500 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 6196a41c5c8016aa5803d83dff50d83f4d5a543b | |
parent | fb50a263cb78dc834f08a7021e60c342602ae126 [diff] |
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>