summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/shsim/ChangeLog7
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg20
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg20
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg18
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg18
5 files changed, 83 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog
index 6a64017177..5a4fc4a173 100644
--- a/c/src/lib/libbsp/sh/shsim/ChangeLog
+++ b/c/src/lib/libbsp/sh/shsim/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/simsh1.cfg: New (relocated from /make/custom).
+ * make/custom/simsh2.cfg: New (relocated from /make/custom).
+ * make/custom/simsh2e.cfg: New (relocated from /make/custom).
+ * make/custom/simsh4.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/sh/shsim/make/custom/simsh1.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
new file mode 100644
index 0000000000..0bc48ee014
--- /dev/null
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
@@ -0,0 +1,20 @@
+#
+# simsh1.cfg
+#
+# default configuration for gdb-simulation of Hitachi sh1 processors
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=shgdb
+RTEMS_BSP_FAMILY=shsim
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -m1
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
new file mode 100644
index 0000000000..92378f5bdb
--- /dev/null
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
@@ -0,0 +1,20 @@
+#
+# simsh2.cfg
+#
+# default configuration for gdb-simulation of Hitachi sh2 processors
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=shgdb
+RTEMS_BSP_FAMILY=shsim
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -m2
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
new file mode 100644
index 0000000000..2ccc711539
--- /dev/null
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
@@ -0,0 +1,18 @@
+#
+# Config file for the sh simulator in gdb as SH2E
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=shgdb
+RTEMS_BSP_FAMILY=shsim
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -m2e -ml
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
new file mode 100644
index 0000000000..8c948c682f
--- /dev/null
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
@@ -0,0 +1,18 @@
+#
+# Config file for the sh simulator in gdb
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=shgdb
+RTEMS_BSP_FAMILY=shsim
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -m4 -ml
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g