summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/armv7.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2014-07-12 13:24:07 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-28 15:19:52 (GMT)
commite771a3d538a4fbe235864061ff3c81a8acb11082 (patch)
tree497c45f019f2e81eec3faabe11a69a7a2488f4cb /arch/arm/include/asm/armv7.h
parente29607ed972056723e4bf0ac90767421cf0f0b78 (diff)
downloadu-boot-fsl-qoriq-e771a3d538a4fbe235864061ff3c81a8acb11082.tar.xz
ARM: HYP/non-sec/PSCI: emit DT nodes
Generate the PSCI node in the device tree. Also add a reserve section for the "secure" code that lives in in normal RAM, so that the kernel knows it'd better not trip on it. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/include/asm/armv7.h')
-rw-r--r--arch/arm/include/asm/armv7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h
index 11476dd..323f282 100644
--- a/arch/arm/include/asm/armv7.h
+++ b/arch/arm/include/asm/armv7.h
@@ -79,6 +79,7 @@ void v7_outer_cache_inval_range(u32 start, u32 end);
#if defined(CONFIG_ARMV7_NONSEC) || defined(CONFIG_ARMV7_VIRT)
int armv7_init_nonsec(void);
+int armv7_update_dt(void *fdt);
/* defined in assembly file */
unsigned int _nonsec_init(void);