Renaming include/nanokernel to include/arch
Renaming the directory include/nanokernel to be include/arch, which better reflects the real nature of the directory and the contents inside. Change-Id: I2bc33ebc6715e2f0403227a558279fdf52398ade Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
40e7780e65
commit
c02dd34277
|
@ -39,7 +39,7 @@ This module provides the _SysFatalErrorHandler() routine for ARCv2 BSPs.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include "board.h"
|
||||
|
|
|
@ -40,7 +40,7 @@ Reset handler that prepares the system for running C code.
|
|||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#define _RAM_END (CONFIG_RAM_START + CONFIG_RAM_SIZE)
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanok.h>
|
||||
#include <nanocontextentry.h>
|
||||
|
|
|
@ -41,7 +41,7 @@ CPU power management routines.
|
|||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
GTEXT(nano_cpu_idle)
|
||||
GTEXT(nano_cpu_atomic_idle)
|
||||
|
|
|
@ -42,7 +42,7 @@ See isr_wrapper.s for details.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "swap_macros.h"
|
||||
|
||||
GTEXT(_firq_enter)
|
||||
|
|
|
@ -39,7 +39,7 @@ ARCv2 CPUs.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
#include <misc/printk.h>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "swap_macros.h"
|
||||
|
||||
GTEXT(_Fault)
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ a parameter.
|
|||
#include <sections.h>
|
||||
#include <sw_isr_table.h>
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
GTEXT(_isr_enter)
|
||||
GTEXT(_isr_demux)
|
||||
|
|
|
@ -43,7 +43,7 @@ See isr_wrapper.s for details.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "swap_macros.h"
|
||||
|
||||
GTEXT(_rirq_enter)
|
||||
|
|
|
@ -43,7 +43,7 @@ See isr_wrapper.s for details.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <v2/irq.h>
|
||||
#include "swap_macros.h"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#ifndef _ARCV2_CACHE__H_
|
||||
#define _ARCV2_CACHE__H_
|
||||
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <board.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -40,11 +40,11 @@ The ARCv2 processor timer provides a 32-bit incrementing, wrap-to-zero counter.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <nanokernel/arc/v2/aux_regs.h>
|
||||
#include <arch/arc/v2/aux_regs.h>
|
||||
#include <clock_vars.h>
|
||||
#include <drivers/system_timer.h>
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ run time handler.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/printk.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ Reset handler that prepares the system for running C code.
|
|||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "vector_table.h"
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
|
|
@ -39,7 +39,7 @@ definitions and more complex routines, if needed.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/util.h>
|
||||
|
||||
#define SCB_AIRCR_VECTKEY_EN_W 0x05FA
|
||||
|
|
|
@ -38,7 +38,7 @@ definitions and more complex routines, if needed.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ This module provides the _SysFatalErrorHandler() routine for Cortex-M BSPs.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include "board.h"
|
||||
|
|
|
@ -52,7 +52,7 @@ unlocked. This achieves two purposes:
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ DESCRIPTION
|
|||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#ifdef CONFIG_TICKLESS_IDLE
|
||||
#include <nanok.h>
|
||||
#endif
|
||||
|
|
|
@ -43,7 +43,7 @@ wrapped around by _isr_wrapper()).
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ Common fault handler for ARM Cortex-M processors.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
|
@ -39,7 +39,7 @@ Fault handlers for ARM Cortex-M processors.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ anymore.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ user-installed ISRs.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
typedef void (*vth)(void); /* Vector Table Handler */
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ the PendSV exception.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
|
@ -38,7 +38,7 @@ SW_ISR_TABLE_DYNAMIC has to be enabled for connecting ISRs at runtime.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ a parameter.
|
|||
#include <sections.h>
|
||||
#include <sw_isr_table.h>
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ the PendSV exception.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
extern void _nano_fiber_swap(void);
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ architecture.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanok.h>
|
||||
#include <nanocontextentry.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
|
@ -41,7 +41,7 @@ on ARM Cortex-M3/M4 CPUs.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -57,4 +57,4 @@ This is the linker script for both standard images and XIP images.
|
|||
#define SRAM_START 0x20000000 /* 192K in SRAM space */
|
||||
#define SRAM_SIZE 192K
|
||||
|
||||
#include <nanokernel/arm/CortexM/scripts/linker.cmd>
|
||||
#include <arch/arm/CortexM/scripts/linker.cmd>
|
||||
|
|
|
@ -37,7 +37,7 @@ for the fsl_frdm_k64f BSP.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <cputype.h>
|
||||
#include <board.h>
|
||||
#include <drivers/k20_mcg.h>
|
||||
|
|
|
@ -38,7 +38,7 @@ Exception/interrupt context helpers.
|
|||
#ifndef _ARM_CORTEXM_ISR__H_
|
||||
#define _ARM_CORTEXM_ISR__H_
|
||||
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <asm_inline.h>
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
|
|
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -35,4 +35,4 @@
|
|||
#define FLASH_SIZE 256K
|
||||
#define SRAM_SIZE 64K
|
||||
|
||||
#include <nanokernel/arm/CortexM/scripts/linker.cmd>
|
||||
#include <arch/arm/CortexM/scripts/linker.cmd>
|
||||
|
|
|
@ -37,7 +37,7 @@ for the ti_lm3s6965 BSP.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <cputype.h>
|
||||
#include <board.h>
|
||||
#include <drivers/uart.h>
|
||||
|
|
|
@ -52,7 +52,7 @@ conjunction with a microkernel.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ correct state of the thread that was interrupted.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ This module contains functions for manipulation caches.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/util.h>
|
||||
|
||||
#ifdef CONFIG_CLFLUSH_INSTRUCTION_SUPPORTED
|
||||
|
|
|
@ -37,7 +37,7 @@ This module contains functions for manipulating caches.
|
|||
#ifndef CONFIG_CLFLUSH_INSTRUCTION_SUPPORTED
|
||||
|
||||
#define _ASMLANGUAGE
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* externs (internal APIs) */
|
||||
GTEXT(_SysCacheFlush)
|
||||
|
|
|
@ -44,7 +44,7 @@ been left in place should future booting scenarios arise which require its use.
|
|||
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* exports (private APIs) */
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ by x86 BSPs.
|
|||
|
||||
#ifndef CONFIG_DYNAMIC_INT_STUBS
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <drivers/ioapic.h>
|
||||
#include <drivers/loapic.h>
|
||||
#include <drivers/pic.h>
|
||||
|
|
|
@ -47,8 +47,8 @@ a real IRQ has been inserted.
|
|||
/* includes */
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
#include <drivers/pic.h>
|
||||
#include <board.h>
|
||||
|
|
|
@ -39,7 +39,7 @@ number generator.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <drivers/rand32.h>
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
@ -40,7 +40,7 @@ supported BSPs.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ for the atom_n28xx variant of generic_pc BSP.
|
|||
#include <misc/__assert.h>
|
||||
#include "board.h"
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <drivers/ioapic.h>
|
||||
#include <drivers/loapic.h>
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ for the pentium4 and minuteia variants of the generic_pc BSP.
|
|||
|
||||
#include "board.h"
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <drivers/pic.h>
|
||||
|
||||
/* Handle possible stray or spurious interrupts on the master and slave PICs */
|
||||
|
|
|
@ -51,7 +51,7 @@ by nano_cpu_atomic_idle().
|
|||
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* exports (external APIs) */
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ and exiting a C exception handler.
|
|||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <nanokernel/x86/arch.h> /* For MK_ISR_NAME */
|
||||
#include <arch/x86/asm.h>
|
||||
#include <arch/x86/arch.h> /* For MK_ISR_NAME */
|
||||
#include <offsets.h> /* nanokernel structure offset definitions */
|
||||
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ are defined in arch.h.
|
|||
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <offsets.h> /* nanokernel structure offset definitions */
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ for the IA-32 architecture.
|
|||
#include <sections.h>
|
||||
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <gdt.h>
|
||||
|
||||
/* defines */
|
||||
|
|
|
@ -52,7 +52,7 @@ _IntBoiExit() is present.
|
|||
*/
|
||||
|
||||
#define _ASMLANGUAGE
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <offsets.h> /* nanokernel structure offset definitions */
|
||||
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ The _INT_STUB_SIZE macro is defined in include/nanokernel/x86/arch.h.
|
|||
#ifndef CONFIG_NO_ISRS
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
/* the _idt_base_address symbol is generated via a linker script */
|
||||
|
|
|
@ -43,9 +43,9 @@ entering and exiting a C interrupt handler.
|
|||
#ifndef CONFIG_NO_ISRS
|
||||
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <offsets.h> /* nanokernel structure offset definitions */
|
||||
#include <nanokernel/cpu.h> /* _NANO_ERR_SPURIOUS_INT */
|
||||
#include <arch/cpu.h> /* _NANO_ERR_SPURIOUS_INT */
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ utilities.
|
|||
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* exports (internal APIs) */
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ as there is no requirement for this capability.
|
|||
|
||||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* exports (public APIs) */
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ as there is no requirement for this capability.
|
|||
#if defined(CONFIG_LOCK_INSTRUCTION_UNSUPPORTED)
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
|
@ -41,7 +41,7 @@ This module provides the _NanoFatalErrorHandler() routine.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
#include <misc/printk.h>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ save frame on the stack.
|
|||
#define _ASMLANGUAGE
|
||||
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <offsets.h> /* nanokernel structure offset definitions */
|
||||
|
||||
/* exports (internal APIs) */
|
||||
|
|
|
@ -42,7 +42,7 @@ performed byte-by-byte.
|
|||
|
||||
#ifdef CONFIG_UNALIGNED_WRITE_UNSUPPORTED
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
/* exports (internal APIs) */
|
||||
|
||||
|
|
|
@ -65,9 +65,9 @@ MEMORY
|
|||
IDT_LIST : ORIGIN = 2K, LENGTH = 2K
|
||||
}
|
||||
|
||||
#include <nanokernel/x86/linker-common-sections.h>
|
||||
#include <arch/x86/linker-common-sections.h>
|
||||
|
||||
/* start adding bsp specific linker sections here */
|
||||
|
||||
/* no sections should appear after linker-epilog.h */
|
||||
#include <nanokernel/x86/linker-epilog.h>
|
||||
#include <arch/x86/linker-epilog.h>
|
||||
|
|
|
@ -38,7 +38,7 @@ for the generic_pc BSP.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "board.h"
|
||||
#include <drivers/uart.h>
|
||||
#include <drivers/pic.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef __INCsysX86AsmPrvh
|
||||
#define __INCsysX86AsmPrvh
|
||||
|
||||
#include <nanokernel/x86/asm.h>
|
||||
#include <arch/x86/asm.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -41,7 +41,7 @@ IA-32 architecture.
|
|||
|
||||
/* includes */
|
||||
|
||||
#include <nanokernel/x86/arch.h>
|
||||
#include <arch/x86/arch.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ offsets.o module.
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <nanokernel.h> /* public nanokernel API */
|
||||
#include <nanokernel/x86/arch.h> /* private IA-32 definitions */
|
||||
#include <arch/x86/arch.h> /* private IA-32 definitions */
|
||||
#include <stdint.h>
|
||||
/*
|
||||
* This pulls in the code shared with the IDT generator that actually
|
||||
|
|
|
@ -78,7 +78,7 @@ SEE ALSO: loApicIntr.c
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include "board.h"
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ INCLUDE FILES: loapic.h
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "board.h"
|
||||
|
|
|
@ -65,9 +65,9 @@ MEMORY
|
|||
IDT_LIST : ORIGIN = 2K, LENGTH = 2K
|
||||
}
|
||||
|
||||
#include <nanokernel/x86/linker-common-sections.h>
|
||||
#include <arch/x86/linker-common-sections.h>
|
||||
|
||||
/* start adding bsp specific linker sections here */
|
||||
|
||||
/* no sections should appear after linker-epilog.h */
|
||||
#include <nanokernel/x86/linker-epilog.h>
|
||||
#include <arch/x86/linker-epilog.h>
|
||||
|
|
|
@ -41,7 +41,7 @@ Handlers for the secondary serial port have not been added.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/printk.h>
|
||||
#include <misc/__assert.h>
|
||||
#include "board.h"
|
||||
|
|
|
@ -65,7 +65,7 @@ In a nanokernel-only system this device driver omits more complex capabilities
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <clock_vars.h>
|
||||
|
|
|
@ -46,7 +46,7 @@ After reset, the timer is initialized to zero.
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <clock_vars.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <board.h>
|
||||
#include <drivers/uart.h>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -86,7 +86,7 @@ the last level acknowledged and serviced.
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ restarting from 0.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/printk.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ This module implements the PCI config space access functions
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <pci/pci_mgr.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ This module implements the PCI H/W access functions.
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <pci/pci_mgr.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -43,7 +43,7 @@ INCLUDE FILES: drivers/serial/k20_uart.h
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <board.h>
|
||||
|
|
|
@ -59,7 +59,7 @@ INCLUDE FILES: drivers/uart.h
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <board.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ and STDOUT_CONSOLE APIs.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <board.h>
|
||||
#include <drivers/uart.h>
|
||||
|
|
|
@ -52,7 +52,7 @@ directly invoke the VIOAPIC APIs to configure/unmask the IRQ.
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -50,14 +50,14 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_CPU_ARCV2
|
||||
#include <nanokernel/arc/v2/init.h>
|
||||
#include <nanokernel/arc/v2/exc.h>
|
||||
#include <nanokernel/arc/v2/irq.h>
|
||||
#include <nanokernel/arc/v2/ffs.h>
|
||||
#include <nanokernel/arc/v2/error.h>
|
||||
#include <nanokernel/arc/v2/misc.h>
|
||||
#include <nanokernel/arc/v2/aux_regs.h>
|
||||
#include <nanokernel/arc/v2/arcv2_irq_unit.h>
|
||||
#include <arch/arc/v2/init.h>
|
||||
#include <arch/arc/v2/exc.h>
|
||||
#include <arch/arc/v2/irq.h>
|
||||
#include <arch/arc/v2/ffs.h>
|
||||
#include <arch/arc/v2/error.h>
|
||||
#include <arch/arc/v2/misc.h>
|
||||
#include <arch/arc/v2/aux_regs.h>
|
||||
#include <arch/arc/v2/arcv2_irq_unit.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
|
@ -38,7 +38,7 @@ ARC-specific nanokernel error handling interface. Included by ARC/arch.h.
|
|||
#ifndef _ARCH_ARC_V2_ERROR_H_
|
||||
#define _ARCH_ARC_V2_ERROR_H_
|
||||
|
||||
#include <nanokernel/arc/v2/exc.h>
|
||||
#include <arch/arc/v2/exc.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
extern FUNC_NORETURN void _NanoFatalErrorHandler(unsigned int,
|
|
@ -38,7 +38,7 @@
|
|||
#ifndef _ARCH_ARC_V2_IRQ__H_
|
||||
#define _ARCH_ARC_V2_IRQ__H_
|
||||
|
||||
#include <nanokernel/arc/v2/aux_regs.h>
|
||||
#include <arch/arc/v2/aux_regs.h>
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
GTEXT(_irq_exit);
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue