From 6d3082d72e19669ec54ca18d629af06433097978 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 09:17:53 +0000 Subject: Remove (Moved to c/src/lib/libbsp//). --- make/custom/av5282.cfg | 29 ---------------------- make/custom/csb360.cfg | 22 ----------------- make/custom/gen68302.cfg | 21 ---------------- make/custom/gen68340.cfg | 21 ---------------- make/custom/gen68360.cfg | 29 ---------------------- make/custom/gen68360_040.cfg | 14 ----------- make/custom/genmcf548x.cfg | 30 ---------------------- make/custom/idp.cfg | 29 ---------------------- make/custom/m5484FireEngine.cfg | 14 ----------- make/custom/mcf5206elite.cfg | 22 ----------------- make/custom/mcf52235.cfg | 32 ------------------------ make/custom/mcf5235.cfg | 36 --------------------------- make/custom/mcf5329.cfg | 30 ---------------------- make/custom/mrm332.cfg | 55 ----------------------------------------- make/custom/mvme136.cfg | 31 ----------------------- make/custom/mvme147.cfg | 28 --------------------- make/custom/mvme147s.cfg | 16 ------------ make/custom/mvme162.cfg | 32 ------------------------ make/custom/mvme162lx.cfg | 38 ---------------------------- make/custom/mvme167.cfg | 46 ---------------------------------- make/custom/ods68302.cfg | 35 -------------------------- make/custom/pgh360.cfg | 20 --------------- make/custom/sim68000.cfg | 25 ------------------- make/custom/simcpu32.cfg | 25 ------------------- make/custom/uC5282.cfg | 25 ------------------- 25 files changed, 705 deletions(-) delete mode 100644 make/custom/av5282.cfg delete mode 100644 make/custom/csb360.cfg delete mode 100644 make/custom/gen68302.cfg delete mode 100644 make/custom/gen68340.cfg delete mode 100644 make/custom/gen68360.cfg delete mode 100644 make/custom/gen68360_040.cfg delete mode 100644 make/custom/genmcf548x.cfg delete mode 100644 make/custom/idp.cfg delete mode 100644 make/custom/m5484FireEngine.cfg delete mode 100644 make/custom/mcf5206elite.cfg delete mode 100644 make/custom/mcf52235.cfg delete mode 100644 make/custom/mcf5235.cfg delete mode 100644 make/custom/mcf5329.cfg delete mode 100644 make/custom/mrm332.cfg delete mode 100644 make/custom/mvme136.cfg delete mode 100644 make/custom/mvme147.cfg delete mode 100644 make/custom/mvme147s.cfg delete mode 100644 make/custom/mvme162.cfg delete mode 100644 make/custom/mvme162lx.cfg delete mode 100644 make/custom/mvme167.cfg delete mode 100644 make/custom/ods68302.cfg delete mode 100644 make/custom/pgh360.cfg delete mode 100644 make/custom/sim68000.cfg delete mode 100644 make/custom/simcpu32.cfg delete mode 100644 make/custom/uC5282.cfg (limited to 'make') diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg deleted file mode 100644 index fdc3e522b4..0000000000 --- a/make/custom/av5282.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# -# Config file for the uC5282 BSP -# - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf5282 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=av5282 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=528x - - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -ifndef MTARGET -MTARGET=ram -endif - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O binary --strip-all \ - $(basename $@).exe $(basename $@)$(DOWNEXT) -endef diff --git a/make/custom/csb360.cfg b/make/custom/csb360.cfg deleted file mode 100644 index 32a9ae3aeb..0000000000 --- a/make/custom/csb360.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# -# Config file for a Cogent CSB360 -# -# Author: Jay Monkman -# -# $Id$ -# - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf5272 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=csb360 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=5272 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg deleted file mode 100644 index a4d8d27dfd..0000000000 --- a/make/custom/gen68302.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# -# Config file for a "generic 68302" BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68302 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=gen68302 - -# -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=68302 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg deleted file mode 100644 index fbe4a032ab..0000000000 --- a/make/custom/gen68340.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# -# Config file for a "generic 68340" BSP -# -# $Id$ -# - -RTEMS_CPU=m68k - -RTEMS_CPU_MODEL=m68340 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=gen68340 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=cpu32 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg deleted file mode 100644 index 87785cf391..0000000000 --- a/make/custom/gen68360.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# -# Config file for a "generic 68360" BSP -# -# $Id$ -# - -RTEMS_CPU=m68k - -ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes) -RTEMS_CPU_MODEL=m68040 -else -RTEMS_CPU_MODEL=m68360 -endif - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=gen68360 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes) -CPU_CFLAGS = -mcpu=68040 -else -CPU_CFLAGS = -mcpu=cpu32 -endif - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/gen68360_040.cfg b/make/custom/gen68360_040.cfg deleted file mode 100644 index e39c6d7350..0000000000 --- a/make/custom/gen68360_040.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# -# Configuration file for a 68040 using the 68360 in companion mode -# -# $Id$ -# - -# -# All gen68360 configurations share the same base file, only the cpu model -# differs. -# - -RTEMS_GEN68360_COMPANION_MODE=yes - -include $(RTEMS_ROOT)/make/custom/gen68360.cfg diff --git a/make/custom/genmcf548x.cfg b/make/custom/genmcf548x.cfg deleted file mode 100644 index 9bf0722db0..0000000000 --- a/make/custom/genmcf548x.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# -# Config file for the genmcf548x BSP -# - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf548x - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=genmcf548x - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcfv4e -Wa,-memac - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -#ifndef MTARGET -#MTARGET=ram -#endif - -LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS) - -define bsp-post-link - $(OBJCOPY) -O binary --strip-all $(basename $@).exe \ - $(basename $@)$(DOWNEXT) - $(default-bsp-post-link) -endef diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg deleted file mode 100644 index 4c68dba984..0000000000 --- a/make/custom/idp.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# -# Config file for the IDP BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68ec040 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=idp - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# -CPU_CFLAGS = -msoft-float - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $(basename $@)$(DOWNEXT) - rm -f $(basename $@).srec - $(default-bsp-post-link) -endef diff --git a/make/custom/m5484FireEngine.cfg b/make/custom/m5484FireEngine.cfg deleted file mode 100644 index cfc8bdaee8..0000000000 --- a/make/custom/m5484FireEngine.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# -# Config file for freescale's M5484FireEngine evaluation board -# -# $Id$ -# - -# -# All genmcf548x configurations share the same base file, only a few -# parameters differ. -# - -RTEMS_LINKCMDS=linkcmds - -include $(RTEMS_ROOT)/make/custom/genmcf548x.cfg diff --git a/make/custom/mcf5206elite.cfg b/make/custom/mcf5206elite.cfg deleted file mode 100644 index b6f653edc4..0000000000 --- a/make/custom/mcf5206elite.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# -# Config file for a MCF5206eLITE board BSP -# -# Author: Victor V. Vengerov -# -# $Id$ -# - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf5206 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mcf5206elite - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=5206 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/mcf52235.cfg b/make/custom/mcf52235.cfg deleted file mode 100644 index 862b70c1a3..0000000000 --- a/make/custom/mcf52235.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# -# Config file for the mcf5235 BSP -# -#Based on: -# $Id$ -# -# A0.01 Initial Version BDS 07/26/01 -# - - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf5223x - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mcf52235 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=52235 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -# This defines the operations performed on the linked executable. -# is currently required. -define bsp-post-link - $(OBJCOPY) -O binary --strip-all \ - $(basename $@).exe $(basename $@)$(DOWNEXT) - $(SIZE) $(basename $@).exe -endef diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg deleted file mode 100644 index 7685cca12e..0000000000 --- a/make/custom/mcf5235.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# -# Config file for the mcf5235 BSP -# -#Based on: -# $Id$ -# -# A0.01 Initial Version BDS 07/26/01 -# - - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf5235 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mcf5235 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=5235 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -ifndef MTARGET -MTARGET=ram -endif - -# This defines the operations performed on the linked executable. -# is currently required. -define bsp-post-link - $(OBJCOPY) -O binary --strip-all \ - $(basename $@).exe $(basename $@)$(DOWNEXT) - $(SIZE) $(basename $@).exe -endef diff --git a/make/custom/mcf5329.cfg b/make/custom/mcf5329.cfg deleted file mode 100644 index abe9bfaa82..0000000000 --- a/make/custom/mcf5329.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# -# Config file for the mcf5329 BSP -# -# $Id$ -# - - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcf532x - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mcf5329 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -#CPU_CFLAGS = -mcpu=5329 -CPU_CFLAGS = -mcpu=5307 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -# This defines the operations performed on the linked executable. -# is currently required. -define bsp-post-link - $(OBJCOPY) -O binary --strip-all \ - $(basename $@).exe $(basename $@)$(DOWNEXT) - $(SIZE) $(basename $@).exe -endef diff --git a/make/custom/mrm332.cfg b/make/custom/mrm332.cfg deleted file mode 100644 index d767955ce9..0000000000 --- a/make/custom/mrm332.cfg +++ /dev/null @@ -1,55 +0,0 @@ -# -# Config file for the mrm332 BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68332 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mrm332 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=cpu32 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -ifeq ($(MRM_IN_ROM),yes) -# Build a rommable image - move the .data section after the .text section -# in the image. -CPU_CFLAGS += -qnolinkcmds -T $(exec_prefix)/mrm332/lib/linkcmds_ROM -endif - -ifeq ($(MRM_IN_ROM),yes) -define bsp-post-link - $(OBJCOPY) --adjust-section-vma \ - .data=`m68k-rtems-objdump --section-headers $(basename $@).pxe | \ - awk 'function h2d(x) { x=toupper(x); digits=length(x); s=0 ; \ - for (p=digits; p>0; p--) \ - s += (16^(p-1)) * ( index("0123456789ABCDEF",\ - substr(x,1+digits-p,1)) -1 );\ - return s } ;\ - /\.text/ { base = $$4 ; size = $$3 };\ - END { printf("0x%x", h2d(base) + h2d(size)) }'\ - ` $(basename $@).pxe $(basename $@).exe - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $(basename $@)$(DOWNEXT) - $(NM) -g -n $(basename $@).pxe > $(basename $@).pnum - rm -f $(basename $@).srec $(basename $@).srec - $(default-bsp-post-link) -endef -else -define bsp-post-link - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $(basename $@)$(DOWNEXT) - rm -f $(basename $@).srec - $(default-bsp-post-link) -endef -endif diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg deleted file mode 100644 index 7e0ca88148..0000000000 --- a/make/custom/mvme136.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# -# Config file for the mvme136 BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68020 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme136 - -# -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# -CPU_CFLAGS = -mcpu=68020 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer -DNDEBUG - -define bsp-post-link - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $(basename $@)$(DOWNEXT) - rm -f $(basename $@).srec - $(default-bsp-post-link) -endef - diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg deleted file mode 100644 index 172db106c3..0000000000 --- a/make/custom/mvme147.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# -# Config file for the mvme147 BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68030 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme147 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=68030 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $(basename $@)$(DOWNEXT) - rm -f $(basename $@).srec - $(default-bsp-post-link) -endef diff --git a/make/custom/mvme147s.cfg b/make/custom/mvme147s.cfg deleted file mode 100644 index 6c2686af5c..0000000000 --- a/make/custom/mvme147s.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# -# Config file for the mvme147s BSP -# -# $Id$ -# - -# -# mvme147s and mvme147 use the same toolset -# - -include $(RTEMS_ROOT)/make/custom/mvme147.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme147s - -# Miscellaneous additions go here diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg deleted file mode 100644 index 47a244dd1a..0000000000 --- a/make/custom/mvme162.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# -# Config file for the mvme162 BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k - -RTEMS_MVME162_MODEL=mvme162 -RTEMS_CPU_MODEL=m68040 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme162 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# - -CPU_CFLAGS = -mcpu=68040 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT) -endef - -# BSP-specific tools -SLOAD=$(PROJECT_TOOLS)/sload diff --git a/make/custom/mvme162lx.cfg b/make/custom/mvme162lx.cfg deleted file mode 100644 index ca84859e26..0000000000 --- a/make/custom/mvme162lx.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# -# Configuration file for a MVME162LX -# -# This is an MVME162 model with ... -# -# $Id$ -# - -# -# All mvme162 configurations share the same base file, only the cpu model -# differs. -# - -RTEMS_MVME162_MODEL=mvme162lx - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68lc040 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme162 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# -CPU_CFLAGS = -mcpu=68040 -msoft-float - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT) -endef - -# BSP-specific tools -SLOAD=$(PROJECT_TOOLS)/sload diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg deleted file mode 100644 index 5a4a771c77..0000000000 --- a/make/custom/mvme167.cfg +++ /dev/null @@ -1,46 +0,0 @@ -# -# Config file for the mvme167 BSP -# -# $Id$ -# - -# THIS BSP USES ELF IMAGES. IT WILL NOT WORK WITH COFF UNLESS CHANGES -# ARE MADE TO THE LINKCMDS FILE. - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68040 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=mvme167 - -# -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. We also specify the BSP during compilation. -# This should really get its own flag, but it works here. -# - -CPU_CFLAGS = -mcpu=68040 - - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fno-omit-frame-pointer - -# We use TFTP to transfer files to the MVME167. We generate binary files -# rather than S-records. We skip the header during downloads. - -# The MC68040 does not implement all MC68881/MC68882 instructions, so use -# either the gcc floating-point software support (msoft-float libraries), or -# use the Motorola FPSP floating-point emulator in -# rtems/c/src/lib/libcpu/m68k/m68040/fpsp -# The default is to use the FPSP. -# To use the msoft-float libraries, uncomment the three lines below. -# You then should comment the M68KFPSPInstallExceptionHandlers() statement -# in rtems/c/src/lib/libbsp/m68k/mvme167/startup/bststart.c in bsp_start(). -# Floating-point support will then be limited. See the mvme167 README file -# for more details. -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O binary -R .comment -S $(basename $@).exe $(basename $@)$(DOWNEXT) -endef diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg deleted file mode 100644 index 6ca293e087..0000000000 --- a/make/custom/ods68302.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# -# Config file for a "ODS 68302" BSP -# -# Differs from the gen68302 by providing most of the boot code as C -# code. This allows separate board definitions to be based on C -# header files. The file is based on the VARIANT defined. -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68302 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=ods68302 - -# -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# -# 68000+softfloat results in gcc 2.95.2 giving default libraries. -# CPU_CFLAGS = -m68302 -msoft-float -CPU_CFLAGS = -mcpu=68302 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -ifeq ($(RTEMS_DEBUGGER),yes) -LINKCMDS=$(PROJECT_RELEASE)/lib/debugrom -else -LINKCMDS=$(PROJECT_RELEASE)/lib/rom -endif - diff --git a/make/custom/pgh360.cfg b/make/custom/pgh360.cfg deleted file mode 100644 index a12ac1d374..0000000000 --- a/make/custom/pgh360.cfg +++ /dev/null @@ -1,20 +0,0 @@ -# -# Config file for a "generic 68360" BSP -# -# $Id$ -# - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68360 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=gen68360 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu32 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg deleted file mode 100644 index c226817aea..0000000000 --- a/make/custom/sim68000.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# -# Config file for a BSVC m68k simulator -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68000 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=68000 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=sim68000 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@)$(DOWNEXT) -endef diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg deleted file mode 100644 index 5c0b176943..0000000000 --- a/make/custom/simcpu32.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# -# Configuration file for a simcpu32 in BSCV -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=mcpu32 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=cpu32 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=sim68000 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@)$(DOWNEXT) -endef diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg deleted file mode 100644 index ea3b70ce0b..0000000000 --- a/make/custom/uC5282.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# -# Config file for the uC5282 BSP -# -# $Id$ -# - -RTEMS_CPU = m68k -RTEMS_CPU_MODEL = mcf5282 - -include $(RTEMS_ROOT)/make/custom/default.cfg - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY = uC5282 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=5282 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT) -endef -- cgit v1.2.3