zephyr/boards/x86
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
..
acrn acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority 2021-08-03 07:30:15 -04:00
common/scripts boards: x86: disable werror for grub build 2020-10-21 06:19:51 -05:00
ehl_crb doc: ehl_crb: Update EHL CRB documentation 2021-08-03 13:57:56 +02:00
qemu_x86 linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
up_squared doc: update up_squared document to use UEFI bootable method. 2021-08-03 07:29:33 -04:00
index.rst