zephyr/include/arch/arc/v2
Øyvind Rønningstad 05f0d85b6a extensions.cmake: Replace TEXT_START with ROM_START
In zephyr_linker_sources().
This is done since the point of the location is to place things at given
offsets. This can only be done consistenly if the linker code is placed
into the _first_ section.

All uses of TEXT_START are replaced with ROM_START.

ROM_START is only supported in some arches, as some arches have several
custom sections before text. These don't currently have ROM_START or
TEXT_START available, but that could be added with a bit of refactoring
in their linker script.

No SORT_KEYs are changed.

This also fixes an error introduced when TEXT_START was added, where
TEXT_SECTION_OFFSET was applied to riscv's common linker.ld instead of
to openisa_rv32m1's specific linker.ld.

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
2020-01-23 03:22:59 -08:00
..
mpu
secureshield arch: arc: add initial support of ARC TEE 2019-08-10 17:45:22 +02:00
arc_connect.h arc: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
arcv2_irq_unit.h arch: arc: implement DIRECT IRQ support 2019-10-21 09:06:17 -07:00
asm_inline_gcc.h arc: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
asm_inline.h
aux_regs.h arc: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
error.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
exc.h kernel: rename NANO_ESF 2019-07-25 15:06:58 -07:00
ffs.h arc: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
irq.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
linker.ld extensions.cmake: Replace TEXT_START with ROM_START 2020-01-23 03:22:59 -08:00
misc.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
sys_io.h arc: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00