Re: [PATCH v7 2/4] remoteproc: coredump: Add minidump functionality

2020-11-18 Thread Bjorn Andersson
On Tue 03 Nov 03:19 CST 2020, Siddharth Gupta wrote: > This change adds a new kind of core dump mechanism which instead of dumping > entire program segments of the firmware, dumps sections of the remoteproc > memory which are sufficient to allow debugging the firmware. This function > thus uses se

[PATCH v7 2/4] remoteproc: coredump: Add minidump functionality

2020-11-03 Thread Siddharth Gupta
This change adds a new kind of core dump mechanism which instead of dumping entire program segments of the firmware, dumps sections of the remoteproc memory which are sufficient to allow debugging the firmware. This function thus uses section headers instead of program headers during creation of th