[U-Boot] [PATCH 31/31] binman: Allow writing a map file when something goes wrong

Simon Glass sjg at chromium.org
Tue Oct 2 11:20:35 UTC 2018


On 14 September 2018 at 03:57, Simon Glass <sjg at chromium.org> wrote:
> When we get a problem like overlapping regions it is sometimes hard to
> figure what what is going on. At present we don't write the map file in
> this case. However the file does provide useful information.
>
> Catch any packing errors and write a map file (if enabled with -m) to aid
> debugging.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  tools/binman/control.py | 12 +++++++++---
>  tools/binman/entry.py   | 11 +++++++++--
>  tools/binman/ftest.py   | 24 ++++++++++++++++++++++--
>  tools/binman/image.py   |  7 ++++++-
>  4 files changed, 46 insertions(+), 8 deletions(-)

Applied to u-boot-dm, and now in mainline.


More information about the U-Boot mailing list