commit | 6d132b2b09b476131855b9350ccad360e065d3fc | [log] [tgz] |
---|---|---|
author | Daniel Allred <d-allred@ti.com> | Fri Sep 02 00:40:21 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 02 08:09:55 2016 -0400 |
tree | 73d6ace6f93be12726643dee93a167cd6ee2d8c7 | |
parent | 4c854b61994f2f785639cd10c7acef6a3b41170e [diff] |
arm: omap5: secure API for EMIF memory reservations Create a few public APIs which rely on secure world ROM/HAL APIs for their implementation. These are intended to be used to reserve a portion of the EMIF memory and configure hardware firewalls around that region to prevent public code from manipulating or interfering with that memory. Signed-off-by: Daniel Allred <d-allred@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>