Re: [U-Boot] [PATCH v2 17/31] binman: Provide the actual data address for cbfs files

2019-07-17 Thread sjg
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 --- Changes in v2: None tools/binman/cbfs_util.py | 31 ++

[U-Boot] [PATCH v2 17/31] binman: Provide the actual data address for cbfs files

2019-07-08 Thread Simon Glass
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 --- Changes in v2: None tools/binman/cbfs_util.py | 31 ++