From bbb6af24fac118f633c0ffbe3213efa2cf9c177f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Nov 2001 18:35:42 +0000 Subject: 2001-11-21 Ralf Corsepius * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac. * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac. * custom/psim.cfg: Refect changes to psim/configure.ac. * custom/score603e.cfg: Reflect changes to score603e/configure.ac, remove SCORE603E_GENERATION. --- make/custom/ppcn_60x.cfg | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'make/custom/ppcn_60x.cfg') diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg index 67f6ca037a..b6bca171d0 100644 --- a/make/custom/ppcn_60x.cfg +++ b/make/custom/ppcn_60x.cfg @@ -13,39 +13,6 @@ RTEMS_CPU_MODEL=ppc603e RTEMS_BSP_FAMILY=ppcn_60x -# This contains the compiler options necessary to select the CPU model -# This section makes the target dependent options file. - -# PPCN_60X_USE_DINK (ppcn_60x_bsp) -# PPCN_60X_USE_NONE (ppcn_60x_bsp) -# The Score603e board can be configured with 3 ROM monitors. Only two -# are appropriate for use with RTEMS. Set exactly one of these to "1" -# to indicate which ROM monitor is on the board you are using. -# -# PPC_VECTOR_FILE_BASE (ppc) -# This defines the base address of the exception table. -# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 -# -# PPC_USE_SPRG (RTEMS PowerPC port) -# If defined, then the PowerPC specific code in RTEMS will use some -# of the special purpose registers to slightly optimize interrupt -# response time. The use of these registers can conflict with -# other tools like debuggers. -# -# PPC_USE_DATA_CACHE (RTEMS PowerPC port) -# If defined, then the PowerPC specific code in RTEMS will use -# data cache instructions to optimize the context switch code. -# This code can conflict with debuggers or emulators. -# - -define make-target-options - @echo "#define PPCN_60X_USE_DINK 1" >>$@ - @echo "#define PPCN_60X_USE_NONE 0" >>$@ - @echo "#define PPC_USE_DATA_CACHE 1" >>$@ - @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ - @echo "#define PPC_USE_SPRG 0" >>$@ -endef - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -- cgit v1.2.3