As over time we gain support for more and more SoCs, it would be
convenient to know which SoCs a particular build actually supports.
Add a "list-socs" command, that just iterates over the soc_info table
and outputs the SoC ID and the name for each entry.
Signed-off-by: Andre Przywara <osp@andrep.de>
The new sid-dump command was missing documentation. Add it to the
internal usage() function as well as to the manpage.
Clarify on the existing sid-registers command on the way, and add
a stanza for the wdreset command.
Signed-off-by: Andre Przywara <osp@andrep.de>
So far the output of "sunxi-fel -h" was the only source of information
about sunxi-fel's command line parameters, and the description was
rather terse.
Add a manpage that describes the purpose of sunxi-fel and its options it
a bit more detail.
Amend the Makefile to install the manpage into the usual location.
Signed-off-by: Andre Przywara <osp@andrep.de>