commit | 39f4a85bb2dd5915ebc86921c34da26faa278fec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 07 14:07:13 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 11:50:01 2023 -0700 |
tree | a0d4f87155ef4100a4ff6a3e0fca16eddae2e35e | |
parent | c8c9f3108a7b8c3ff391f60b184fa372ae4f32f2 [diff] |
binman: Add a way to check for a valid ELF file Add a function which checks whether data is in ELF format or not. This will be used by binman to check this for entries. Signed-off-by: Simon Glass <sjg@chromium.org>