Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | cmd: Add command to dump drivers and compatible strings | Sean Anderson | |
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> | |||
2018-12-15 | cmd: Move the "dm" command from test/dm/ to cmd/ | Tom Rini | |
The "dm" command under CONFIG_CMD_DM should live under cmd/ rather than test/dm/ so move it. Signed-off-by: Tom Rini <trini@konsulko.com> |