zephyr/arch
Tim Nordell 93801c6447 arm: Adjust entry point of XIP kernels to the __reset function
The entry point specified in the elf file should always point to
executable code, and not to the interrupt vector table.  Pointing to the
vector table as the entry point in the elf file presents problems with
running the kernel against a debugger as the debugger starts the program
counter at the top of the interrupt vector table.

Change-Id: I76051f6e99a44bab72936670bead5fb8191a6ec7
Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
2017-02-04 19:32:40 +00:00
..
arc quark_se: sensor: use consistent device names for GPIO, SPI and I2C 2017-02-04 19:21:08 +00:00
arm arm: Adjust entry point of XIP kernels to the __reset function 2017-02-04 19:32:40 +00:00
nios2 build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
riscv32 riscv32: added a generic linker script for the riscv32 platform 2017-02-03 19:20:52 +01:00
x86 x86: implement direct interrupts 2017-02-03 18:18:30 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile