summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 05:08:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 05:08:50 +0000
commitb237785349a29967afe45036315eff78374f986f (patch)
tree5dd003025bbd05d702b6661adc82ec2255968e91 /c
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b237785349a29967afe45036315eff78374f986f.tar.bz2
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ep1a.cfg: New (relocated from /make/custom).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/make/custom/ep1a.cfg20
2 files changed, 24 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
index 64b4bd5337..2e919f5cf7 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/ep1a.cfg: New (relocated from /make/custom).
+
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
diff --git a/c/src/lib/libbsp/powerpc/ep1a/make/custom/ep1a.cfg b/c/src/lib/libbsp/powerpc/ep1a/make/custom/ep1a.cfg
new file mode 100644
index 0000000000..6411a97dad
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/ep1a/make/custom/ep1a.cfg
@@ -0,0 +1,20 @@
+#
+# Config file for the Radstone PowerPC 8245 ep1a
+#
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=powerpc
+RTEMS_CPU_MODEL=mpc8245
+
+# This is the actual bsp directory used during the build process.
+RTEMS_BSP_FAMILY=ep1a
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+#
+CPU_CFLAGS = -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g