binman: Show the image position in the map
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:49 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit1be70d20d8466c287cd1dc6f590171794ba67f07
treea323c2b411d8f721403d99bb48c036d456419ae6
parentb8ef5b6bc871e12d036869172aa3599f5be7ee09
binman: Show the image position in the map

At present the map only shows the offset and size for each region. The
image position provides the actual position of each entry in the image,
regardless of the section hierarchy.

Add the image position to the map.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/ftest.py
tools/binman/image.py