zephyr/soc/arm64/nxp_imx
Keith Packard 710422ec5e include/zephyr: Fix linker scripts to define _end after all static RAM data
The Zephyr linker scripts have inconsistent ordering of various chunks of
data which lands in RAM at runtime. This leads to the value of _end not
being consistently defined as the maximum address of static variables used
in the application.

Create a helper linker fragment, zephyr/linker/ram-end.ld, which can be
included after the last possible definition of RAM data, that consistently
sets _image_ram_end, _end and z_mapped_end.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-06-28 08:41:02 +00:00
..
mimx8m soc: arm64: nxp_imx: Move GIC version to DT 2023-06-17 08:01:46 -04:00
mimx9 include/zephyr: Fix linker scripts to define _end after all static RAM data 2023-06-28 08:41:02 +00:00
CMakeLists.txt soc: arm64: nxp_imx: Add i.MX8M Mini SoC A53 support 2022-03-09 09:56:12 -06:00
Kconfig soc: Only select HAS_SEGGER_RTT if module is available 2023-04-20 14:57:51 +02:00
Kconfig.defconfig soc: arm64: nxp_imx: Add i.MX8M Mini SoC A53 support 2022-03-09 09:56:12 -06:00
Kconfig.soc soc: arm64: nxp_imx: Add i.MX8M Mini SoC A53 support 2022-03-09 09:56:12 -06:00