zephyr/soc/nordic/common
Grzegorz Swiderski f908b41154 soc: nordic: Resolve z_arm_platform_init in the linker generator
Fixes #72673
Follow-up to #70977 and #71590

The CMake linker generator doesn't have an API equivalent to `PROVIDE`,
but the existing `zephyr_linker_symbol()` function should do just fine.
It still lets us set `z_arm_platform_init = SystemInit` and thus keep
the reduced ROM space.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2024-06-14 19:16:37 +02:00
..
vpr soc: nordic: vpr: remove Zifencei RISC-V extension 2024-06-11 03:37:03 -07:00
CMakeLists.txt soc: nordic: Resolve z_arm_platform_init in the linker generator 2024-06-14 19:16:37 +02:00
Kconfig soc: nordic: add dmm component 2024-06-13 12:02:33 -04:00
Kconfig.defconfig
Kconfig.peripherals
arm_platform_init.ld
dmm.c soc: nordic: add dmm component 2024-06-13 12:02:33 -04:00
dmm.h soc: nordic: add dmm component 2024-06-13 12:02:33 -04:00
pinctrl_soc.h
poweroff.c
soc_nrf_common.h
soc_secure.c
soc_secure.h