summaryrefslogtreecommitdiffstats
path: root/make/custom/simcpu32.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 20:01:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 20:01:14 +0000
commitb812f841553be30baab45f08b3f6fda692b5166b (patch)
treeb3dc6aeca3a4ced907f1c0262f9a714b44d3baab /make/custom/simcpu32.cfg
parentLook at both hardware and software FP settings. (diff)
downloadrtems-b812f841553be30baab45f08b3f6fda692b5166b.tar.bz2
Added sim68000 BSP for the BSVC simulator. This BSP includes the
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.
Diffstat (limited to 'make/custom/simcpu32.cfg')
-rw-r--r--make/custom/simcpu32.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
new file mode 100644
index 0000000000..f439972eb1
--- /dev/null
+++ b/make/custom/simcpu32.cfg
@@ -0,0 +1,16 @@
+#
+# Configuration file for a simcpu32 in BSCV
+#
+# $Id$
+#
+
+#
+# All BSVC configurations share the same base file, only the cpu model
+# differs.
+#
+
+RTEMS_MVME162_MODEL=mvme162lx
+RTEMS_BSVC_MODEL=simcpu
+
+include $(RTEMS_ROOT)/make/custom/sim68000.cfg
+