summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-03 09:18:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-05 12:56:05 +0200
commit523551ccf66085584ecb1f9685a454f99ab102a9 (patch)
tree179338f4ed8936a33a8877bcba18352269294238
parentbsps/powerpc: Remove SPE enabled variants (diff)
downloadrtems-523551ccf66085584ecb1f9685a454f99ab102a9.tar.bz2
bsps/powerpc: Remove obsolete BSPs
Update #3951.
Diffstat (limited to '')
-rw-r--r--bsps/powerpc/gen5200/config/brs5l.cfg10
-rw-r--r--bsps/powerpc/gen5200/config/brs6l.cfg10
-rw-r--r--bsps/powerpc/gen5200/config/dp2.cfg5
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.brs5l15
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.brs6l15
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.dp215
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/Makefile.am3
7 files changed, 0 insertions, 73 deletions
diff --git a/bsps/powerpc/gen5200/config/brs5l.cfg b/bsps/powerpc/gen5200/config/brs5l.cfg
deleted file mode 100644
index d6e556a183..0000000000
--- a/bsps/powerpc/gen5200/config/brs5l.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for customer specific MPC5200 board
-#
-
-#
-# All GEN5200 configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/bsps/powerpc/gen5200/config/brs6l.cfg b/bsps/powerpc/gen5200/config/brs6l.cfg
deleted file mode 100644
index d6e556a183..0000000000
--- a/bsps/powerpc/gen5200/config/brs6l.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for customer specific MPC5200 board
-#
-
-#
-# All GEN5200 configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/bsps/powerpc/gen5200/config/dp2.cfg b/bsps/powerpc/gen5200/config/dp2.cfg
deleted file mode 100644
index 81941fe0dc..0000000000
--- a/bsps/powerpc/gen5200/config/dp2.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Config file for Direct Prototyping Data Processing (DP2) board.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/bsps/powerpc/gen5200/start/linkcmds.brs5l b/bsps/powerpc/gen5200/start/linkcmds.brs5l
deleted file mode 100644
index 58407e5f56..0000000000
--- a/bsps/powerpc/gen5200/start/linkcmds.brs5l
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file
- *
- * Linker command file for the BRS5L board.
- */
-
-MEMORY {
- /* For the 4k adjustment see cpuinit.c */
- RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
- ROM : ORIGIN = 0xffe00000, LENGTH = 2M
- DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
- REGS : ORIGIN = 0xf0000000, LENGTH = 64k
-}
-
-INCLUDE linkcmds.gen5200_base
diff --git a/bsps/powerpc/gen5200/start/linkcmds.brs6l b/bsps/powerpc/gen5200/start/linkcmds.brs6l
deleted file mode 100644
index ae80a72ad5..0000000000
--- a/bsps/powerpc/gen5200/start/linkcmds.brs6l
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file
- *
- * Linker command file for the BRS6L board.
- */
-
-MEMORY {
- /* For the 4k adjustment see cpuinit.c */
- RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
- ROM : ORIGIN = 0xff800000, LENGTH = 8M
- DPRAM : ORIGIN = 0xff000000, LENGTH = 0
- REGS : ORIGIN = 0xf0000000, LENGTH = 64k
-}
-
-INCLUDE linkcmds.gen5200_base
diff --git a/bsps/powerpc/gen5200/start/linkcmds.dp2 b/bsps/powerpc/gen5200/start/linkcmds.dp2
deleted file mode 100644
index 4ad76d6fce..0000000000
--- a/bsps/powerpc/gen5200/start/linkcmds.dp2
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file
- *
- * Linker command file for the Direct Prototyping Data Processing board.
- */
-
-MEMORY {
- /* For the 4k adjustment see cpuinit.c */
- RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
- ROM : ORIGIN = 0xffe00000, LENGTH = 2M
- REGS : ORIGIN = 0xf0000000, LENGTH = 64k
- DPRAM : ORIGIN = 0x0, LENGTH = 0
-}
-
-INCLUDE linkcmds.gen5200_base
diff --git a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
index a71b99a25b..c754587a4f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
@@ -18,9 +18,6 @@ rtems_crti.$(OBJEXT): ../../../../../../bsps/powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT)
project_lib_DATA += linkcmds
-dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.brs5l
-dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.brs6l
-dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.dp2
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.gen5200_base
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.icecube
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.pm520_cr825