2001-01-03 Joel Sherrill <joel@OARcorp.com>

* custom/psim.cfg: Removed unused variables.
This commit is contained in:
Joel Sherrill
2001-01-03 17:53:45 +00:00
parent 2e10f5131c
commit c2bbfb5255
2 changed files with 4 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/psim.cfg: Removed unused variables.
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.

View File

@@ -14,17 +14,6 @@ RTEMS_BSP_FAMILY=psim
# This section makes the target dependent options file.
# CONSOLE_USE_POLLED (psim_bsp)
# CONSOLE_USE_INTERRUPTS (psim_bsp)
# The psim console driver has the structure to operate in either
# polled or interrupt mode. However both modes only trap to the
# monitor currently.
#
# PSIM_FAST_IDLE (psim_bsp)
# If defined, speed up the clock ticks while the idle task is running so
# time spent in the idle task is minimized. This significantly reduces
# the wall time required to execute the RTEMS test suites.
#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -36,9 +25,6 @@ RTEMS_BSP_FAMILY=psim
# other tools like debuggers.
define make-target-options
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PSIM_FAST_IDLE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@
endef