bbe222cad0
Moved setting of specific Cortex-M compiler flags in each SoC directory unify setting them in the arch/arm/soc Makefile. Add flags for Cortex M0, M0+, M1, M3, M4, and M7. However only CONFIG_CPU_CORTEX_M3 and CONFIG_CPU_CORTEX_M4 are supported at this time As part of this change converted Kbuild files for some SoCs into Makefiles as the Makefiles would be empty otherwise. Change-Id: Ie4e0178b141ca761ec482a610ae50e94fe58070f Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
Kconfig.defconfig.mk64f12 | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
Makefile | ||
README.txt | ||
linker.ld | ||
soc.c | ||
soc.h | ||
soc_config.c | ||
wdog.S |
README.txt
Notes on the FSL FRDM K64F SRAM base address and size Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not used by the FSL FRDM K64F platform. Only the 192 kB region based at the standard ARMv7-M SRAM base address of 0x20000000 is supported. As such the following values are used: CONFIG_SRAM_BASE_ADDRESS=0x20000000 CONFIG_SRAM_SIZE=64 # Measured in kB