Re: [U-Boot] [PATCH v2 10/12] binman: Add support for outputing a map file

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > It is useful to be able to see a list of regions in each image produced by > binman. Add a -m option to output this information in a '.map' file > alongside the image file. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/binman

[U-Boot] [PATCH v2 10/12] binman: Add support for outputing a map file

2018-06-01 Thread Simon Glass
It is useful to be able to see a list of regions in each image produced by binman. Add a -m option to output this information in a '.map' file alongside the image file. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/README | 20 +++- tools/binman/bsec