ARM: DRA7: Add secure emif setup calls
authorDaniel Allred <d-allred@ti.com>
Fri, 2 Sep 2016 05:40:22 +0000 (00:40 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 2 Oct 2016 12:09:56 +0000 (08:09 -0400)
commit501f0ef304549edf41bbcec0e6da008d92cbdf0c
tree2b6b7528a589607aed3745c8c2782ed5fe0b3ced
parent6d132b2b09b476131855b9350ccad360e065d3fc
ARM: DRA7: Add secure emif setup calls

After EMIF DRAM is configured, but before it is used,
calls are made on secure devices to reserve any configured
memory region needed by the secure world and then to lock the
EMIF firewall configuration. If any other firewall
configuration needs to be applied, it must happen before the
lock call.

Signed-off-by: Daniel Allred <d-allred@ti.com>
arch/arm/cpu/armv7/omap-common/emif-common.c