linker: move all linker headers to include/linker
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
be366b7ba6
commit
397d29db42
151 changed files with 186 additions and 186 deletions
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* exports */
|
/* exports */
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <cache.h>
|
#include <cache.h>
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <arch/arc/v2/aux_regs.h>
|
#include <arch/arc/v2/aux_regs.h>
|
||||||
#include <nano_internal.h>
|
#include <nano_internal.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
GTEXT(k_cpu_idle)
|
GTEXT(k_cpu_idle)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <swap_macros.h>
|
#include <swap_macros.h>
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
#include <irq.h>
|
#include <irq.h>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <arch/arc/v2/aux_regs.h>
|
#include <arch/arc/v2/aux_regs.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <nano_internal.h>
|
#include <nano_internal.h>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
// #include <board.h>
|
// #include <board.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
GDATA(_interrupt_stack)
|
GDATA(_interrupt_stack)
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
GTEXT(_thread_entry_wrapper)
|
GTEXT(_thread_entry_wrapper)
|
||||||
GTEXT(_thread_entry)
|
GTEXT(_thread_entry)
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <vector_table.h>
|
#include <vector_table.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
|
@ -31,7 +31,7 @@ extern "C" {
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
GTEXT(__start)
|
GTEXT(__start)
|
||||||
GTEXT(_VectorTable)
|
GTEXT(_VectorTable)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
#include <misc/reboot.h>
|
#include <misc/reboot.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
extern void _SysNmiOnReset(void);
|
extern void _SysNmiOnReset(void);
|
||||||
#if !defined(CONFIG_RUNTIME_NMI)
|
#if !defined(CONFIG_RUNTIME_NMI)
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
_ASM_FILE_PROLOGUE
|
_ASM_FILE_PROLOGUE
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <nano_internal.h>
|
#include <nano_internal.h>
|
||||||
#include <arch/arm/cortex_m/cmsis.h>
|
#include <arch/arm/cortex_m/cmsis.h>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
#include "vector_table.h"
|
#include "vector_table.h"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
#include "vector_table.h"
|
#include "vector_table.h"
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
|
|
||||||
GTEXT(__start)
|
GTEXT(__start)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#ifdef CONFIG_TICKLESS_IDLE
|
#ifdef CONFIG_TICKLESS_IDLE
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
_ASM_FILE_PROLOGUE
|
_ASM_FILE_PROLOGUE
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <arch/arm/cortex_m/cmsis.h>
|
#include <arch/arm/cortex_m/cmsis.h>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <arch/arm/cortex_m/cmsis.h>
|
#include <arch/arm/cortex_m/cmsis.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
#include <irq.h>
|
#include <irq.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <ksched.h>
|
#include <ksched.h>
|
||||||
#include <wait_q.h>
|
#include <wait_q.h>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <fsl_common.h>
|
#include <fsl_common.h>
|
||||||
#include <fsl_clock.h>
|
#include <fsl_clock.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
_ASM_FILE_PROLOGUE
|
_ASM_FILE_PROLOGUE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <fsl_common.h>
|
#include <fsl_common.h>
|
||||||
#include <fsl_clock.h>
|
#include <fsl_clock.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <fsl_common.h>
|
#include <fsl_common.h>
|
||||||
#include <fsl_clock.h>
|
#include <fsl_clock.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -118,7 +118,7 @@ source_header = """
|
||||||
/* AUTO-GENERATED by gen_isr_tables.py, do not edit! */
|
/* AUTO-GENERATED by gen_isr_tables.py, do not edit! */
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sw_isr_table.h>
|
#include <sw_isr_table.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <nano_internal.h>
|
#include <nano_internal.h>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <offsets_short.h>
|
#include <offsets_short.h>
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <offsets.h>
|
#include <offsets.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
|
|
||||||
/* exports */
|
/* exports */
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <offsets.h>
|
#include <offsets.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
|
|
||||||
/* exports */
|
/* exports */
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <offsets.h>
|
#include <offsets.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
|
|
||||||
/* exports */
|
/* exports */
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
* for the IA-32 architecture.
|
* for the IA-32 architecture.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#endif /* CONFIG_INIT_STACKS */
|
#endif /* CONFIG_INIT_STACKS */
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <wait_q.h>
|
#include <wait_q.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#define _kernel_arch_data__h_
|
#define _kernel_arch_data__h_
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <asm_inline.h>
|
#include <asm_inline.h>
|
||||||
#include <exception.h>
|
#include <exception.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <xtensa/config/core.h>
|
#include <xtensa/config/core.h>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <kernel_arch_thread.h>
|
#include <kernel_arch_thread.h>
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram20_seg :sram20_phdr
|
#define RAMABLE_REGION sram20_seg :sram20_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
#define RAMABLE_REGION sram19_seg :sram19_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram9_seg :sram9_phdr
|
#define RAMABLE_REGION sram9_seg :sram9_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram9_seg :sram9_phdr
|
#define RAMABLE_REGION sram9_seg :sram9_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram13_seg :sram13_phdr
|
#define RAMABLE_REGION sram13_seg :sram13_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION dram0_0_seg :dram0_0_phdr
|
#define RAMABLE_REGION dram0_0_seg :dram0_0_phdr
|
||||||
#define ROMABLE_REGION iram0_7_seg :iram0_7_phdr
|
#define ROMABLE_REGION iram0_7_seg :iram0_7_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram0_0_seg :sram0_0_phdr
|
#define RAMABLE_REGION sram0_0_seg :sram0_0_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
#define RAMABLE_REGION sram0_seg :sram0_phdr
|
||||||
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
#define ROMABLE_REGION srom1_seg :srom1_phdr
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <console/uart_console.h>
|
#include <console/uart_console.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef __IEEE802154_CC2520_H__
|
#ifndef __IEEE802154_CC2520_H__
|
||||||
#define __IEEE802154_CC2520_H__
|
#define __IEEE802154_CC2520_H__
|
||||||
|
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
#include <spi.h>
|
#include <spi.h>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#ifndef __IEEE802154_MCR20A_H__
|
#ifndef __IEEE802154_MCR20A_H__
|
||||||
#define __IEEE802154_MCR20A_H__
|
#define __IEEE802154_MCR20A_H__
|
||||||
|
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
#include <spi.h>
|
#include <spi.h>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#ifndef __IEEE802154_NRF5_H__
|
#ifndef __IEEE802154_NRF5_H__
|
||||||
#define __IEEE802154_NRF5_H__
|
#define __IEEE802154_NRF5_H__
|
||||||
|
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
|
|
||||||
#define NRF5_FCS_LENGTH (2)
|
#define NRF5_FCS_LENGTH (2)
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <drivers/loapic.h> /* public API declarations */
|
#include <drivers/loapic.h> /* public API declarations */
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <drivers/sysapic.h>
|
#include <drivers/sysapic.h>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* UART registers struct */
|
/* UART registers struct */
|
||||||
struct _uart {
|
struct _uart {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* UART registers struct */
|
/* UART registers struct */
|
||||||
struct uart_cmsdk_apb {
|
struct uart_cmsdk_apb {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <gpio.h>
|
#include <gpio.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_NRF52840
|
#ifdef CONFIG_SOC_NRF52840
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sys_io.h>
|
#include <sys_io.h>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* definitions */
|
/* definitions */
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <clock_control.h>
|
#include <clock_control.h>
|
||||||
|
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <clock_control/stm32_clock_control.h>
|
#include <clock_control/stm32_clock_control.h>
|
||||||
#include "uart_stm32.h"
|
#include "uart_stm32.h"
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <arch/arc/v2/aux_regs.h>
|
#include <arch/arc/v2/aux_regs.h>
|
||||||
#include <sys_clock.h>
|
#include <sys_clock.h>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <sys_clock.h>
|
#include <sys_clock.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sys_clock.h>
|
#include <sys_clock.h>
|
||||||
#include <drivers/ioapic.h>
|
#include <drivers/ioapic.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <sys_clock.h>
|
#include <sys_clock.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
#include <arch/x86/irq_controller.h>
|
#include <arch/x86/irq_controller.h>
|
||||||
|
|
|
@ -12,14 +12,14 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#if defined(CONFIG_NSIM)
|
#if defined(CONFIG_NSIM)
|
||||||
EXTERN(_VectorTable)
|
EXTERN(_VectorTable)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
/* physical address of RAM */
|
/* physical address of RAM */
|
||||||
#ifdef CONFIG_HARVARD
|
#ifdef CONFIG_HARVARD
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <generated_dts_board.h>
|
#include <generated_dts_board.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
/* physical address of RAM */
|
/* physical address of RAM */
|
||||||
#ifdef CONFIG_XIP
|
#ifdef CONFIG_XIP
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#define _NIOS2_ASM_H
|
#define _NIOS2_ASM_H
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
/* These sections are specific to this CPU */
|
/* These sections are specific to this CPU */
|
||||||
#define _EXCEPTION_SECTION_NAME exceptions
|
#define _EXCEPTION_SECTION_NAME exceptions
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#ifdef CONFIG_XIP
|
#ifdef CONFIG_XIP
|
||||||
#define ROMABLE_REGION ROM
|
#define ROMABLE_REGION ROM
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
|
|
||||||
#include <autoconf.h>
|
#include <autoconf.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#define ROMABLE_REGION DATARAM
|
#define ROMABLE_REGION DATARAM
|
||||||
#define RAMABLE_REGION DATARAM
|
#define RAMABLE_REGION DATARAM
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* offsets from stack pointer to function arguments */
|
/* offsets from stack pointer to function arguments */
|
||||||
|
|
||||||
|
|
|
@ -40,12 +40,12 @@
|
||||||
#define _LINKER
|
#define _LINKER
|
||||||
|
|
||||||
#define _ASMLANGUAGE
|
#define _ASMLANGUAGE
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <offsets.h>
|
#include <offsets.h>
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
#define MMU_PAGE_SIZE KB(4)
|
#define MMU_PAGE_SIZE KB(4)
|
||||||
|
|
||||||
#include <linker-tool.h>
|
#include <linker/linker-tool.h>
|
||||||
|
|
||||||
#ifdef CONFIG_XIP
|
#ifdef CONFIG_XIP
|
||||||
#define ROMABLE_REGION ROM
|
#define ROMABLE_REGION ROM
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#define _LINKERDEFS_H
|
#define _LINKERDEFS_H
|
||||||
|
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
/* include platform dependent linker-defs */
|
/* include platform dependent linker-defs */
|
||||||
#ifdef CONFIG_X86
|
#ifdef CONFIG_X86
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#if defined(_LINKER)
|
#if defined(_LINKER)
|
||||||
#if defined(__GCC_LINKER_CMD__)
|
#if defined(__GCC_LINKER_CMD__)
|
||||||
#include <linker-tool-gcc.h>
|
#include <linker/linker-tool-gcc.h>
|
||||||
#else
|
#else
|
||||||
#error "Unknown toolchain"
|
#error "Unknown toolchain"
|
||||||
#endif
|
#endif
|
|
@ -49,6 +49,6 @@
|
||||||
#define TI_CCFG .ti_ccfg
|
#define TI_CCFG .ti_ccfg
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <section_tags.h>
|
#include <linker/section_tags.h>
|
||||||
|
|
||||||
#endif /* _SECTIONS_H */
|
#endif /* _SECTIONS_H */
|
|
@ -15,7 +15,7 @@
|
||||||
#include <atomic.h>
|
#include <atomic.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
|
|
||||||
extern struct k_alert _k_alert_list_start[];
|
extern struct k_alert _k_alert_list_start[];
|
||||||
extern struct k_alert _k_alert_list_end[];
|
extern struct k_alert _k_alert_list_end[];
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <drivers/system_timer.h>
|
#include <drivers/system_timer.h>
|
||||||
#include <wait_q.h>
|
#include <wait_q.h>
|
||||||
#include <power.h>
|
#include <power.h>
|
||||||
|
|
|
@ -17,12 +17,12 @@
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
#include <misc/stack.h>
|
#include <misc/stack.h>
|
||||||
#include <drivers/rand32.h>
|
#include <drivers/rand32.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <linker-defs.h>
|
#include <linker/linker-defs.h>
|
||||||
#include <ksched.h>
|
#include <ksched.h>
|
||||||
#include <version.h>
|
#include <version.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <debug/object_tracing_common.h>
|
#include <debug/object_tracing_common.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <wait_q.h>
|
#include <wait_q.h>
|
||||||
#include <misc/dlist.h>
|
#include <misc/dlist.h>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <debug/object_tracing_common.h>
|
#include <debug/object_tracing_common.h>
|
||||||
#include <toolchain.h>
|
#include <toolchain.h>
|
||||||
#include <sections.h>
|
#include <linker/sections.h>
|
||||||
#include <wait_q.h>
|
#include <wait_q.h>
|
||||||
#include <misc/dlist.h>
|
#include <misc/dlist.h>
|
||||||
#include <ksched.h>
|
#include <ksched.h>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue