Re: [PATCH v8 3/4] remoteproc: qcom: Add capability to collect minidumps

2020-11-20 Thread Bjorn Andersson
On Thu 19 Nov 15:05 CST 2020, Siddharth Gupta wrote: > This patch adds support for collecting minidump in the event of remoteproc > crash. Parse the minidump table based on remoteproc's unique minidump-id, > read all memory regions from the remoteproc's minidump table entry and > expose the memory

[PATCH v8 3/4] remoteproc: qcom: Add capability to collect minidumps

2020-11-19 Thread Siddharth Gupta
This patch adds support for collecting minidump in the event of remoteproc crash. Parse the minidump table based on remoteproc's unique minidump-id, read all memory regions from the remoteproc's minidump table entry and expose the memory to userspace. The remoteproc platform driver can choose to co