]> git.karo-electronics.de Git - karo-tx-linux.git/commit
remoteproc: qcom: Introduce WCNSS peripheral image loader
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Sun, 13 Sep 2015 00:31:17 +0000 (17:31 -0700)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Tue, 21 Jun 2016 08:01:58 +0000 (11:01 +0300)
commit9ef56102ed2ff407adfe52fd67b90dbcfef35faf
tree0ba34bb4016d5a7ec4a19eda3b8396274d0647d2
parentf74df547572d6963ef1b5f5c44c64ea6da033bf4
remoteproc: qcom: Introduce WCNSS peripheral image loader

This introduces the peripheral image loader, for loading WCNSS firmware
and boot the core on e.g. MSM8974. The firmware is verified and booted
with the help of the Peripheral Authentication System (PAS) in
TrustZone.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/qcom_mdt_loader.c [new file with mode: 0644]
drivers/remoteproc/qcom_mdt_loader.h [new file with mode: 0644]
drivers/remoteproc/qcom_wcnss.c [new file with mode: 0644]
drivers/remoteproc/qcom_wcnss.h [new file with mode: 0644]
drivers/remoteproc/qcom_wcnss_iris.c [new file with mode: 0644]