zephyr/boards/arc
Eugeniy Paltsev 8d9fa56093 ARC: boards: hsdk: disable XIP
XIP (eXecute In Place) is a method of executing programs directly
from long term storage (i.e flash memory). It allows us to
avoid copying text it into RAM, saving writable memory for dynamic
data and not the static program code.

We don't have such non-volatile memory capable for executing in
place on HSDK so we load Zephyr image to DDR memory with debugger
each time.

Disable XIP option for HSDK as we don't need it.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-12-15 09:22:34 -05:00
..
em_starterkit ARC: west: split mdb runner for mdb-hw & mdb-nsim runners 2020-11-11 08:18:38 -05:00
emsdp ARC: west: split mdb runner for mdb-hw & mdb-nsim runners 2020-11-11 08:18:38 -05:00
hsdk ARC: boards: hsdk: disable XIP 2020-12-15 09:22:34 -05:00
iotdk ARC: west: split mdb runner for mdb-hw & mdb-nsim runners 2020-11-11 08:18:38 -05:00
nsim arc: mdb-nsim runner: launch cores according CONFIG_MP_NUM_CPUS 2020-12-07 11:06:26 -05:00
qemu_arc gcov: Add coverage support for arc qemu platform 2020-08-26 12:32:39 +02:00
index.rst