From patchwork Fri Jul 27 15:20:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sibi Sankar X-Patchwork-Id: 10547335 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3B2B414E0 for ; Fri, 27 Jul 2018 15:21:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2883D28660 for ; Fri, 27 Jul 2018 15:21:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A3202BF62; Fri, 27 Jul 2018 15:21:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B1F3F28660 for ; Fri, 27 Jul 2018 15:21:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388892AbeG0QoA (ORCPT ); Fri, 27 Jul 2018 12:44:00 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54458 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732148AbeG0Qn7 (ORCPT ); Fri, 27 Jul 2018 12:43:59 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id DE9C960B83; Fri, 27 Jul 2018 15:21:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1532704896; bh=z9AXPBQQWRivJrxXKe2Idv9ECGtSqlnLhLGztoHwNPs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=G5RWflH9xmmaDlBRnTVq6WB3jGpj09x1KILCdplBRH1BEgfvNsfgxuycIx/Opnwg9 ILyTAw1FrH9XBS1JPAriFJr8AV6eXcOxGhDwK9VhSRCygJGB+MyqlF+Lr5mDW23xd4 bVvhMzEkxo0FRQAzwae2X5cROlDADZ65b5cwklB4= Received: from blr-ubuntu-87.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sibis@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id AE09E60B11; Fri, 27 Jul 2018 15:21:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1532704896; bh=z9AXPBQQWRivJrxXKe2Idv9ECGtSqlnLhLGztoHwNPs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=G5RWflH9xmmaDlBRnTVq6WB3jGpj09x1KILCdplBRH1BEgfvNsfgxuycIx/Opnwg9 ILyTAw1FrH9XBS1JPAriFJr8AV6eXcOxGhDwK9VhSRCygJGB+MyqlF+Lr5mDW23xd4 bVvhMzEkxo0FRQAzwae2X5cROlDADZ65b5cwklB4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org AE09E60B11 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sibis@codeaurora.org From: Sibi Sankar To: bjorn.andersson@linaro.org Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, ohad@wizery.com, kyan@codeaurora.org, sricharan@codeaurora.org, akdwived@codeaurora.org, linux-arm-msm@vger.kernel.org, tsoni@codeaurora.org, Sibi Sankar Subject: [PATCH v3 6/6] remoteproc: qcom: q6v5-pil: Assign the relocated address Date: Fri, 27 Jul 2018 20:50:03 +0530 Message-Id: <20180727152003.11663-7-sibis@codeaurora.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180727152003.11663-1-sibis@codeaurora.org> References: <20180727152003.11663-1-sibis@codeaurora.org> Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Assign the relocated base of the modem image, as the offsets from the virtual memory might not be based on the physical address. Signed-off-by: Sibi Sankar --- drivers/remoteproc/qcom_q6v5_pil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_q6v5_pil.c b/drivers/remoteproc/qcom_q6v5_pil.c index 22bb049c3e7f..b1296d614b8b 100644 --- a/drivers/remoteproc/qcom_q6v5_pil.c +++ b/drivers/remoteproc/qcom_q6v5_pil.c @@ -862,6 +862,7 @@ static int q6v5_mpss_load(struct q6v5 *qproc) } mpss_reloc = relocate ? min_addr : qproc->mpss_phys; + qproc->mpss_reloc = mpss_reloc; /* Load firmware segments */ for (i = 0; i < ehdr->e_phnum; i++) { phdr = &phdrs[i];