zephyr/include/arch/arm64
Torsten Rasmussen 3d82c7c828 linker: align _image_text_start/end/size linker symbols name
Cleanup and preparation commit for linker script generator.

Zephyr linker scripts provides start and end symbols for each larger
areas in the linker script.

The symbols _image_text_start and _image_text_end sometimes includes
linker/kobject-text.ld. This mean there must be both the regular
__text_start and __text_end symbols for the pure text section, as well
as <group>_start and <group>_end symbols.

The symbols describing the text region which covers more than just the
text section itself will thus be changed to:
_image_text_start -> __text_region_start
_image_text_end   -> __text_region_end

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-28 08:48:03 -04:00
..
cortex_r/mpu include: arm64: Add mpu data struct definition 2021-04-13 07:47:44 -04:00
scripts linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
arch_inlines.h arm64: implement exception depth count 2021-05-03 11:56:50 +02:00
arch.h include: arm64: Fix compile with default MMU off 2021-04-13 07:47:44 -04:00
arm_mmu.h arch: arm64: Unify the initialization of MMU and MPU 2021-07-13 09:30:29 -04:00
arm-smccc.h
asm_inline_gcc.h
asm_inline.h
cpu.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
error.h
exc.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
irq.h
lib_helpers.h soc: arm64: arm: fvp_aemv8r: Init VMPIDR_EL2 in el2 plat init. 2021-07-13 09:30:29 -04:00
macro.inc
misc.h
structs.h arm64: FPU context switching support 2021-05-03 11:56:50 +02:00
sys_io.h
syscall.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
thread_stack.h arm64: Rework stack usage 2021-04-23 06:32:20 -04:00
thread.h arm64: FPU context switching support 2021-05-03 11:56:50 +02:00
timer.h
tpidrro_el0.h arm64: implement exception depth count 2021-05-03 11:56:50 +02:00