forked from Imagelibrary/rtems
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
|||||||
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||||
../../shared/gnatinstallhandler.c ../../shared/setvec.c
|
../../shared/gnatinstallhandler.c ../../shared/setvec.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clockdrv.c
|
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console-io.c ../../shared/console-polled.c
|
libbsp_a_SOURCES += console/console-io.c ../../shared/console-polled.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -78,4 +78,4 @@ void au1x00_clock_init(void)
|
|||||||
|
|
||||||
#define Clock_driver_support_shutdown_hardware()
|
#define Clock_driver_support_shutdown_hardware()
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \
|
|||||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c \
|
../../shared/sbrk.c ../../shared/gnatinstallhandler.c \
|
||||||
../../shared/setvec.c ../../shared/bspgetworkarea.c
|
../../shared/setvec.c ../../shared/bspgetworkarea.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clockdrv.c
|
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
|
libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -46,4 +46,4 @@
|
|||||||
#define Clock_driver_support_shutdown_hardware() \
|
#define Clock_driver_support_shutdown_hardware() \
|
||||||
MONGOOSEV_WRITE_REGISTER( CLOCK_BASE, MONGOOSEV_TIMER_CONTROL_REGISTER, 0 )
|
MONGOOSEV_WRITE_REGISTER( CLOCK_BASE, MONGOOSEV_TIMER_CONTROL_REGISTER, 0 )
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
|||||||
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||||
../../shared/gnatinstallhandler.c ../../shared/setvec.c
|
../../shared/gnatinstallhandler.c ../../shared/setvec.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clockdrv.c
|
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c
|
libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -44,4 +44,4 @@
|
|||||||
|
|
||||||
#define Clock_driver_support_shutdown_hardware()
|
#define Clock_driver_support_shutdown_hardware()
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -39,12 +39,10 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
startup/inittlb.c \
|
startup/inittlb.c \
|
||||||
startup/idtmem.S startup/idttlb.S startup/exception.S
|
startup/idtmem.S startup/idttlb.S startup/exception.S
|
||||||
|
|
||||||
# FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed
|
# clock
|
||||||
clock_CPPFLAGS = -I$(srcdir)/../../shared
|
|
||||||
EXTRA_DIST = ../../mips/shared/clockdrv_shell.c
|
|
||||||
noinst_PROGRAMS += clock.rel
|
noinst_PROGRAMS += clock.rel
|
||||||
clock_rel_SOURCES = clock/clockdrv.c
|
clock_rel_SOURCES = clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||||
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS)
|
clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
# console
|
# console
|
||||||
|
|||||||
@@ -109,4 +109,4 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -39,12 +39,10 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
startup/inittlb.c \
|
startup/inittlb.c \
|
||||||
startup/idtmem.S startup/idttlb.S startup/exception.S
|
startup/idtmem.S startup/idttlb.S startup/exception.S
|
||||||
|
|
||||||
# FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed
|
# clock
|
||||||
clock_CPPFLAGS = -I$(srcdir)/../../shared
|
|
||||||
EXTRA_DIST = ../../mips/shared/clockdrv_shell.c
|
|
||||||
noinst_PROGRAMS += clock.rel
|
noinst_PROGRAMS += clock.rel
|
||||||
clock_rel_SOURCES = clock/clockdrv.c
|
clock_rel_SOURCES = clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||||
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS)
|
clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
# console
|
# console
|
||||||
|
|||||||
@@ -98,4 +98,4 @@ void new_brk_esr(void)
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user