commit | 8db0a4761bf8f31aa1fd535e0263c4de8a883f8f | [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 | db1f82001f97d92eef0d20f922d8b253e886fa20 [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>