]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc/davinci: Add support to parse internal memories
authorSuman Anna <s-anna@ti.com>
Tue, 1 Aug 2017 15:48:42 +0000 (10:48 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 24 Aug 2017 18:59:55 +0000 (11:59 -0700)
commit56f943e637d5423f3db8e82ccd28f4731ab5bc92
tree3951d77a41c387fc6955d13390bd7c0018955085
parent42b134bff6b3087fb9da4f9295865b450c473ee8
remoteproc/davinci: Add support to parse internal memories

The DSP subsystem on OMAP-L13x SoCs has various internal RAM
memories that can accessed from the ARM side. These memories
can be configured to be used as either RAM or Cache.

The Davinci remoteproc driver has been enhanced to parse and
store the kernel mappings for these internal RAM memories.
These mappings can then be used to support direct loading of
text/data into these memories from the remoteproc driver.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/da8xx_remoteproc.c