commit | 4c613bff74a1e1f52c9b1f40c50245e7196af6f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:50 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | ae849665f80553e7689976d578e90250545f5423 | |
parent | 233a26a9c9e46da73a5188a16ee70e8879e7b356 [diff] |
binman: Allow reading an entry from an image 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 <sjg@chromium.org>