17 Jul, 2020

1 commit

  • On platforms with 32-bit phys_addr_t the shift to get the upper word of
    the base address of the memory region is invalid. Cast the base to 64
    bit to resolv this.

    Fixes: 549b67da660d ("remoteproc: qcom: Introduce helper to store pil info in IMEM")
    Tested-by: Nathan Chancellor # build
    Reported-by: Lee Jones
    Reported-by: Nathan Chancellor
    Link: https://lore.kernel.org/r/20200716054817.157608-1-bjorn.andersson@linaro.org
    Signed-off-by: Bjorn Andersson

    Bjorn Andersson
     

02 Jul, 2020

1 commit

  • A region in IMEM is used to communicate load addresses of remoteproc to
    post mortem debug tools. Implement a helper function that can be used to
    store this information in order to enable these tools to process
    collected ramdumps.

    Reviewed-by: Mathieu Poirier
    Reviewed-by: Vinod Koul
    Signed-off-by: Bjorn Andersson
    Link: https://lore.kernel.org/r/20200622191942.255460-3-bjorn.andersson@linaro.org
    Signed-off-by: Bjorn Andersson

    Bjorn Andersson