zephyr/arch/arm
Andrew Boie 5b9378ab7e nanokernel: move dataCopy() and bssZero() to common code
Used by ARC, ARM, Nios II. x86 has alternate code done in assembly.

Linker scripts had some alarming comments about data/BSS overlap,
but the beginning of BSS is aligned so this can't happen even if
the end of data isn't.

The common code doesn't use fake pointer values for the number of
words in these sections, don't compute or export them.

Change-Id: I4291c2a6d0222d0a3e95c140deae7539ebab3cc3
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-08 18:23:11 +00:00
..
core nanokernel: move dataCopy() and bssZero() to common code 2016-07-08 18:23:11 +00:00
include arm float: Add preemptive FP regs 2016-06-29 19:49:34 +00:00
soc arm float: Add Kconfig options 2016-07-01 19:44:15 +00:00
Kbuild soc: arm: add Makefiles one level up 2016-04-22 21:33:26 +00:00
Kconfig kinetis: reorganise soc directory using soc family 2016-04-18 21:24:58 +00:00
Makefile arm float: Update compiler options 2016-07-01 19:44:15 +00:00
defconfig console/uart: remove duplicate default value for parent UART dev 2016-03-30 13:38:58 +00:00