zephyr/arch/arm/core
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
..
cortex_m arm: Adjust entry point of XIP kernels to the __reset function 2017-02-04 19:32:40 +00:00
offsets license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig arm: cmsis: Introduce CMSIS layer 2017-01-23 15:15:54 -06:00
Makefile kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S arm: scb: Move SCB asm defines into cpu_idle.S 2017-01-30 11:02:39 -06:00
exc_exit.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
fatal.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fault.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fault_s.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
irq_init.c arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directly 2017-01-30 11:02:36 -06:00
irq_manage.c arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directly 2017-01-30 11:02:36 -06:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
isr_wrapper.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
swap.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
sys_fatal_error_handler.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
thread.c kernel: rename thread states symbols 2017-01-24 13:34:49 +00:00
thread_abort.c arm: cmsis: Convert _ScbIsInThreadMode to use direct CMSIS register access 2017-01-30 11:02:39 -06:00