zephyr/cmake/bintools
Torsten Rasmussen d51a67b7c0 cmake: support ELF image adjustment
This commit adds support for adjust the addresses of the final image.
This is useful when the image is to be flashed at a location different
from the LMA address encoded in the ELF file by the linker.

An example use-case is multicore systems where core A might load image
from a flash partition into RAM in order for core B to execute and load,
but where the image itself is build with the RAM addresses as LMA.

It updates the zephyr_image_info.h header with information of adjustment
value.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2022-01-22 16:57:31 -05:00
..
arcmwdt
armclang armclang: bintools support for armclang (arm-ds/Keil) 2021-08-30 08:54:23 -04:00
gnu cmake: support ELF image adjustment 2022-01-22 16:57:31 -05:00
host-gnu
llvm
oneApi cmake: oneApi: add oneApi support on windows. 2021-07-27 07:20:12 -04:00
bintools_template.cmake