[rtems commit] bsp/qoriq: Add qoriq_e6500_64 variant

Sebastian Huber sebh at rtems.org
Tue Aug 22 14:56:33 UTC 2017


Module:    rtems
Branch:    master
Commit:    695c9c500a91069c6eea24af2f722e3b9f6ac674
Changeset: http://git.rtems.org/rtems/commit/?id=695c9c500a91069c6eea24af2f722e3b9f6ac674

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 10 11:37:30 2017 +0200

bsp/qoriq: Add qoriq_e6500_64 variant

Update #3082.

---

 .../qoriq/make/custom/qoriq_e6500_64-testsuite.tcfg      |  5 +++++
 .../libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg  | 16 ++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64-testsuite.tcfg b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64-testsuite.tcfg
new file mode 100644
index 0000000..fb84b55
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64-testsuite.tcfg
@@ -0,0 +1,5 @@
+#
+# This is the set of tests which are known to not link on this BSP
+#
+
+include: testdata/dltests-broken-on-this-bsp.tcfg
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg
new file mode 100644
index 0000000..1523874
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg
@@ -0,0 +1,16 @@
+# Config file for e6500 core based QorIQ chips in 64-bit mode, e.g. T2080,
+# T4240
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU = powerpc
+
+RTEMS_CPU_MODEL = qoriq
+
+CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common \
+	-D__ppc_generic
+
+CFLAGS_OPTIMIZE_V = -O2 -g
+CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
+
+LDFLAGS = -Wl,--gc-sections



More information about the vc mailing list