zephyr/soc/riscv
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
..
esp32c3 linker: align _image_rodata and _image_rom start/end/size linker symbols 2021-08-28 08:48:03 -04:00
litex-vexriscv soc: riscv: litex-vexriscv: change CSR accessors 2020-10-02 11:36:16 +02:00
openisa_rv32m1 linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
riscv-ite soc: riscv-ite: use new DT pinctrl accessors 2021-08-25 18:09:00 -04:00
riscv-privilege soc: riscv: privilege: define soc_interrupt_init() as weak symbol 2021-08-25 18:05:50 -04:00
CMakeLists.txt