summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/arm1136jfs.cfg21
-rw-r--r--make/custom/arm1136js.cfg20
-rw-r--r--make/custom/arm7tdmi.cfg20
-rw-r--r--make/custom/arm920.cfg21
-rw-r--r--make/custom/armcortexa9.cfg21
-rw-r--r--make/custom/csb336.cfg20
-rw-r--r--make/custom/csb337.cfg20
-rw-r--r--make/custom/csb350.cfg22
-rw-r--r--make/custom/csb637.cfg10
-rw-r--r--make/custom/edb7312.cfg21
-rw-r--r--make/custom/gba.cfg30
-rw-r--r--make/custom/genmongoosev.cfg21
-rw-r--r--make/custom/gp32.cfg26
-rw-r--r--make/custom/gumstix.cfg20
-rw-r--r--make/custom/hurricane.cfg26
-rw-r--r--make/custom/jmr3904.cfg24
-rw-r--r--make/custom/lpc24xx.cfg17
-rw-r--r--make/custom/lpc24xx_ea.cfg16
-rw-r--r--make/custom/lpc24xx_ncs_ram.cfg9
-rw-r--r--make/custom/lpc24xx_ncs_rom_ext.cfg9
-rw-r--r--make/custom/lpc24xx_ncs_rom_int.cfg9
-rw-r--r--make/custom/nds.cfg40
-rw-r--r--make/custom/rbtx4925.cfg26
-rw-r--r--make/custom/rbtx4938.cfg24
-rw-r--r--make/custom/rtl22xx.cfg24
-rw-r--r--make/custom/rtl22xx_t.cfg20
-rw-r--r--make/custom/smdk2410.cfg20
27 files changed, 0 insertions, 557 deletions
diff --git a/make/custom/arm1136jfs.cfg b/make/custom/arm1136jfs.cfg
deleted file mode 100644
index 8efdf42b5f..0000000000
--- a/make/custom/arm1136jfs.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for GDB ARM Simulator as arm1136jf-s (FPU)
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm1136
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gdbarmsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-CPU_CFLAGS = -mcpu=arm1136jf-s
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/arm1136js.cfg b/make/custom/arm1136js.cfg
deleted file mode 100644
index d610d08866..0000000000
--- a/make/custom/arm1136js.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for GDB ARM Simulator as arm1136j-s (no FPU)
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm1136
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gdbarmsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=arm1136j-s
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/arm7tdmi.cfg b/make/custom/arm7tdmi.cfg
deleted file mode 100644
index 4a1c75141e..0000000000
--- a/make/custom/arm7tdmi.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for GDB ARM Simulator as arm7tdmi
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm7tdmi
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gdbarmsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=arm7tdmi
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/arm920.cfg b/make/custom/arm920.cfg
deleted file mode 100644
index d75d9e7ab2..0000000000
--- a/make/custom/arm920.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for GDB ARM Simulator as arm920
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm920
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gdbarmsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-CPU_CFLAGS = -mcpu=arm920
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/armcortexa9.cfg b/make/custom/armcortexa9.cfg
deleted file mode 100644
index f224133c0f..0000000000
--- a/make/custom/armcortexa9.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for GDB ARM Simulator as cortex-a9
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm1136
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gdbarmsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-CPU_CFLAGS = -mcpu=cortex-a9
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/csb336.cfg b/make/custom/csb336.cfg
deleted file mode 100644
index 951c0cfd71..0000000000
--- a/make/custom/csb336.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for Cogent CSB337 - AT91RM9200 SBC
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=mc9328mxl
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=csb336
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg
deleted file mode 100644
index 2f16f0e679..0000000000
--- a/make/custom/csb337.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for Cogent CSB337 - AT91RM9200 SBC
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=at91rm9200
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=csb337
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/csb350.cfg b/make/custom/csb350.cfg
deleted file mode 100644
index b8d2e2be4d..0000000000
--- a/make/custom/csb350.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Config file for the Cogent CSB350 board
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=mips
-RTEMS_CPU_MODEL=au1x00
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=csb350
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-# gcc 3.1 and newer
-CPU_CFLAGS = -mips32 -G0 -msoft-float
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/csb637.cfg b/make/custom/csb637.cfg
deleted file mode 100644
index df48d337bd..0000000000
--- a/make/custom/csb637.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for Cogent CSB637 - AT91RM9200 SBC
-#
-# $Id$
-#
-
-RTEMS_LINKCMDS=linkcmds.csb637
-LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
-
-include $(RTEMS_ROOT)/make/custom/csb337.cfg
diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg
deleted file mode 100644
index 3c13747c22..0000000000
--- a/make/custom/edb7312.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for Cirrus/Cogent EDB7312 eval board
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm7tdmi
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=edb7312
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
deleted file mode 100644
index 88a439d5cf..0000000000
--- a/make/custom/gba.cfg
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Config file for Gameboy Advance ARM --
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm7tdmi
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gba
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-#CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mthumb -mthumb-interwork -msoft-float -mstructure-size-boundary=8
-CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-
-# Some GBA simulators want a .gba extension.
-define bsp-post-link
- $(OBJCOPY) -O binary --remove-section=.comment \
- --remove-section=.note --strip-unneeded \
- $(basename $@).exe $(basename $@)$(DOWNEXT)
- $(default-bsp-post-link)
-endef
diff --git a/make/custom/genmongoosev.cfg b/make/custom/genmongoosev.cfg
deleted file mode 100644
index b89875fbe5..0000000000
--- a/make/custom/genmongoosev.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for "generic" Mongoose-V board
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=mips
-RTEMS_CPU_MODEL=mongoosev
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=genmongoosev
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mips1 -G0
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg
deleted file mode 100644
index bd5af4794d..0000000000
--- a/make/custom/gp32.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Config file for ARM GP32
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=s3c2400
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gp32
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -DCPU_S3C2400
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-
-define bsp-post-link
- $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
- $(default-bsp-post-link)
-endef
diff --git a/make/custom/gumstix.cfg b/make/custom/gumstix.cfg
deleted file mode 100644
index b13dfa5e50..0000000000
--- a/make/custom/gumstix.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for Gumstix (http://www.gumstix.com)
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=pxa255
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=gumstix
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=xscale -mstructure-size-boundary=8
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/hurricane.cfg b/make/custom/hurricane.cfg
deleted file mode 100644
index 7a244ec02e..0000000000
--- a/make/custom/hurricane.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Config file for the Quick Logic Hurricane evaluation board with PMC-Sierra RM5231 cpu
-#
-# hurricane.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU_MODEL=rm5231
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=hurricane
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-
-define bsp-post-link
- $(OBJCOPY) -O srec $@ $(basename $@).srec1
- $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
- $(RM) $(basename $@).srec1
- $(default-bsp-post-link)
-endef
diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg
deleted file mode 100644
index 42216844ba..0000000000
--- a/make/custom/jmr3904.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Config file for the jmr3904 board which has a simulator in gdb
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=mips
-RTEMS_CPU_MODEL=tx3904
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=jmr3904
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-# gcc 2.95.x and 3.0
-#CPU_CFLAGS = -m3900 -G0
-# gcc 3.1 and newer
-CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/lpc24xx.cfg b/make/custom/lpc24xx.cfg
deleted file mode 100644
index 46098dfa64..0000000000
--- a/make/custom/lpc24xx.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Config file for LPC24XX.
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU = arm
-
-RTEMS_BSP_FAMILY = lpc24xx
-
-CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
-
-CFLAGS_OPTIMIZE_V = -Os -g
-
-LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)
diff --git a/make/custom/lpc24xx_ea.cfg b/make/custom/lpc24xx_ea.cfg
deleted file mode 100644
index 8fe906092f..0000000000
--- a/make/custom/lpc24xx_ea.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
-
-# define bsp-post-link
-# $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
-# gzip -f -9 '$(basename $@).bin'
-# mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
-# $(default-bsp-post-link)
-# endef
diff --git a/make/custom/lpc24xx_ncs_ram.cfg b/make/custom/lpc24xx_ncs_ram.cfg
deleted file mode 100644
index 3be25432ec..0000000000
--- a/make/custom/lpc24xx_ncs_ram.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Config file for LPC24XX (NCS).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
diff --git a/make/custom/lpc24xx_ncs_rom_ext.cfg b/make/custom/lpc24xx_ncs_rom_ext.cfg
deleted file mode 100644
index 2f9b233c17..0000000000
--- a/make/custom/lpc24xx_ncs_rom_ext.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Config file for LPC24XX (NCS).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_ext
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
diff --git a/make/custom/lpc24xx_ncs_rom_int.cfg b/make/custom/lpc24xx_ncs_rom_int.cfg
deleted file mode 100644
index 1717e75f2c..0000000000
--- a/make/custom/lpc24xx_ncs_rom_int.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Config file for LPC24XX (NCS).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_int
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
diff --git a/make/custom/nds.cfg b/make/custom/nds.cfg
deleted file mode 100644
index 004496e75e..0000000000
--- a/make/custom/nds.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-##
-## Config file for Nintendo DS BSP.
-##
-## $Id$
-##
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=arm9tdmi
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=nds
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
-# CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb
-
-# optimize flag: typically -O2
-#CFLAGS_OPTIMIZE_V = -O0 -ggdb
-CFLAGS_OPTIMIZE_V = -O2
-#CFLAGS_OPTIMIZE_V = -Os
-
-NDSTOOL = $(PROJECT_TOOLS)/ndstool
-
-ifeq ($(RTEMS_MAKEFILE_PATH),)
- COPROC_ELF_PATH = $(abs_builddir)/../../../lib/libbsp/arm/nds/
-else
- COPROC_ELF_PATH = $(RTEMS_MAKEFILE_PATH)/lib
-endif
-
-define bsp-post-link
- $(default-bsp-post-link)
- $(OBJCOPY) -O binary $(basename $@).exe $(basename $@).bin
- $(NDSTOOL) -c $(basename $@).nds -9 $(basename $@).bin \
- -7 $(COPROC_ELF_PATH)/coproc.bin
- rm -f $(basename $@).bin
-endef
diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg
deleted file mode 100644
index 1d9539ca9b..0000000000
--- a/make/custom/rbtx4925.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu
-#
-# rbtx4925.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU_MODEL=tx4925
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=rbtx4925
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-
-define bsp-post-link
- $(OBJCOPY) -O srec $@ $(basename $@).srec1
- $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
- $(RM) $(basename $@).srec1
- $(default-bsp-post-link)
-endef
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
deleted file mode 100644
index 81f4886552..0000000000
--- a/make/custom/rbtx4938.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Config file for the Toshiba RBTX4938 evaluation board with TX4938 cpu
-#
-# rbtx4938.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU_MODEL=tx4938
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=rbtx4938
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-
-define bsp-post-link
- $(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@)$(DOWNEXT)
- $(default-bsp-post-link)
-endef
diff --git a/make/custom/rtl22xx.cfg b/make/custom/rtl22xx.cfg
deleted file mode 100644
index c8778463cb..0000000000
--- a/make/custom/rtl22xx.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Config file for LPC22xx board
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=lpc22xx
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=rtl22xx
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
-
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# NOTE2: some level of -O may be actually required by inline assembler (at least
-# -O2 so far.
-CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
diff --git a/make/custom/rtl22xx_t.cfg b/make/custom/rtl22xx_t.cfg
deleted file mode 100644
index c12f9f148b..0000000000
--- a/make/custom/rtl22xx_t.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for LPC22xx board in Thumb mode
-#
-# $Id$
-#
-set USE_THUMB_MODE=YES
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-
-include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
-
-CPU_CFLAGS += -mthumb
-
-#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
-#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
-#CPU_ASFLAGS += -D __THUMB_INTERWORK__ -mthumb-interwork
-
-# Miscellaneous additions go here
diff --git a/make/custom/smdk2410.cfg b/make/custom/smdk2410.cfg
deleted file mode 100644
index a6a6fce608..0000000000
--- a/make/custom/smdk2410.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for ARM smdk2410
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=arm
-RTEMS_CPU_MODEL=s3c2410
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=smdk2410
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410 -mstructure-size-boundary=32
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g