Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-14 Thread rishabhb
On 2020-05-07 13:21, Bjorn Andersson wrote: On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: This patch adds the inline coredump functionality. The current coredump implementation uses vmalloc area to copy all the segments. But this might put a lot of strain on low memory targets as the f

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-13 Thread Mathieu Poirier
On Mon, 11 May 2020 at 18:32, Bjorn Andersson wrote: > > On Mon 11 May 17:11 PDT 2020, risha...@codeaurora.org wrote: > > > On 2020-05-07 13:21, Bjorn Andersson wrote: > > > On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: > > > > > > > This patch adds the inline coredump functionality. The

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-11 Thread Bjorn Andersson
On Mon 11 May 17:41 PDT 2020, risha...@codeaurora.org wrote: > On 2020-05-11 17:30, Bjorn Andersson wrote: > > On Mon 11 May 17:11 PDT 2020, risha...@codeaurora.org wrote: > > > On 2020-05-07 13:21, Bjorn Andersson wrote: > > > > On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: > > > > > dif

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-11 Thread rishabhb
On 2020-05-11 17:30, Bjorn Andersson wrote: On Mon 11 May 17:11 PDT 2020, risha...@codeaurora.org wrote: On 2020-05-07 13:21, Bjorn Andersson wrote: > On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: > > > This patch adds the inline coredump functionality. The current > > coredump impleme

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-11 Thread Bjorn Andersson
On Mon 11 May 17:11 PDT 2020, risha...@codeaurora.org wrote: > On 2020-05-07 13:21, Bjorn Andersson wrote: > > On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: > > > > > This patch adds the inline coredump functionality. The current > > > coredump implementation uses vmalloc area to copy al

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-11 Thread rishabhb
On 2020-05-07 13:21, Bjorn Andersson wrote: On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: This patch adds the inline coredump functionality. The current coredump implementation uses vmalloc area to copy all the segments. But this might put a lot of strain on low memory targets as the f

Re: [PATCH 2/3] remoteproc: Add inline coredump functionality

2020-05-07 Thread Bjorn Andersson
On Thu 16 Apr 11:38 PDT 2020, Rishabh Bhatnagar wrote: > This patch adds the inline coredump functionality. The current > coredump implementation uses vmalloc area to copy all the segments. > But this might put a lot of strain on low memory targets as the > firmware size sometimes is in ten's of M