From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 1 Jul 2019 19:04:59 -0700 From: Bjorn Andersson Subject: Re: [PATCH 0/2] soc: qcom: mdt_loader: Support loading non-split firmware Message-ID: <20190702020459.GF1263@builder> References: <20190622012146.19719-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190622012146.19719-1-bjorn.andersson@linaro.org> To: Andy Gross , Ohad Ben-Cohen , Sibi Sankar Cc: linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Fri 21 Jun 18:21 PDT 2019, Bjorn Andersson wrote: > Typically the firmware files for the various remoteprocs is split in a number > of files. But in some releases these files are available in their unsplit form. > > Extend the mdt loader to detect the unsplit firmware and load it transparently. > > Also expose the function that compose the metadata header for validation and > use this from the modem remoteproc driver, so that it can support unsplit files > as well. > Applied the two patches. Thanks Andy & Jeff. Regards, Bjorn > Bjorn Andersson (2): > soc: qcom: mdt_loader: Support loading non-split images > remoteproc: qcom: q6v5-mss: Support loading non-split images > > drivers/remoteproc/qcom_q6v5_mss.c | 33 ++++++++--- > drivers/soc/qcom/mdt_loader.c | 88 ++++++++++++++++++++++++++++- > include/linux/soc/qcom/mdt_loader.h | 2 + > 3 files changed, 112 insertions(+), 11 deletions(-) > > -- > 2.18.0 >