commit | e297f874a174ae932b0511de97f1e02528980658 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Jun 25 13:12:21 2022 -0400 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 13 20:05:49 2022 +0200 |
tree | 83790c31cd9a3c004d9b321a9b42fb00cc02bbed | |
parent | b42168c125be1964b95dd97469fbd98fff985157 [diff] |
doc: Add man page for dumpimage This tool seems a bit underloved. Unfortunately, it seems to be missing support for FIT images. Alas... Add a man page documenting it. The example is taken from commit a804b5ce2d ("Add dumpimage, a tool to extract data from U-Boot images"). Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>