Re: [U-Boot] [PATCH 19/53] binman: Support loading entry data from a file

2019-07-29 Thread sjg
When modifying an image it is convenient to load the data from the file into each entry so that it can be reprocessed. Add a new LoadData() method to handle this. Signed-off-by: Simon Glass --- tools/binman/entry.py | 5 + tools/binman/etype/section.py | 5 + 2 files changed, 10

[U-Boot] [PATCH 19/53] binman: Support loading entry data from a file

2019-07-20 Thread Simon Glass
When modifying an image it is convenient to load the data from the file into each entry so that it can be reprocessed. Add a new LoadData() method to handle this. Signed-off-by: Simon Glass --- tools/binman/entry.py | 5 + tools/binman/etype/section.py | 5 + 2 files changed, 10