2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
	Add BSPOPTS_*(FPU_REVB).
	* wrapup/Makefile.am: Add tbr.
This commit is contained in:
Joel Sherrill
2002-03-29 14:18:30 +00:00
parent 21c468b7b7
commit 8c1756e40a
6 changed files with 30 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
Add BSPOPTS_*(FPU_REVB).
* wrapup/Makefile.am: Add tbr.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac:

View File

@@ -37,6 +37,14 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
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.])
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
[do not have a second trap table -- use the BSP's.])
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
RTEMS_BSPOPTS_HELP([FPU_REVB],
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile

View File

@@ -10,7 +10,7 @@ endif
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER) BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
# pieces to pick up out of libcpu/sparc # pieces to pick up out of libcpu/sparc
CPU_PIECES = cache reg_win syscall CPU_PIECES = cache reg_win syscall tbr
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \

View File

@@ -1,3 +1,9 @@
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
Add BSPOPTS_*(FPU_REVB).
* wrapup/Makefile.am: Add tbr.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac:

View File

@@ -33,6 +33,14 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
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.])
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
[do not have a second trap table -- use the BSP's.])
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
RTEMS_BSPOPTS_HELP([FPU_REVB],
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile

View File

@@ -5,7 +5,7 @@
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK) BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
# pieces to pick up out of libcpu/sparc # pieces to pick up out of libcpu/sparc
CPU_PIECES = cache reg_win syscall CPU_PIECES = cache reg_win syscall tbr
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \