zephyr/include
Ø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
..
app_memory
arch extensions.cmake: Replace TEXT_START with ROM_START 2020-01-23 03:22:59 -08:00
audio
bluetooth Bluetooth: Mesh: Skip publish if update fails 2020-01-16 14:13:37 +02:00
canbus canbus: canopen: add LED indicator support 2020-01-20 17:17:23 +01:00
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto crypto: api: New capability flag CAP_NO_IV_PREFIX 2020-01-16 18:34:20 +01:00
data
debug
dfu
disk
display
drivers drivers: counter: add missing syscalls 2020-01-21 11:36:55 -05:00
dt-bindings
fs fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00
linker
logging
mgmt
net net: sockets: tls: Add missing symbols for a few options 2020-01-20 09:58:23 +02:00
posix
power
random
settings doc: cleanup after NFFS removal 2020-01-21 15:32:47 +01:00
shell
stats
storage
sys base: add error checking macros 2020-01-20 17:19:54 -05:00
toolchain
usb
zephyr
cache.h
device.h kernel: device: Add const qualifier to device_config 2020-01-22 06:32:36 -06:00
devicetree.h dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} 2020-01-17 17:57:59 +01:00
exc_handle.h
fatal.h
generated_dts_board.h dts: Add include/generated_dts_board.h for backwards compatibility 2020-01-17 17:57:59 +01:00
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h kernel/sched: Address thread abort termination delay issue on SMP 2020-01-21 14:47:52 -08:00
kernel_version.h
kernel.h kernel: queue: runtime error handling 2020-01-20 17:19:54 -05:00
ptp_clock.h
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h