
2 Oct
2018
2 Oct
'18
1:20 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@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@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.