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