mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -60,4 +60,4 @@
|
|||||||
MCF5282_PIT_PCSR_EN; \
|
MCF5282_PIT_PCSR_EN; \
|
||||||
} 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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ libbsp_a_SOURCES += startup/alloc360.c ../../shared/bspclean.c \
|
|||||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c ../../shared/dummy_printk_support.c
|
libbsp_a_SOURCES += console/console.c ../../shared/dummy_printk_support.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -100,4 +100,4 @@ extern int m360_clock_rate;
|
|||||||
m360.pitr |= divisor; \
|
m360.pitr |= divisor; \
|
||||||
} 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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
|||||||
../../shared/bootcard.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/bootcard.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -100,5 +100,5 @@
|
|||||||
MCF548X_SLT_SCR0 |= (MCF548X_SLT_SCR_TEN | MCF548X_SLT_SCR_RUN | MCF548X_SLT_SCR_IEN); \
|
MCF548X_SLT_SCR0 |= (MCF548X_SLT_SCR_TEN | MCF548X_SLT_SCR_RUN | MCF548X_SLT_SCR_IEN); \
|
||||||
} 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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# debugio
|
# debugio
|
||||||
@@ -48,22 +48,10 @@ libbsp_a_SOURCES += console/debugio.c
|
|||||||
# timer
|
# timer
|
||||||
libbsp_a_SOURCES += timer/timer.c
|
libbsp_a_SOURCES += timer/timer.c
|
||||||
|
|
||||||
#if HAS_NETWORKING
|
|
||||||
#network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
|
|
||||||
#noinst_PROGRAMS += network.rel
|
|
||||||
#network_rel_SOURCES = network/network.c
|
|
||||||
#network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
|
||||||
# $(network_CPPFLAGS)
|
|
||||||
#network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
libbsp_a_LIBADD = \
|
libbsp_a_LIBADD = \
|
||||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||||
../../../libcpu/@RTEMS_CPU@/mcf5223x/cachepd.rel \
|
../../../libcpu/@RTEMS_CPU@/mcf5223x/cachepd.rel \
|
||||||
../../../libcpu/@RTEMS_CPU@/shared/misc.rel
|
../../../libcpu/@RTEMS_CPU@/shared/misc.rel
|
||||||
#if HAS_NETWORKING
|
|
||||||
#libbsp_a_LIBADD += network.rel
|
|
||||||
#endif
|
|
||||||
|
|
||||||
include $(srcdir)/preinstall.am
|
include $(srcdir)/preinstall.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -95,4 +95,4 @@ static void Clock_driver_support_initialize_hardware(void)
|
|||||||
s_pcntrAtTick = MCF_PIT1_PCNTR;
|
s_pcntrAtTick = MCF_PIT1_PCNTR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
../../shared/bootcard.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/bootcard.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -60,4 +60,4 @@
|
|||||||
MCF5235_PIT_PCSR_EN; \
|
MCF5235_PIT_PCSR_EN; \
|
||||||
} 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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
|||||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -95,4 +95,4 @@ static void Clock_driver_support_initialize_hardware(void)
|
|||||||
s_pcntrAtTick = MCF_PIT3_PCNTR;
|
s_pcntrAtTick = MCF_PIT3_PCNTR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#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/clock.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 *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ libbsp_a_SOURCES += startup/bspclean.c ../../shared/bsplibc.c startup/bspreset.c
|
|||||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# timer
|
# timer
|
||||||
|
|||||||
@@ -126,4 +126,4 @@ int rtems_bsp_cpu_load_percentage(void)
|
|||||||
0;
|
0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user