zephyr/boards
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
..
arc ARC: boards: hsdk: disable XIP 2020-12-15 09:22:34 -05:00
arm boards: efr32mg_sltb004a: rework sensor power enable infrastructure 2020-12-15 11:19:26 +01:00
common ARC: west: split mdb runner for mdb-hw & mdb-nsim runners 2020-11-11 08:18:38 -05:00
nios2
posix posix: Add cpu_hold() function to better emulate code delay 2020-12-14 12:32:11 +01:00
riscv boards: riscv: litex_vexriscv: enable clock control driver 2020-12-06 12:35:16 -05:00
shields shields: enable SD card support on Waveshare Epaper shield 2020-12-07 12:56:13 +01:00
sparc boards: set CPU_HAS_FPU on LEON3 soc and boards 2020-12-04 14:33:43 +02:00
x86 Revert "boards/x86: Enable Intel VT-D for up_squared" 2020-12-14 23:21:41 -05:00
xtensa
CMakeLists.txt
deprecated.cmake
index.rst boards: Add qemu_leon3 2020-11-13 14:53:55 -08:00
Kconfig cmake: ensure shields can be placed in other BOARD_ROOTs 2020-11-13 13:36:48 +01:00