Searched hist:"58 b640906702bcc083ac783bf10325e22c67d9fc" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_loader.c | diff 58b640906702bcc083ac783bf10325e22c67d9fc Fri Jan 05 17:58:03 CST 2018 Bjorn Andersson <bjorn.andersson@linaro.org> remoteproc: Move resource table load logic to find
Extend the previous operation of finding the resource table in the ELF with the extra step of populating the rproc struct with a copy and the size. This allows drivers to override the mechanism used for acquiring the resource table, or omit it for firmware that is known not to have a resource table.
This leaves the custom, dummy, find_rsc_table implementations found in some drivers dangling.
Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | remoteproc_internal.h | diff 58b640906702bcc083ac783bf10325e22c67d9fc Fri Jan 05 17:58:03 CST 2018 Bjorn Andersson <bjorn.andersson@linaro.org> remoteproc: Move resource table load logic to find
Extend the previous operation of finding the resource table in the ELF with the extra step of populating the rproc struct with a copy and the size. This allows drivers to override the mechanism used for acquiring the resource table, or omit it for firmware that is known not to have a resource table.
This leaves the custom, dummy, find_rsc_table implementations found in some drivers dangling.
Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
H A D | remoteproc_core.c | diff 58b640906702bcc083ac783bf10325e22c67d9fc Fri Jan 05 17:58:03 CST 2018 Bjorn Andersson <bjorn.andersson@linaro.org> remoteproc: Move resource table load logic to find
Extend the previous operation of finding the resource table in the ELF with the extra step of populating the rproc struct with a copy and the size. This allows drivers to override the mechanism used for acquiring the resource table, or omit it for firmware that is known not to have a resource table.
This leaves the custom, dummy, find_rsc_table implementations found in some drivers dangling.
Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
/openbmc/linux/include/linux/ |
H A D | remoteproc.h | diff 58b640906702bcc083ac783bf10325e22c67d9fc Fri Jan 05 17:58:03 CST 2018 Bjorn Andersson <bjorn.andersson@linaro.org> remoteproc: Move resource table load logic to find
Extend the previous operation of finding the resource table in the ELF with the extra step of populating the rproc struct with a copy and the size. This allows drivers to override the mechanism used for acquiring the resource table, or omit it for firmware that is known not to have a resource table.
This leaves the custom, dummy, find_rsc_table implementations found in some drivers dangling.
Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|