diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-11-21 17:40:57 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:42:03 -0800 |
commit | 1a2826f6e02d0d3ec97b77b5b13c13d2ac27fb9d (patch) | |
tree | a5e7684cd9e48f53ee736bb06da7a3a169fc9057 /include/configs | |
parent | 290e6e921f255fdee072d21539bbad16b9a3e714 (diff) | |
download | u-boot-imx-1a2826f6e02d0d3ec97b77b5b13c13d2ac27fb9d.zip u-boot-imx-1a2826f6e02d0d3ec97b77b5b13c13d2ac27fb9d.tar.gz u-boot-imx-1a2826f6e02d0d3ec97b77b5b13c13d2ac27fb9d.tar.bz2 |
ls102xa: changing a few targets' configurations.
Enable hypervisors utilizing the ARMv7 virtualization extension
on the LS1021A-QDS/TWR boards with the A7 core tile, we add the
required configuration variable.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls1021aqds.h | 7 | ||||
-rw-r--r-- | include/configs/ls1021atwr.h | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 536d9f3..704c349 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -493,6 +493,13 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CMD_IMLS #endif +#define CONFIG_ARMV7_NONSEC +#define CONFIG_ARMV7_VIRT +#define CONFIG_PEN_ADDR_BIG_ENDIAN +#define CONFIG_SMP_PEN_ADDR 0x01ee0200 +#define CONFIG_TIMER_CLK_FREQ 12500000 +#define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR + #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index a3271fe..809e80f 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -312,6 +312,13 @@ #define CONFIG_CMD_IMLS #endif +#define CONFIG_ARMV7_NONSEC +#define CONFIG_ARMV7_VIRT +#define CONFIG_PEN_ADDR_BIG_ENDIAN +#define CONFIG_SMP_PEN_ADDR 0x01ee0200 +#define CONFIG_TIMER_CLK_FREQ 12500000 +#define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR + #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 |