mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 04:56:31 +08:00
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tod/todcfg.c: size_t RTC_Count.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -74,6 +70,18 @@ sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) $(sonic_CPPFLAGS)
|
||||
sonic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
CLEANFILES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel scv64.rel timer.rel \
|
||||
tod.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += sonic.rel
|
||||
endif
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += QUIRKS README.net STATUS cable.doc times
|
||||
@@ -128,7 +136,7 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
||||
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
CLEANFILES += $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||
CLEANFILES += $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -47,9 +47,7 @@ RTEMS_BSPOPTS_HELP([DMV177_USE_INSTRUCTION_CACHE],
|
||||
The BSP actually contains the call that enables this.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile
|
||||
])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([old])
|
||||
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
|
||||
___libbsp_a_LIBADD = ../startup.rel ../clock.rel ../console.rel ../scv64.rel \
|
||||
../timer.rel ../tod.rel
|
||||
if HAS_NETWORKING
|
||||
___libbsp_a_LIBADD += ../sonic.rel
|
||||
endif
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/cache.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -38,6 +34,19 @@ dlentry_rel_SOURCES = dlentry/dlentry.S
|
||||
dlentry_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
dlentry_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_LIBADD = startup.rel dlentry.rel
|
||||
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/tty_drv.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = times
|
||||
|
||||
@@ -32,8 +32,7 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
||||
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([old])
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
|
||||
___libbsp_a_LIBADD = ../startup.rel ../dlentry.rel
|
||||
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/tty_drv.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* dlentry/dlentry.S, flashentry/flashentry.S:
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -45,6 +41,18 @@ startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_LIBADD = startup.rel dlentry.rel flashentry.rel
|
||||
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = times
|
||||
|
||||
@@ -31,8 +31,7 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
||||
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([old])
|
||||
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
|
||||
___libbsp_a_LIBADD = ../startup.rel ../dlentry.rel ../flashentry.rel
|
||||
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/commproc.h: The variable cpmp was not used anywhere but
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -73,6 +69,25 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
libbsp_a_LIBADD = pclock.rel irq.rel ide.rel startup.rel console.rel \
|
||||
vectors.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
|
||||
libbsp_a_LIBADD += ../../../libcpu/powerpc/shared/cpuIdent.rel \
|
||||
../../../libcpu/powerpc/shared/cache.rel \
|
||||
../../../libcpu/powerpc/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/clock.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/console-generic.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/cpm.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/mmu.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/timer.rel \
|
||||
../../../libcpu/powerpc/mpc8xx/exceptions.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
@@ -115,8 +115,7 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
|
||||
[used by irq/irq.c])
|
||||
|
||||
# Explicitly list a Makefile here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
|
||||
___libbsp_a_LIBADD = ../pclock.rel ../irq.rel ../ide.rel ../startup.rel \
|
||||
../console.rel ../vectors.rel
|
||||
if HAS_NETWORKING
|
||||
___libbsp_a_LIBADD += ../network.rel
|
||||
endif
|
||||
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/powerpc/shared/cpuIdent.rel \
|
||||
../../../../libcpu/powerpc/shared/cache.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/clock.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/console-generic.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/cpm.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/mmu.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/timer.rel \
|
||||
../../../../libcpu/powerpc/mpc8xx/exceptions.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . bootloader @exceptions@ wrapup
|
||||
SUBDIRS = . bootloader
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -141,6 +141,18 @@ vme_rel_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
|
||||
vme_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
vme_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel pclock.rel console.rel irq.rel openpic.rel \
|
||||
pci.rel residual.rel vectors.rel motorola.rel tod.rel vme.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/exceptions.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += BOOTING README.mtx603e README.MVME2100 README.MVME2300 \
|
||||
|
||||
@@ -48,8 +48,7 @@ AC_DEFINE_UNQUOTED([USE_ENHANCED_INTR_API],[1],
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
bootloader/Makefile
|
||||
wrapup/Makefile])
|
||||
bootloader/Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../startup.rel ../pclock.rel ../console.rel ../irq.rel \
|
||||
../openpic.rel ../pci.rel ../residual.rel ../vectors.rel ../motorola.rel \
|
||||
../tod.rel ../vme.rel
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/clock.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/exceptions.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/mmu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/timer.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -73,6 +69,22 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = pclock.rel irq.rel startup.rel console.rel vectors.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/console-generic.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/cpm.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/mmu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/timer.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc8260/exceptions.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
@@ -68,8 +68,7 @@ RTEMS_CHECK_NETWORKING
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
|
||||
# Explicitly list a Makefile here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../pclock.rel ../irq.rel ../startup.rel ../console.rel \
|
||||
../vectors.rel
|
||||
if HAS_NETWORKING
|
||||
___libbsp_a_LIBADD += ../network.rel
|
||||
endif
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/powerpc/shared/cpuIdent.rel \
|
||||
../../../../libcpu/powerpc/shared/cache.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/clock.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/console-generic.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/cpm.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/mmu.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/timer.rel \
|
||||
../../../../libcpu/powerpc/mpc8260/exceptions.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -131,6 +127,23 @@ mvme5500start___OBJEXT__LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_DATA += mvme5500start.$(OBJEXT)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = pclock.rel console.rel irq.rel pci.rel startup.rel tod.rel \
|
||||
vectors.rel GT64260.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
libbsp_a_LIBADD += vme.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/exceptions.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
###
|
||||
|
||||
@@ -33,8 +33,7 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
##
|
||||
## Makefile.am,v 1.12.2.1 2003/02/20 21:57:21 joel Exp
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../pclock.rel ../console.rel ../irq.rel ../pci.rel \
|
||||
../startup.rel ../tod.rel ../vectors.rel ../GT64260.rel
|
||||
if HAS_NETWORKING
|
||||
___libbsp_a_LIBADD += ../network.rel
|
||||
endif
|
||||
___libbsp_a_LIBADD += ../vme.rel
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/clock.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/exceptions.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/mmu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/timer.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -95,6 +91,15 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel tod.rel \
|
||||
nvram.rel universe.rel pci.rel vectors.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
libbsp_a_LIBADD += ../../../@RTEMS_CPU@/@exceptions@/rtems-cpu.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += STATUS
|
||||
|
||||
@@ -60,8 +60,7 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
||||
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([old])
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../startup.rel ../clock.rel ../console.rel ../timer.rel \
|
||||
../tod.rel ../nvram.rel ../universe.rel ../pci.rel ../vectors.rel
|
||||
if HAS_NETWORKING
|
||||
___libbsp_a_LIBADD += ../network.rel
|
||||
endif
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup tools
|
||||
SUBDIRS = . tools
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -83,6 +83,21 @@ shmsupp_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
shmsupp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel pclock.rel console.rel irq.rel vectors.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/exceptions.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel
|
||||
|
||||
if HAS_MP
|
||||
libbsp_a_LIBADD += shmsupp.rel
|
||||
endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
@@ -30,8 +30,7 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
||||
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../startup.rel ../pclock.rel ../console.rel ../irq.rel \
|
||||
../vectors.rel
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/clock.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/exceptions.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/mmu.rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/timer.rel
|
||||
|
||||
if HAS_MP
|
||||
___libbsp_a_LIBADD += ../shmsupp.rel
|
||||
endif
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* vectors/vectors.S: Remove XCOFF support.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -76,6 +72,12 @@ vectors_rel_SOURCES = vectors/vectors.S
|
||||
vectors_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel tod.rel \
|
||||
vectors.rel PCI_bus.rel
|
||||
libbsp_a_LIBADD += ../../../@RTEMS_CPU@/@exceptions@/rtems-cpu.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
@@ -67,8 +67,7 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
||||
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([old])
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../startup.rel ../clock.rel ../console.rel ../timer.rel \
|
||||
../tod.rel ../vectors.rel ../PCI_bus.rel
|
||||
___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
@@ -1,3 +1,9 @@
|
||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Merge-in wrapup/Makefile.am.
|
||||
* wrapup/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = . @exceptions@ wrapup
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
@@ -53,6 +49,18 @@ tm27supp_rel_SOURCES = startup/tm27supp.c
|
||||
tm27supp_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
tm27supp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = pclock.rel console.rel startup.rel tm27supp.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
@@ -45,8 +45,7 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
|
||||
for the SCI ports.])
|
||||
|
||||
# Explicitly list a Makefile here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
wrapup/Makefile])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
RTEMS_PPC_EXCEPTIONS([new])
|
||||
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
|
||||
___libbsp_a_LIBADD = ../pclock.rel ../console.rel ../startup.rel \
|
||||
../tm27supp.rel
|
||||
|
||||
___libbsp_a_LIBADD += ../../../../libcpu/powerpc/shared/cpuIdent.rel \
|
||||
../@exceptions@/rtems-cpu.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/clock.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/console-generic.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/exceptions.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/irq.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/timer.rel \
|
||||
../../../../libcpu/powerpc/mpc5xx/vectors.rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
Reference in New Issue
Block a user