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)
commit59b2355fc90e4a4fade705d7f5254d2e6d50763e
tree3951d77a41c387fc6955d13390bd7c0018955085
parent6fb9a8f5ada8c1d660830fde7363b1a3b3368373
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