mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-17 12:58:54 +00:00
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:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)) \
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)) \
|
||||||
|
|||||||
Reference in New Issue
Block a user