zephyr/include/arch/x86
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
..
addr_types.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
arch.h kernel: Avoid duplicated type definition in x86 2018-09-28 07:58:19 +05:30
asm.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
asm_inline.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
asm_inline_gcc.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
irq_controller.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
linker.ld linker: allow SoC to insert linker script fragments 2018-10-09 08:23:41 -04:00
segmentation.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
syscall.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00