zephyr/include/arch/x86
Sebastian Bøe 347f9a0a2d cmake: LD: Specify the entry point in the linker scripts
The entry point can and therefore should be set by linker
scripts. Whenever possible one should express things in the source
language, be it .c or .ld, and not in code generators or in the build
system.

This patch removes the flag -eCONFIG_KERNEL_ENTRY from the linker's
command line and replaces it with the linker script command

ENTRY(CONFIG_KERNEL_ENTRY)

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-07-03 17:18:14 -04:00
..
addr_types.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
arch.h kernel/stack: Introduce K_THREAD_STACK_LEN macro 2018-07-03 08:44:09 -07:00
asm_inline_gcc.h Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
asm_inline.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
asm.h arch: x86: Use retpolines in core assembly routines 2018-04-24 04:00:01 +05:30
irq_controller.h x86: apic: don't include headers we don't need 2017-11-02 13:25:01 -07:00
linker.ld cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
segmentation.h arch: x86: segmentation: Remove unused _far_call() and _far_jump() 2018-04-24 04:00:01 +05:30