summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-21 10:22:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 15:18:42 +0200
commitadb85dd473af5c9a72e9da9b7fe013d1b216abc3 (patch)
treeed54d2ce2354cf2b75995d1e1f2bc685436bc4ca /c/src/lib/libbsp/powerpc/gen5200
parentbsps: Remove AC_CONFIG_SRCDIR() (diff)
downloadrtems-adb85dd473af5c9a72e9da9b7fe013d1b216abc3.tar.bz2
bsps: Move make/custom/* files to bsps
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/brs6l.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg5
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc19
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg12
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg10
7 files changed, 0 insertions, 76 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs5l.cfg
deleted file mode 100644
index d6e556a183..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/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/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs6l.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/brs6l.cfg
deleted file mode 100644
index d6e556a183..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/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/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/dp2.cfg
deleted file mode 100644
index 81941fe0dc..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/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/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
deleted file mode 100644
index 71c605c8da..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Shared base config file for GEN5200 BSPs
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=powerpc
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=603e -mstrict-align \
- -meabi -msdata=sysv -fno-common
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg
deleted file mode 100644
index c53040e1b3..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# Config file for Freescale 5200Lite a.k.a. IceCube
-#
-# NOTE: This is the same as the Embedded Planets EP5200C and
-# possibly other MPC5200 boards.
-
-#
-# All GEN5200 configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg
deleted file mode 100644
index d86814ab66..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for MicroSys PM520 Module (based on MPC5200)
-# on carrier board CR825
-
-#
-# All GEN5200 configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg
deleted file mode 100644
index e16e2e1886..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for MicroSys PM520 Module (based on MPC5200)
-# on carrier board ZE30
-
-#
-# All GEN5200 configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen5200.inc