summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx
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 /bsps/powerpc/tqm8xx
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 'bsps/powerpc/tqm8xx')
-rw-r--r--bsps/powerpc/tqm8xx/config/pghplus.cfg10
-rw-r--r--bsps/powerpc/tqm8xx/config/tqm8xx.inc23
-rw-r--r--bsps/powerpc/tqm8xx/config/tqm8xx_stk8xx.cfg10
3 files changed, 43 insertions, 0 deletions
diff --git a/bsps/powerpc/tqm8xx/config/pghplus.cfg b/bsps/powerpc/tqm8xx/config/pghplus.cfg
new file mode 100644
index 0000000000..75eb65fe90
--- /dev/null
+++ b/bsps/powerpc/tqm8xx/config/pghplus.cfg
@@ -0,0 +1,10 @@
+#
+# Config file for a PowerPC MPC860-based TQM8xx carrier board.
+#
+
+#
+# All TQM8xx configurations share the same base file, only a few
+# parameters differ.
+#
+
+include $(RTEMS_ROOT)/make/custom/tqm8xx.inc
diff --git a/bsps/powerpc/tqm8xx/config/tqm8xx.inc b/bsps/powerpc/tqm8xx/config/tqm8xx.inc
new file mode 100644
index 0000000000..f9a31d0835
--- /dev/null
+++ b/bsps/powerpc/tqm8xx/config/tqm8xx.inc
@@ -0,0 +1,23 @@
+#
+# Config file for a PowerPC MPC8xx-based TQM8xx carrier card
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=powerpc
+
+CPU_CFLAGS = -mcpu=860 -Dmpc860 \
+ -mstrict-align -fno-strict-aliasing \
+ -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
+
+define bsp-post-link
+ cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(STRIP) $(basename $@)$(DOWNEXT)
+ $(default-bsp-post-link)
+endef
diff --git a/bsps/powerpc/tqm8xx/config/tqm8xx_stk8xx.cfg b/bsps/powerpc/tqm8xx/config/tqm8xx_stk8xx.cfg
new file mode 100644
index 0000000000..7b5ab01b8a
--- /dev/null
+++ b/bsps/powerpc/tqm8xx/config/tqm8xx_stk8xx.cfg
@@ -0,0 +1,10 @@
+#
+# Config file for a PowerPC MPC860-based TQM8xx starter kit base board
+#
+
+#
+# All TQM8xx configurations share the same base file, only a few
+# parameters differ.
+#
+
+include $(RTEMS_ROOT)/make/custom/tqm8xx.inc