diff mbox

[U-Boot,v5,2/2] sunxi: HYP/non-sec: configure CNTFRQ on all CPUs

Message ID 1405713999-9297-2-git-send-email-ijc@hellion.org.uk
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Ian Campbell July 18, 2014, 8:06 p.m. UTC
From: Marc Zyngier <marc.zyngier@arm.com>

CNTFRQ needs to be properly configured on all CPUs. Otherwise,
virtual machines hoping to find valuable information on secondary
CPUs will be disapointed...

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
---
 include/configs/sun7i.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h
index 5b5801d..f82431c 100644
--- a/include/configs/sun7i.h
+++ b/include/configs/sun7i.h
@@ -21,6 +21,7 @@ 
 #define CONFIG_ARMV7_PSCI		1
 #define CONFIG_ARMV7_PSCI_NR_CPUS	2
 #define CONFIG_ARMV7_SECURE_BASE	SUNXI_SRAM_B_BASE
+#define CONFIG_SYS_CLK_FREQ		24000000
 
 /*
  * Include common sunxi configuration where most the settings are