From d5db7024aafc5ea603f3a34f83bb29a1eaa3cbe7 Mon Sep 17 00:00:00 2001 From: Marc Zyngier Date: Fri, 18 Jul 2014 21:06:38 +0100 Subject: sunxi: HYP/non-sec: add sun7i PSCI backend So far, only supporting the CPU_ON method. Other functions can be added later. Signed-off-by: Marc Zyngier Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- include/configs/sun7i.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/configs/sun7i.h') diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index b5992d2191..2a6a9e82dd 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -29,6 +29,12 @@ #endif #endif +#define CONFIG_ARMV7_VIRT 1 +#define CONFIG_ARMV7_NONSEC 1 +#define CONFIG_ARMV7_PSCI 1 +#define CONFIG_ARMV7_PSCI_NR_CPUS 2 +#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE + /* * Include common sunxi configuration where most the settings are */ -- cgit