Re: [PATCH v8 05/13] binman: Add a way to check for a valid ELF file

2023-01-02 Thread Quentin Schulz
Hi Simon, On 12/22/22 00:07, Simon Glass wrote: 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 --- (no changes since v1) tools/binman/elf.py | 16 tools/binman/elf_te

[PATCH v8 05/13] binman: Add a way to check for a valid ELF file

2022-12-21 Thread Simon Glass
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 --- (no changes since v1) tools/binman/elf.py | 16 tools/binman/elf_test.py | 10 ++ 2 files changed, 26 insertions