commit | bf433afd60ce2ccd1bec3cf14150323be8272ac3 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sat Jul 12 14:24:02 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jul 28 17:07:23 2014 +0200 |
tree | 1dd1eb0cd86852ac01e6ca5b39978a1358c123b5 | |
parent | b726d22da9aed61462e36aa722fa4e6fd0aec9f1 [diff] |
ARM: HYP/non-sec: add separate section for secure code In anticipation of refactoring the HYP/non-secure code to run from secure RAM, add a new linker section that will contain that code. Nothing is using it just yet. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>