[U-Boot] [RFC PATCH 6/6] ARM: VExpress: enable ARMv7 virt support for VExpress A15
Andre Przywara
andre.przywara at linaro.org
Fri Apr 26 15:14:59 CEST 2013
Enable the "hypmode" command for the Versatile Express TC2 board
with the virtualization capable Cortex-A15 CPU to allow booting
Xen or a KVM-enabled Linux kernel in HYP mode.
Signed-off-by: Andre Przywara <andre.przywara at linaro.org>
---
include/configs/vexpress_ca15_tc2.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h
index 210a27c..9df4400 100644
--- a/include/configs/vexpress_ca15_tc2.h
+++ b/include/configs/vexpress_ca15_tc2.h
@@ -31,6 +31,8 @@
#include "vexpress_common.h"
#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca15x2_tc2"
+#define CONFIG_CMD_VIRT
+
#define CONFIG_SYS_CLK_FREQ 24000000
#define CONFIG_SYSFLAGS_ADDR 0x1c010030
--
1.7.12.1
More information about the U-Boot
mailing list