forked from Imagelibrary/rtems
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c, c/src/lib/libbsp/m68k/ods68302/include/bsp.h, c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c, c/src/lib/libbsp/m68k/ods68302/startup/crc.c, c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c, c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c, c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include <rtems/m68k/m68302.h> instead of <m68302.h>.
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
|
||||||
|
|
||||||
|
* c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
|
||||||
|
c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
|
||||||
|
<rtems/m68k/m68302.h> instead of <m68302.h>.
|
||||||
|
|
||||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
#include "m68302.h"
|
#include <rtems/m68k/m68302.h>
|
||||||
|
|
||||||
#define CLOCK_VECTOR 137
|
#define CLOCK_VECTOR 137
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ extern "C" {
|
|||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <m68302.h>
|
#include <rtems/m68k/m68302.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <m68302.h>
|
#include <rtems/m68k/m68302.h>
|
||||||
#include <debugport.h>
|
#include <debugport.h>
|
||||||
#include <crc.h>
|
#include <crc.h>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
#include "bsp.h"
|
#include "bsp.h"
|
||||||
#include "m68302.h"
|
#include <rtems/m68k/m68302.h>
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
/* ----
|
/* ----
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <m68302.h>
|
#include <rtems/m68k/m68302.h>
|
||||||
#include <m68302scc.h>
|
#include <m68302scc.h>
|
||||||
|
|
||||||
static int initialised = 0;
|
static int initialised = 0;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <m68302.h>
|
#include <rtems/m68k/m68302.h>
|
||||||
#include <m68302scc.h>
|
#include <m68302scc.h>
|
||||||
|
|
||||||
#define M68302_SCC_COUNT (3)
|
#define M68302_SCC_COUNT (3)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include "m68302.h"
|
#include <rtems/m68k/m68302.h>
|
||||||
|
|
||||||
|
|
||||||
#define TMR2_VAL 0x071b /* Timer mode register
|
#define TMR2_VAL 0x071b /* Timer mode register
|
||||||
|
|||||||
Reference in New Issue
Block a user