author | Lokesh Vutla <lokeshvutla@ti.com> | |
Fri, 23 Aug 2019 06:23:26 +0000 (11:53 +0530) | ||
committer | Lokesh Vutla <lokeshvutla@ti.com> | |
Mon, 26 Aug 2019 03:55:11 +0000 (09:25 +0530) | ||
commit | 8295e32c37762cf3cc2c178e7731067a7c51ae5b | |
tree | e5a6ea5e059ce0b29169e0f1d55547bb406d4791 | tree | snapshot (tar.xz tar.gz zip) |
parent | b8208f7e88992231bb845f6a9b2bb3e6a6896912 | commit | diff |
cmd: dump: Add support for dump command
Add support for dump command that supports the following args:
- k3conf dump device- Prints device status of all the TISCI devices
- k3conf dump device <dev_id>: Prints the corresponding device id status
- k3conf dump clock: Prints clock status all the available TISCI clocks
- k3conf dump clock <dev_id>: Prints the available clock status for
corresponding device id
- k3conf dump processor: Prints status of all the available TISCI processors
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Add support for dump command that supports the following args:
- k3conf dump device- Prints device status of all the TISCI devices
- k3conf dump device <dev_id>: Prints the corresponding device id status
- k3conf dump clock: Prints clock status all the available TISCI clocks
- k3conf dump clock <dev_id>: Prints the available clock status for
corresponding device id
- k3conf dump processor: Prints status of all the available TISCI processors
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Makefile | diff | blob | history | |
common/cmd_dump.c | [new file with mode: 0644] | blob |
common/help.c | diff | blob | history | |
common/k3conf.c | diff | blob | history | |
include/help.h | diff | blob | history | |
include/k3conf.h | diff | blob | history |