From 4383f3a669f217b197ba6246caee4f61a311c908 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2001 12:09:48 +0000 Subject: 2001-11-26 Ralf Corsepius * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/helas403.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. --- make/custom/gen405.cfg | 17 ----------------- make/custom/helas403.cfg | 17 ----------------- make/custom/mbx860_005b.cfg | 3 --- make/custom/mbx8xx.cfg | 11 ----------- make/custom/mpc8260ads.cfg | 2 -- 5 files changed, 50 deletions(-) (limited to 'make/custom') diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg index 09d01162f8..b0cc6a6de6 100644 --- a/make/custom/gen405.cfg +++ b/make/custom/gen405.cfg @@ -19,23 +19,6 @@ RTEMS_CPU_MODEL=ppc405 # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=gen405 -# This section makes the target dependent options file. - -# 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 -# -# 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. - -define make-target-options - @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ - @echo "#define PPC_USE_SPRG 1" >>$@ -endef - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg index 29fe4fa700..1ad5cae8ba 100644 --- a/make/custom/helas403.cfg +++ b/make/custom/helas403.cfg @@ -13,23 +13,6 @@ RTEMS_CPU_MODEL=ppc403 # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=helas403 -# This section makes the target dependent options file. - -# 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 -# -# 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. - -define make-target-options - @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ - @echo "#define PPC_USE_SPRG 1" >>$@ -endef - # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg index 5412fd9ab1..61373a0ed7 100644 --- a/make/custom/mbx860_005b.cfg +++ b/make/custom/mbx860_005b.cfg @@ -21,7 +21,4 @@ define make-target-options @echo "#endif" >>$@ @echo "#define mpc$(CPU_TYPE) 1" >>$@ @echo >>$@ - @echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@ - @echo "#define DATA_CACHE_ENABLE 1" >>$@ - @echo >>$@ endef diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg index 4d8d4ed9c0..7220242b05 100644 --- a/make/custom/mbx8xx.cfg +++ b/make/custom/mbx8xx.cfg @@ -64,14 +64,6 @@ endif # mbx821 # # MBX8xx-specific options: # -# INSTRUCTION_CACHE_ENABLE (BSP--RTEMS) -# If defined, the instruction cache will be enabled after address translation -# is turned on. -# -# DATA_CACHE_ENABLE (BSP--RTEMS) -# If defined, the data cache will be enabled after address translation -# is turned on. -# define make-target-options @echo "#ifdef mpc$(CPU_TYPE)" >>$@ @@ -79,9 +71,6 @@ define make-target-options @echo "#endif" >>$@ @echo "#define mpc$(CPU_TYPE) 1" >>$@ @echo >>$@ - @echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@ - @echo "#define DATA_CACHE_ENABLE 1" >>$@ - @echo >>$@ endef # This contains the compiler options necessary to select the CPU model diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg index ae93b02384..e7ae754e2f 100644 --- a/make/custom/mpc8260ads.cfg +++ b/make/custom/mpc8260ads.cfg @@ -32,8 +32,6 @@ define make-target-options @echo >>$@ @echo "#define PPC_ABI PPC_ABI_EABI" >>$@ @echo "#define PPC_ASM PPC_ASM_ELF" >>$@ - @echo "#define INSTRUCTION_CACHE_ENABLE 0" >>$@ - @echo "#define DATA_CACHE_ENABLE 0" >>$@ endef # This contains the compiler options necessary to select the CPU model -- cgit v1.2.3