[U-Boot] [PATCH v2 10/12] binman: Add support for outputing a map file
Simon Glass
sjg at chromium.org
Thu Jun 7 23:51:47 UTC 2018
On 1 June 2018 at 07:38, Simon Glass <sjg at chromium.org> wrote:
> It is useful to be able to see a list of regions in each image produced by
> binman. Add a -m option to output this information in a '.map' file
> alongside the image file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> tools/binman/README | 20 +++++++++++++++++++-
> tools/binman/bsection.py | 9 +++++++++
> tools/binman/cmdline.py | 2 ++
> tools/binman/control.py | 2 ++
> tools/binman/entry.py | 13 +++++++++++++
> tools/binman/etype/section.py | 9 +++++++++
> tools/binman/ftest.py | 31 ++++++++++++++++++++++++++-----
> tools/binman/image.py | 8 ++++++++
> 8 files changed, 88 insertions(+), 6 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list