PRIMARY, SECONDARY, NANOKERNEL, MICROKERNEL init levels are now deprecated. New init levels introduced: PRE_KERNEL_1, PRE_KERNEL_2, POST_KERNEL to replace them. Most existing code has instances of PRIMARY replaced with PRE_KERNEL_1, SECONDARY with POST_KERNEL as SECONDARY has had a longstanding bug where the documentation specified SECONDARY ran before the kernel started up, but actually ran afterwards. Change-Id: I771bc634e9caf7f17dbf214a270bc9967eed7d32 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
Kconfig.defconfig.mk64f12 | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
linker.ld | ||
Makefile | ||
README.txt | ||
soc.c | ||
soc.h | ||
soc_config.c | ||
wdog.S |
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