zephyr/arch
Ioannis Glaropoulos b0c5e6335a arch: arm: cortex-m: move the relay table section after vector table
In CPUs with VTOR we are free to place the relay vector table
section anywhere inside ROM_START section (as long as we respect
alignment requirements). This PR moves the relay table towards
the end of ROM_START. This leaves sufficient area for placing
some SoC-specific sections inside ROM_START that need to start
at a fixed address.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-07-27 13:23:36 +02:00
..
arc ARC: cleanup exit_tickless_idle 2020-07-24 12:05:12 +02:00
arm arch: arm: cortex-m: move the relay table section after vector table 2020-07-27 13:23:36 +02:00
common config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
nios2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
posix arch: posix: Print warning on sys_reboot 2020-06-09 08:19:50 +02:00
riscv arch: riscv: thread: Init soc context on stack 2020-07-13 15:00:19 -05:00
x86 arch/x86: zefi: Fix mismatch in printf with args 2020-07-24 21:51:14 -04:00
xtensa zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: add CONFIG_MMU 2020-07-17 11:38:18 +02:00