summaryrefslogtreecommitdiff
path: root/arch/arm/configs/efm32_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-05-20 00:06:22 +0200
committerArnd Bergmann <arnd@arndb.de>2015-05-20 23:25:29 +0200
commitb4423bb834bb25947426d8db9095cd2dc286e341 (patch)
tree52f5ab7d65171262312aaa6a953170a8ee87ceb7 /arch/arm/configs/efm32_defconfig
parent03c1fb7e96a3154dbcbbc16883c4693ead3d558a (diff)
ARM: vf610m4: add defconfig for Linux on Vybrids Cortex-M4
Add defconfig for Linux on Vybrid (vf610) on the secondary Cortex- M4 CPU. The use of a XIP image has been tested which needs to be loaded (e.g. using the custom m4boot loader) to the end of the available RAM at address 0x8f000000. The Cortex-M4 has a code-alias which makes sure that the instructions get fetched through the code bus (alias starts at 0x00800000 => 0x80800000 in system address). Hence, to get optimal performance, use 0x0f000000 as XIP_PHYS_ADDR. This address is additionally shifted by the length of the minimal loader which is inserted by m4boot. Currently, this offset is 0x80. The standard DRAM base address is configured to 0x8C000000, which gives the Cortex-M4 48MiB of RAM. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/efm32_defconfig')
0 files changed, 0 insertions, 0 deletions