zephyr/soc
Daniel Leung 2fed930f4e linker: allow SoC to insert linker script fragments
This allows the SoC to specify some additional linker script
fragments into the bss, data and read-only data sections.

For example, the Cypress PSOC6 has a few input sections that
must be put into bss and data sections. Without specifying
these in the linker script, they are consider orphan sections
and the placement is based on linker heuristic which is
arbitrary.

POSIX is not supported as the main linker script is
provided by the host system's binutils and we have no control
over it. Also, currently Xtensa SoCs have their own linker
scripts so there is no need to this feature.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2018-10-09 08:23:41 -04:00
..
arc DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
arm soc: logging: move soc tree to new logger 2018-10-08 17:49:12 -04:00
nios2 DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
posix headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
riscv32 DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
x86 soc: logging: move soc tree to new logger 2018-10-08 17:49:12 -04:00
xtensa soc: logging: move soc tree to new logger 2018-10-08 17:49:12 -04:00
Kconfig linker: allow SoC to insert linker script fragments 2018-10-09 08:23:41 -04:00