zephyr/arch/arm/core
David Brown 0c476a58b7 misc: Generalize LOAD_OFFSET support
Instead of FLASH_LOAD_OFFSET being something specific to cortex-m, add
it generally to misc/Kconfig, along with a hidden config
HAS_LOAD_OFFSET which can be selected by the architectures as they add
support for the functionality.

Change-Id: I256ff8cf4e9b8493b26354c3b93fe1f7017d4887
Signed-off-by: David Brown <david.brown@linaro.org>
2017-04-14 01:35:59 +00:00
..
cortex_m misc: Generalize LOAD_OFFSET support 2017-04-14 01:35:59 +00:00
offsets arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
Kconfig misc: Generalize LOAD_OFFSET support 2017-04-14 01:35:59 +00:00
Makefile arm: use gen_isr_tables mechanism for interrupts 2017-02-11 01:27:58 +00:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
exc_exit.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
fatal.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fault.c arm: cmsis: Convert _Scb*Fault*Reset to use direct CMSIS register access 2017-02-10 14:47:41 -06:00
fault_s.S arm: cmsis: Convert _ScbIsNestedExc to use direct CMSIS register access 2017-02-10 14:47:41 -06: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 arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
isr_wrapper.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
swap.S arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
sys_fatal_error_handler.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
thread.c arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
thread_abort.c arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00