commit | 856c0ad413f52d20963ef6b0fe982a0ca91086f2 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Sep 04 16:01:30 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:07:34 2019 -0400 |
tree | e9c1c8729acb11ab54a367e2fcae8e8c3ec1450e | |
parent | e3c4d6f01fb5c86ee8a67d28cc3a0eb708954e40 [diff] |
remoteproc: elf_loader: Introduce a common elf loader and checker functions Introduce a common remoteproc elf loader and checker functions that automatically detects the 64 bit elf file or 32 bit elf file and loads/checks the sections accordingly. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>