Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-28 06:28:41 +00:00
parent e447c7d242
commit 309dbd07ff
132 changed files with 209 additions and 209 deletions

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -37,7 +37,7 @@ for _rtems_bsp in : $rtems_bsp; do test "x$_rtems_bsp" = x: && continue
# retrieve bsp_family # retrieve bsp_family
RTEMS_BSP_ALIAS([$_rtems_bsp],[rtems_bsp_family]) RTEMS_BSP_ALIAS([$_rtems_bsp],[rtems_bsp_family])
# Is there a configure script for the BSP? # Is there a configure script for the BSP?
AS_IF([test -r "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$rtems_bsp_family/configure"], AS_IF([test -r "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$rtems_bsp_family/configure"],
[RTEMS_BSP_LIST="$RTEMS_BSP_LIST $_rtems_bsp"]) [RTEMS_BSP_LIST="$RTEMS_BSP_LIST $_rtems_bsp"])
]) ])

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.59)
@@ -12,7 +12,7 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9]) AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_CHECK_PROGS([M4],[gm4 m4]) AC_CHECK_PROGS([M4],[gm4 m4])
RTEMS_PROG_GNAT RTEMS_PROG_GNAT
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS

View File

@@ -1,8 +1,8 @@
## $Id$ ## $Id$
## NOTE: This is a temporary work-around to keep ## NOTE: This is a temporary work-around to keep
## RTEMS's non automake standard make targets working. ## RTEMS's non automake standard make targets working.
## Once automake is fully integrated these make targets ## Once automake is fully integrated these make targets
## and this file will probably be removed ## and this file will probably be removed
preinstall-am: $(PREINSTALL_FILES) preinstall-am: $(PREINSTALL_FILES)

View File

@@ -1,10 +1,10 @@
## $Id$ ## $Id$
## Borrowed from automake-1.4 and adapted to RTEMS ## Borrowed from automake-1.4 and adapted to RTEMS
## NOTE: This is a temporary work-around to keep ## NOTE: This is a temporary work-around to keep
## RTEMS's non automake standard make targets working. ## RTEMS's non automake standard make targets working.
## Once automake is fully integrated these make targets ## Once automake is fully integrated these make targets
## and this file will probably be removed ## and this file will probably be removed
preinstall-recursive: preinstall-recursive:

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -39,7 +39,7 @@ make/custom/default.cfg: \$(srcdir)/make/custom/default.cfg.in
cp \$(srcdir)/make/custom/default.cfg.in make/custom/default.cfg cp \$(srcdir)/make/custom/default.cfg.in make/custom/default.cfg
EOF EOF
# Collect and copy the BSP's make/custom/*.cfg files from the toplevel make # Collect and copy the BSP's make/custom/*.cfg files from the toplevel make
# directory into the build tree's <bsp>/make/custom subdirectories # directory into the build tree's <bsp>/make/custom subdirectories
CUSTOM_CFG_FILES= CUSTOM_CFG_FILES=
f="${RTEMS_BSP}.cfg" f="${RTEMS_BSP}.cfg"
@@ -222,7 +222,7 @@ AC_CONFIG_FILES([Makefile],
MAKE=${MAKE}]) MAKE=${MAKE}])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
support/Makefile support/Makefile
libchip/Makefile libchip/Makefile

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -36,7 +36,7 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bspreset.c startup/memmap.c ../../shared/bootcard.c \ ../../shared/bspreset.c startup/memmap.c ../../shared/bootcard.c \
../../shared/sbrk.c ../../shared/gnatinstallhandler.c ../../shared/sbrk.c ../../shared/gnatinstallhandler.c
# console # console
libbsp_a_SOURCES += console/uart.c libbsp_a_SOURCES += console/uart.c
# abort # abort
libbsp_a_SOURCES += ../shared/abort/abort.c libbsp_a_SOURCES += ../shared/abort/abort.c

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSP_CLEANUP_OPTIONS(1, 1) RTEMS_BSP_CLEANUP_OPTIONS(1, 1)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([csb637],[kit637_v6],[1]) RTEMS_BSPOPTS_SET([csb637],[kit637_v6],[1])

View File

@@ -62,7 +62,7 @@ network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
# libcpu libraries could go here # libcpu libraries could go here
libbsp_a_LIBADD = libbsp_a_LIBADD =
if HAS_NETWORKING if HAS_NETWORKING
libbsp_a_LIBADD += network.rel libbsp_a_LIBADD += network.rel
endif endif

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,12 +15,12 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[]) RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[])
RTEMS_BSPOPTS_HELP([ON_SKYEYE], RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[If defined, enable options which optimize executingon the Skyeye [If defined, enable options which optimize executingon the Skyeye
simulator. Speed up the clock ticks while the idle task is running so simulator. Speed up the clock ticks while the idle task is running so
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSP_CLEANUP_OPTIONS(0, 1) RTEMS_BSP_CLEANUP_OPTIONS(0, 1)

View File

@@ -51,7 +51,7 @@ rtl8019_rel_CPPFLAGS = $(AM_CPPFLAGS) $(rtl8019_CPPFLAGS)
rtl8019_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) rtl8019_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
endif endif
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \ ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \ ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -17,13 +17,13 @@ RTEMS_PROG_CCAS
RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[0]) RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[0])
RTEMS_BSPOPTS_HELP([ON_SKYEYE], RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[If defined, enable options which optimize executingon the Skyeye [If defined, enable options which optimize executingon the Skyeye
simulator. Speed up the clock ticks while the idle task is running so simulator. Speed up the clock ticks while the idle task is running so
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])
AM_CONDITIONAL(ON_SKYEYE,test "$ON_SKYEYE" = "1") AM_CONDITIONAL(ON_SKYEYE,test "$ON_SKYEYE" = "1")
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSP_CLEANUP_OPTIONS(1, 1) RTEMS_BSP_CLEANUP_OPTIONS(1, 1)

View File

@@ -18,7 +18,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([LPC24XX_OSCILLATOR_MAIN],[*],[12000000U]) RTEMS_BSPOPTS_SET([LPC24XX_OSCILLATOR_MAIN],[*],[12000000U])

View File

@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([runtest])
RTEMS_TOP(../../../../../../..) RTEMS_TOP(../../../../../../..)
# HACK: so we use the default native flags and do not inherit cross cflags # HACK: so we use the default native flags and do not inherit cross cflags
# HACK: I really hope we get a better solution soon. --joel # HACK: I really hope we get a better solution soon. --joel
CFLAGS= CFLAGS=
AC_PROG_CC AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX

View File

@@ -43,7 +43,7 @@ libbsp_a_SOURCES += ../../shared/console.c
# simple_abort # simple_abort
libbsp_a_SOURCES += ../shared/abort/simple_abort.c libbsp_a_SOURCES += ../shared/abort/simple_abort.c
# debugio # debugio
libbsp_a_SOURCES += console/uart.c libbsp_a_SOURCES += console/uart.c
if HAS_NETWORKING if HAS_NETWORKING
network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.59)
@@ -15,12 +15,12 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[]) RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[])
RTEMS_BSPOPTS_HELP([ON_SKYEYE], RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[If defined, enable options which optimize executingon the Skyeye [If defined, enable options which optimize executingon the Skyeye
simulator. Speed up the clock ticks while the idle task is running so simulator. Speed up the clock ticks while the idle task is running so
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])

View File

@@ -20,7 +20,7 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[]) RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[])
RTEMS_BSPOPTS_HELP([ON_SKYEYE], RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[If defined, enable options which optimize executingon the Skyeye [If defined, enable options which optimize executingon the Skyeye
simulator. Speed up the clock ticks while the idle task is running so simulator. Speed up the clock ticks while the idle task is running so
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])

View File

@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = @RTEMS_BSP_FAMILY@ SUBDIRS = @RTEMS_BSP_FAMILY@
EXTRA_DIST = EXTRA_DIST =
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
## ##
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-bfin-bf537Stamp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-bfin-bf537Stamp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -13,7 +13,7 @@ EXTRA_DIST =
EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h
EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h
EXTRA_DIST += shared/comm/i386_io.h EXTRA_DIST += shared/comm/i386_io.h
EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c
EXTRA_DIST += shared/comm/gdb_glue.c EXTRA_DIST += shared/comm/gdb_glue.c
EXTRA_DIST += shared/comm/GDB.HOWTO EXTRA_DIST += shared/comm/GDB.HOWTO

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -26,18 +26,18 @@ RTEMS_BSPOPTS_HELP([USE_COM1_AS_CONSOLE],
RTEMS_BSPOPTS_SET([IDE_USE_PRIMARY_INTERFACE],[*],[1]) RTEMS_BSPOPTS_SET([IDE_USE_PRIMARY_INTERFACE],[*],[1])
RTEMS_BSPOPTS_HELP([IDE_USE_PRIMARY_INTERFACE], RTEMS_BSPOPTS_HELP([IDE_USE_PRIMARY_INTERFACE],
[Determines, whether RTEMS will try to use the primary IDE interface. [Determines, whether RTEMS will try to use the primary IDE interface.
Disable it, if: Disable it, if:
- you have no primary IDE interface - you have no primary IDE interface
- or you have no disk attached to this interface - or you have no disk attached to this interface
- or you do not want to access disks attached to this interface]) - or you do not want to access disks attached to this interface])
RTEMS_BSPOPTS_SET([IDE_USE_SECONDARY_INTERFACE],[*],[0]) RTEMS_BSPOPTS_SET([IDE_USE_SECONDARY_INTERFACE],[*],[0])
RTEMS_BSPOPTS_HELP([IDE_USE_SECONDARY_INTERFACE], RTEMS_BSPOPTS_HELP([IDE_USE_SECONDARY_INTERFACE],
[Determines, whether RTEMS will try to use the secondary IDE interface. [Determines, whether RTEMS will try to use the secondary IDE interface.
Enable it, if: Enable it, if:
- you have a secondary IDE interface - you have a secondary IDE interface
- and you have at least one disk attached to this interface - and you have at least one disk attached to this interface
- and you do want to access disks attached to this interface]) - and you do want to access disks attached to this interface])
RTEMS_BSPOPTS_SET([BSP_VIDEO_80x50],[*],[0]) RTEMS_BSPOPTS_SET([BSP_VIDEO_80x50],[*],[0])

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = @RTEMS_BSP_FAMILY@ SUBDIRS = @RTEMS_BSP_FAMILY@
EXTRA_DIST = EXTRA_DIST =
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the @RTEMS_BSP_FAMILY@ directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = @RTEMS_BSP_FAMILY@ SUBDIRS = @RTEMS_BSP_FAMILY@
EXTRA_DIST = EXTRA_DIST =
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
## RTEMS_CONFIG_BUILD_SUBDIRS(tools) ## RTEMS_CONFIG_BUILD_SUBDIRS(tools)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -22,7 +22,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h sys/vme.h) AC_CHECK_HEADERS(unistd.h sys/vme.h)
AC_FUNC_MMAP AC_FUNC_MMAP
AM_CONDITIONAL(SLOAD_BUILDABLE, AM_CONDITIONAL(SLOAD_BUILDABLE,
test "$ac_cv_header_sys_vme_h" = "yes" \ test "$ac_cv_header_sys_vme_h" = "yes" \
-a "$ac_cv_header_unistd_h" = "yes" \ -a "$ac_cv_header_unistd_h" = "yes" \
-a "$ac_cv_header_stdc" = "yes" ) -a "$ac_cv_header_stdc" = "yes" )

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# HACK: Propagate #define mvme167 into bspopts.h # HACK: Propagate #define mvme167 into bspopts.h

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -19,7 +19,7 @@ RTEMS_PROG_CCAS
RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0]) RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS], RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
[The erc32 console driver can operate in either polled or interrupt mode. [The erc32 console driver can operate in either polled or interrupt mode.
Under the simulator (especially when FAST_UART is defined), polled seems to operate Under the simulator (especially when FAST_UART is defined), polled seems to operate
better. It is common for a task to print a line (like the end of test message) and better. It is common for a task to print a line (like the end of test message) and
then exit. In this case, the program returns control to the simulator command line then exit. In this case, the program returns control to the simulator command line
before the program has even queued the output to the uart. Thus sis has no chance before the program has even queued the output to the uart. Thus sis has no chance

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSP_CLEANUP_OPTIONS(1, 1) RTEMS_BSP_CLEANUP_OPTIONS(1, 1)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.5.2.2 2003/08/11 14:37:57 ralf Exp ## configure.ac,v 1.5.2.2 2003/08/11 14:37:57 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp ## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp ## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -71,7 +71,7 @@ EXTRA_DIST += shared/vectors/vectors_init.c shared/vectors/vectors.S
## shared/vme ## shared/vme
EXTRA_DIST += shared/vme/vmeconfig.c shared/vme/VMEConfig.h EXTRA_DIST += shared/vme/vmeconfig.c shared/vme/VMEConfig.h
shared/vme/README shared/vme/vme_universe.c shared/vme/README shared/vme/vme_universe.c
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -67,7 +67,7 @@ libbsp_a_SOURCES += pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h \ include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h \
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
# irq # irq
libbsp_a_SOURCES += irq/irq_init.c irq/openpic_xxx_irq.c ../../powerpc/shared/irq/i8259.c libbsp_a_SOURCES += irq/irq_init.c irq/openpic_xxx_irq.c ../../powerpc/shared/irq/i8259.c
include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \ include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \
vme/VMEConfig.h \ vme/VMEConfig.h \

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -65,7 +65,7 @@ RTEMS_BSPOPTS_HELP([BRS5L],
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 0)

View File

@@ -10,7 +10,7 @@ include_bspdir = $(includedir)/bsp
dist_project_lib_DATA = bsp_specs dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h include_HEADERS = include/bsp.h
include_HEADERS += include/tm27.h include_HEADERS += include/tm27.h
nodist_include_HEADERS = include/bspopts.h nodist_include_HEADERS = include/bspopts.h
@@ -80,15 +80,15 @@ libbsp_a_SOURCES += irq/irq.c \
../../shared/src/irq-server.c ../../shared/src/irq-server.c
# console # console
libbsp_a_SOURCES += console/console.c console/ns16550cfg.c libbsp_a_SOURCES += console/console.c console/ns16550cfg.c
# bsp_i2c # bsp_i2c
libbsp_a_SOURCES += i2c/i2c_init.c libbsp_a_SOURCES += i2c/i2c_init.c
# bsp_spi # bsp_spi
libbsp_a_SOURCES += spi/spi_init.c libbsp_a_SOURCES += spi/spi_init.c
if HAS_NETWORKING if HAS_NETWORKING
noinst_PROGRAMS += network.rel noinst_PROGRAMS += network.rel
network_rel_SOURCES = network/network.c network_rel_SOURCES = network/network.c
network_rel_CPPFLAGS = $(AM_CPPFLAGS) network_rel_CPPFLAGS = $(AM_CPPFLAGS)
network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -47,7 +47,7 @@ RTEMS_BSPOPTS_HELP([MPC8349],
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 0)

View File

@@ -10,7 +10,7 @@ include_bspdir = $(includedir)/bsp
dist_project_lib_DATA = bsp_specs dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h include_HEADERS = include/bsp.h
include_HEADERS += ../../shared/include/tm27.h include_HEADERS += ../../shared/include/tm27.h
nodist_include_HEADERS = include/bspopts.h nodist_include_HEADERS = include/bspopts.h
@@ -57,7 +57,7 @@ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \ ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \ ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \ ../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel ../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel
EXTRA_DIST = times EXTRA_DIST = times

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -56,8 +56,8 @@ RTEMS_BSPOPTS_HELP([UARTS_USE_TERMIOS],
RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[mbx860_005b],[SMC1_MINOR]) RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[mbx860_005b],[SMC1_MINOR])
RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[SMC2_MINOR]) RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[SMC2_MINOR])
RTEMS_BSPOPTS_HELP([CONSOLE_MINOR], RTEMS_BSPOPTS_HELP([CONSOLE_MINOR],
[(BSP--console driver) Must be defined to be one of SMC1_MINOR, [(BSP--console driver) Must be defined to be one of SMC1_MINOR,
SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR. SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR.
Determines which device will be registered as /dev/console.]) Determines which device will be registered as /dev/console.])
RTEMS_BSPOPTS_SET([UARTS_IO_MODE],[*],[0]) RTEMS_BSPOPTS_SET([UARTS_IO_MODE],[*],[0])
@@ -81,7 +81,7 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
Must be defined to be one of SMC1_MINOR, SMC2_MINOR, SCC2_MINOR, Must be defined to be one of SMC1_MINOR, SMC2_MINOR, SCC2_MINOR,
SCC3_MINOR, or SCC4_MINOR. Determines which device is used for output SCC3_MINOR, or SCC4_MINOR. Determines which device is used for output
by printk(). If the port that printk() uses is also used for other by printk(). If the port that printk() uses is also used for other
I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should
use the same type of I/O, otherwise the drivers will likely conflict with use the same type of I/O, otherwise the drivers will likely conflict with
each other.]) each other.])
@@ -116,7 +116,7 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
# Explicitly list a Makefile here # Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS RTEMS_PPC_EXCEPTIONS

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)
@@ -32,8 +32,8 @@ RTEMS_BSPOPTS_HELP([UARTS_USE_TERMIOS],
RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[SCC2_MINOR]) RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[SCC2_MINOR])
RTEMS_BSPOPTS_HELP([CONSOLE_MINOR], RTEMS_BSPOPTS_HELP([CONSOLE_MINOR],
[(BSP--console driver) Must be defined to be one of SMC1_MINOR, [(BSP--console driver) Must be defined to be one of SMC1_MINOR,
SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR. SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR.
Determines which device will be registered as /dev/console.]) Determines which device will be registered as /dev/console.])
RTEMS_BSPOPTS_SET([UARTS_IO_MODE],[*],[0]) RTEMS_BSPOPTS_SET([UARTS_IO_MODE],[*],[0])
@@ -56,7 +56,7 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
Must be defined to be one of SMC1_MINOR, SMC2_MINOR, SCC2_MINOR, Must be defined to be one of SMC1_MINOR, SMC2_MINOR, SCC2_MINOR,
SCC3_MINOR, or SCC4_MINOR. Determines which device is used for output SCC3_MINOR, or SCC4_MINOR. Determines which device is used for output
by printk(). If the port that printk() uses is also used for other by printk(). If the port that printk() uses is also used for other
I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should
use the same type of I/O, otherwise the drivers will likely conflict with use the same type of I/O, otherwise the drivers will likely conflict with
each other.]) each other.])
@@ -69,7 +69,7 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
# Explicitly list a Makefile here # Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS RTEMS_PPC_EXCEPTIONS

View File

@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories
SUBDIRS = . SUBDIRS = .
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am include $(top_srcdir)/../../bsp.am

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -69,7 +69,7 @@ include_bsp_HEADERS += \
# vectors # vectors
libbsp_a_SOURCES += vectors/exceptionhandler.c \ libbsp_a_SOURCES += vectors/exceptionhandler.c \
../../powerpc/shared/start/vectors_entry.S ../../powerpc/shared/start/vectors_entry.S
include_bsp_HEADERS += GT64260/bspMvme5500.h GT64260/gtreg.h \ include_bsp_HEADERS += GT64260/bspMvme5500.h GT64260/gtreg.h \
GT64260/GT64260TWSI.h GT64260/VPD.h GT64260/GT64260TWSI.h GT64260/VPD.h

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## configure.ac,v 1.9.2.2 2003/03/06 10:42:42 ralf Exp ## configure.ac,v 1.9.2.2 2003/03/06 10:42:42 ralf Exp
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

View File

@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ(2.60)

Some files were not shown because too many files have changed in this diff Show More