Home
last modified time | relevance | path

Searched hist:"155 cb3e861a53dbb9dad4400590748bad8e6c639" (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/remoteproc/src/
H A Delf_parser.c155cb3e861a53dbb9dad4400590748bad8e6c639 Thu Apr 23 16:50:11 UTC 2020 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> ta: remoteproc: add firmware ELF parser

Add a ELF parser that will used by the remoteproc generic TA.
It is in charge of parsing the ELF files to extract segments
to load in the remote processor memories.
It also offers an API to retrieve the resource table in the
image. This optional table is defined in a specific section
".resource_table" and is used by the Linux remoteproc driver to
discover services exposed by the remote processor.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
H A Delf_parser.h155cb3e861a53dbb9dad4400590748bad8e6c639 Thu Apr 23 16:50:11 UTC 2020 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> ta: remoteproc: add firmware ELF parser

Add a ELF parser that will used by the remoteproc generic TA.
It is in charge of parsing the ELF files to extract segments
to load in the remote processor memories.
It also offers an API to retrieve the resource table in the
image. This optional table is defined in a specific section
".resource_table" and is used by the Linux remoteproc driver to
discover services exposed by the remote processor.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>