zephyr/arch/nios2/core
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
..
offsets nios2: exceptions: use computed offsets 2016-06-29 05:23:55 +00:00
Makefile nios2: enable instruction/data caches 2016-07-01 00:34:47 +00:00
cache.c nios2: enable instruction/data caches 2016-07-01 00:34:47 +00:00
cpu_idle.c nios2: fix nano_cpu_idle() 2016-06-30 18:52:10 +00:00
crt0.S nios2: support more global pointer scenarios 2016-07-06 18:14:31 +00:00
exception.S nios2: exceptions: remove remaining muldiv references 2016-06-29 05:23:55 +00:00
fatal.c nios2: fix debugging output 2016-06-29 05:23:55 +00:00
irq_manage.c nios2: implement kernel_event_logger 2016-06-30 12:10:43 -07:00
irq_offload.c nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
prep_c.c nanokernel: move dataCopy() and bssZero() to common code 2016-07-08 18:23:11 +00:00
reset.S nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
sw_isr_table.S nios2: add static interrupt handling code 2016-06-22 16:42:21 +00:00
swap.S nios2: implement kernel_event_logger 2016-06-30 12:10:43 -07:00
thread.c nios2: implement thread monitor 2016-06-29 05:23:54 +00:00