mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c, mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
|
||||||
|
mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
|
||||||
|
<rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.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>.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <zilog/z8036.h>
|
#include <rtems/zilog/z8036.h>
|
||||||
|
|
||||||
#define MICRVAL 0xe2 /* disable lower chain, no vec */
|
#define MICRVAL 0xe2 /* disable lower chain, no vec */
|
||||||
/* set right justified addr */
|
/* set right justified addr */
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <zilog/z8036.h>
|
#include <rtems/zilog/z8036.h>
|
||||||
|
|
||||||
void bsp_return_to_monitor_trap()
|
void bsp_return_to_monitor_trap()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/libcsupport.h>
|
#include <rtems/libcsupport.h>
|
||||||
#include <zilog/z8036.h>
|
#include <rtems/zilog/z8036.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The original table from the application and our copy of it with
|
* The original table from the application and our copy of it with
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <zilog/z8036.h>
|
#include <rtems/zilog/z8036.h>
|
||||||
|
|
||||||
#define TIMER 0xfffb0000 /* address of Z8036 on MVME136 */
|
#define TIMER 0xfffb0000 /* address of Z8036 on MVME136 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user