summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx
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/gen83xx
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/gen83xx')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/br_uid.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc22
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8309som.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg10
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg10
6 files changed, 0 insertions, 72 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/br_uid.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/br_uid.cfg
deleted file mode 100644
index 0db23d54dd..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/br_uid.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-#
-# @file
-#
-# @ingroup mpc83xx_config
-#
-# @brief Configuration file for the BR UID base board
-#
-
-include $(RTEMS_ROOT)/make/custom/gen83xx.inc
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
deleted file mode 100644
index e1bee9f786..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Shared base config file for GEN83xx BSPs
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-#
-# FIXME: we might want to use the e300 CPU model explicitely,
-# using -me300
-# but I doubt the compiler actually generates different code
-#
-RTEMS_CPU=powerpc
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=603e -meabi -msdata=sysv -fno-common -mstrict-align
-
-# 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/gen83xx/make/custom/hsc_cm01.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
deleted file mode 100644
index 8f2ac1829d..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/hsc_cm01.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for customer specific MPC8349 board
-#
-
-#
-# All GEN83xx configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen83xx.inc
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8309som.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8309som.cfg
deleted file mode 100644
index be25fcd4fb..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8309som.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-#
-# @file
-#
-# @ingroup mpc83xx_config
-#
-# @brief Configuration file for the MPC8309 System on Module.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen83xx.inc
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg
deleted file mode 100644
index 4a6331e8c4..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8313erdb.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-#
-# @file
-#
-# @ingroup mpc83xx_config
-#
-# @brief Configuration file for the MPC8313E Reference Design Board.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen83xx.inc
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
deleted file mode 100644
index b58c60a92a..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/mpc8349eamds.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Config file for freescale's MPC8349EAMDS evaluation board
-#
-
-#
-# All GEN83xx configurations share the same base file, only a few
-# parameters differ.
-#
-
-include $(RTEMS_ROOT)/make/custom/gen83xx.inc