]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: HYP/non-sec/PSCI: emit DT nodes
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 12 Jul 2014 13:24:07 +0000 (14:24 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 28 Jul 2014 15:19:52 +0000 (17:19 +0200)
commite771a3d538a4fbe235864061ff3c81a8acb11082
tree497c45f019f2e81eec3faabe11a69a7a2488f4cb
parente29607ed972056723e4bf0ac90767421cf0f0b78
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>
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/virt-dt.c [new file with mode: 0644]
arch/arm/include/asm/armv7.h
arch/arm/lib/bootm-fdt.c