summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 06:37:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-15 07:14:36 +0200
commite8b28ba0047c533b842f9704c95d0e76dcb16cbf (patch)
tree278bc70ed157cd5e3a10224b39f10e5eada8c1d9 /bsps
parenttools: Remove rtems-testsuite-autostuff (diff)
downloadrtems-e8b28ba0047c533b842f9704c95d0e76dcb16cbf.tar.bz2
tools: Remove packhex
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/m68k/mrm332/config/mrm332.cfg9
-rw-r--r--bsps/m68k/mvme147/config/mvme147.cfg8
-rw-r--r--bsps/m68k/mvme147s/config/mvme147s.cfg10
-rw-r--r--bsps/mips/hurricane/config/hurricane.cfg7
-rw-r--r--bsps/mips/rbtx4925/config/rbtx4925.cfg7
5 files changed, 0 insertions, 41 deletions
diff --git a/bsps/m68k/mrm332/config/mrm332.cfg b/bsps/m68k/mrm332/config/mrm332.cfg
index 979f331399..7df1c189fa 100644
--- a/bsps/m68k/mrm332/config/mrm332.cfg
+++ b/bsps/m68k/mrm332/config/mrm332.cfg
@@ -17,12 +17,3 @@ CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(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/bsps/m68k/mvme147/config/mvme147.cfg b/bsps/m68k/mvme147/config/mvme147.cfg
index 18e9f28b71..6271e138f2 100644
--- a/bsps/m68k/mvme147/config/mvme147.cfg
+++ b/bsps/m68k/mvme147/config/mvme147.cfg
@@ -15,11 +15,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(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/bsps/m68k/mvme147s/config/mvme147s.cfg b/bsps/m68k/mvme147s/config/mvme147s.cfg
index 89922a518e..1f6f3c84a8 100644
--- a/bsps/m68k/mvme147s/config/mvme147s.cfg
+++ b/bsps/m68k/mvme147s/config/mvme147s.cfg
@@ -15,13 +15,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(basename $@).srec
- sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \
- $(PACKHEX) > $(basename $@)$(DOWNEXT)
- rm -f $(basename $@).srec
- $(default-bsp-post-link)
-endef
-
-# Miscellaneous additions go here
diff --git a/bsps/mips/hurricane/config/hurricane.cfg b/bsps/mips/hurricane/config/hurricane.cfg
index b1c050b966..7b1119e054 100644
--- a/bsps/mips/hurricane/config/hurricane.cfg
+++ b/bsps/mips/hurricane/config/hurricane.cfg
@@ -13,10 +13,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-
-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/bsps/mips/rbtx4925/config/rbtx4925.cfg b/bsps/mips/rbtx4925/config/rbtx4925.cfg
index 744fdb4240..b3d04cff37 100644
--- a/bsps/mips/rbtx4925/config/rbtx4925.cfg
+++ b/bsps/mips/rbtx4925/config/rbtx4925.cfg
@@ -13,10 +13,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $@ $(basename $@).srec1
- $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
- $(RM) $(basename $@).srec1
- $(default-bsp-post-link)
-endef