binman: Provide the actual data address for cbfs files
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:39 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit1223db038a5282b400eab3e4bd2a44fa8658ff4e
treed3fba028854f13fee5f859cde76e7f02082e1d29
parent6c223fda1e624e1e382fcb029e9d60f441444d2e
binman: Provide the actual data address for cbfs files

At present a file with no explicit CBFS offset is placed in the next
available location but there is no way to find out where it ended up.
Update and rename the get_data() function to provide this information.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py