zephyr/include/arch
Chuck Jordan c3ad7615ff arc: Add linker command file for Harvard architecture
Some ARC CPUs can be built with separate instruction bus
and data bus (i.e. Harvard Architecture). Such systems
have only ICCM and DCCM memories. When CONFIG_HARVARD
is defined, the initial stack pointer is set to the
TOP of the DCCM memory. Currently there is no SOC that
existing in Zephyr tree that sets CONFIG_HARVARD, but
this will be coming soon.

Change-Id: I2016d1f472fbdad683a964aa0b65c5263ecfb6cf
Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-15 01:48:41 +00:00
..
arc arc: Add linker command file for Harvard architecture 2016-05-15 01:48:41 +00:00
arm build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
nios2 nios2: implement _arch_irq_lock / unlock 2016-05-09 18:09:29 +00:00
x86 Add interrupt stub label for profiler (interrupt event) 2016-05-12 02:19:56 +00:00
cpu.h nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00