mbox series

[v4,0/3] remoteproc: mss: Improve mem_assign and firmware load

Message ID 20200304194729.27979-1-sibis@codeaurora.org (mailing list archive)
Headers show
Series remoteproc: mss: Improve mem_assign and firmware load | expand

Message

Sibi Sankar March 4, 2020, 7:47 p.m. UTC
Two things came up in the effort of figuring out why the modem crashed the
entire system when being restarted; the first one solves the actual problem, in
that it's not possible to reclaim the main modem firmware region unless the
modem subsystem is running - causing the crash.

The second patch aligns the firmware loading process to that of the downstream
driver, which seems to be a requirement in 8974 as well.

The third patch aligns the mpss coredump sequence to that of the downstream
driver, which is expected to fix mba load failure during coredump.

Bjorn Andersson (2):
  remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
  remoteproc: qcom_q6v5_mss: Validate each segment during loading

Sibi Sankar (1):
  remoteproc: qcom_q6v5_mss: Reload the mba region on coredump

 drivers/remoteproc/qcom_q6v5_mss.c | 131 +++++++++++++++++++++--------
 1 file changed, 97 insertions(+), 34 deletions(-)

Comments

patchwork-bot+linux-remoteproc@kernel.org March 9, 2020, 11:40 p.m. UTC | #1
Hello:

This series was applied to andersson/remoteproc.git (refs/heads/for-next).

On Thu,  5 Mar 2020 01:17:26 +0530 you wrote:
> Two things came up in the effort of figuring out why the modem crashed the
> entire system when being restarted; the first one solves the actual problem, in
> that it's not possible to reclaim the main modem firmware region unless the
> modem subsystem is running - causing the crash.
> 
> The second patch aligns the firmware loading process to that of the downstream
> driver, which seems to be a requirement in 8974 as well.
> 
> [...]


Here is a summary with links:
  - [v4,1/3] remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
    https://git.kernel.org/andersson/remoteproc/c/0d20e3d606b084dbaa9f62885f9edf97c2a37c0e
  - [v4,2/3] remoteproc: qcom_q6v5_mss: Validate each segment during loading
    https://git.kernel.org/andersson/remoteproc/c/02b82b2e521407ed502850104fb40dad65b22329
  - [v4,3/3] remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
    https://git.kernel.org/andersson/remoteproc/c/1a40eb61fe11e97ed0a69cf50dd6c0a79b32985a

You are awesome, thank you!