commit | abb8e2143843fbe30e2f30ddf2a13891e109d570 | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Wed Oct 30 14:38:28 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:13:25 2020 -0500 |
tree | 6e4b28fe66c8faa4b40be12327b0ac87c97ece75 | |
parent | 9037b7f925251c5f9389253f31c3a55871817a1f [diff] |
remoteproc: elf_loader: Add elf resource table load support Add rproc_elf_load_rsc_table(), which searches for a resource table in an elf64/elf32 image, and if found, copies it to device memory. Add also the elf32 and elf64 variants of this API. Add a test for this. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Acked-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>