Re: [U-Boot] [PATCH v2 28/31] binman: Allow reading an entry from an image

2019-07-17 Thread sjg
It is useful to be able to extract entry contents from an image to see what is inside. Add a simple function to read the contents of an entry, decompressing it by default. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/control.py| 20 ++ tools/binman/entry.

[U-Boot] [PATCH v2 28/31] binman: Allow reading an entry from an image

2019-07-08 Thread Simon Glass
It is useful to be able to extract entry contents from an image to see what is inside. Add a simple function to read the contents of an entry, decompressing it by default. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/control.py| 20 ++ tools/binman/entry.