]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitde35ae04465b73eb5980b638635ab57750f883fe
treea323c2b411d8f721403d99bb48c036d456419ae6
parent26099486fac29b7736835c25e1d34a1f10a07ae8
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