commit | d786f05bed368275b7a212f068e33e0264eab934 | [log] [tgz] |
---|---|---|
author | Daniel Allred <d-allred@ti.com> | Fri Sep 02 00:40:22 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 02 08:09:56 2016 -0400 |
tree | 2b6b7528a589607aed3745c8c2782ed5fe0b3ced | |
parent | 5f858eb6e49671e558af64f3d0e6c347c1eec7a5 [diff] |
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>