zephyr/cmake
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
..
app cmake: Test the compiler before testing compiler flags 2021-12-23 13:01:41 +01:00
bintools cmake: support ELF image adjustment 2022-01-22 16:57:31 -05:00
compiler cmake: add MIPS support 2022-01-19 13:48:21 -05:00
emu soc: mips: add Qemu Malta support 2022-01-19 13:48:21 -05:00
flash
ide
linker cmake: linker: Use depfile for Makefile generators 2022-01-10 09:49:11 -06:00
linker_script cmake: linker generator replace % with @ for symbol referencing 2022-01-07 18:20:30 +01:00
makefile_exports
reports
toolchain cmake: remove xtensa workaround in Zephyr toolchain code. 2021-12-17 14:23:49 +01:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake
extensions.cmake cmake: linker generator replace % with @ for symbol referencing 2022-01-07 18:20:30 +01:00
extra_flags.cmake
gcc-m-cpu.cmake
generic_toolchain.cmake
git.cmake
hex.cmake
host-tools.cmake
kconfig.cmake
kobj.cmake
mcuboot.cmake module: mcuboot: Add config option to support unsigned binary generation 2021-12-18 07:20:38 -05:00
pristine.cmake
python.cmake
shields.cmake
target_toolchain_flags.cmake
target_toolchain.cmake
verify-toolchain.cmake
version.cmake
west.cmake
zephyr_module.cmake