Re: [PATCH v3 3/4] soc: qcom: mdt-loader: Return relocation base

2018-01-27 Thread Andy Gross
On Fri, Jan 05, 2018 at 04:04:19PM -0800, Bjorn Andersson wrote: > In order to implement support for grabbing core dumps in remoteproc it's > necessary to know the relocated base of the image, as the offsets from > the virtual memory base might not be based on the physical address. > > Return the

[PATCH v3 3/4] soc: qcom: mdt-loader: Return relocation base

2018-01-05 Thread Bjorn Andersson
In order to implement support for grabbing core dumps in remoteproc it's necessary to know the relocated base of the image, as the offsets from the virtual memory base might not be based on the physical address. Return the adjusted physical base address to the caller. Signed-off-by: Bjorn Anderss